1 Apr 2011 23:29
bertrik: r29667 - in trunk/firmware/target/arm/as3525: . sansa-fuzev2
<mailer <at> svn.rockbox.org>
2011-04-01 21:29:08 GMT
2011-04-01 21:29:08 GMT
Date: 2011-04-01 23:29:08 +0200 (Fri, 01 Apr 2011)
New Revision: 29667
Log Message:
AMSv2: fix dependency between button light and sd card control for fuze v2 variant 0
Modified:
trunk/firmware/target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
trunk/firmware/target/arm/as3525/sd-as3525v2.c
Modified: trunk/firmware/target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
===================================================================
--- trunk/firmware/target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c 2011-03-31 22:06:52 UTC
(rev 29666)
+++ trunk/firmware/target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c 2011-04-01 21:29:08 UTC
(rev 29667)
<at> <at> -26,8 +26,6 <at> <at>
#include "ascodec-target.h"
#include "as3514.h"
-int buttonlight_is_on = 0;
-
void _backlight_set_brightness(int brightness)
{
ascodec_write_pmu(AS3543_BACKLIGHT, 2, brightness * 10);
<at> <at> -39,8 +37,14 <at> <at>
ascodec_write_pmu(AS3543_BACKLIGHT, 2, backlight_brightness * 10);
/* needed for button light */
- if (amsv2_variant == 1)
(Continue reading)
RSS Feed