r2937 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Fri Sep 7 06:13:53 CEST 2007


Author: laforge
Date: 2007-09-07 06:13:50 +0200 (Fri, 07 Sep 2007)
New Revision: 2937

Modified:
   trunk/src/target/kernel/patches/pcf50633.patch
Log:
increase default LCM backlight brightness at boot to max brightness


Modified: trunk/src/target/kernel/patches/pcf50633.patch
===================================================================
--- trunk/src/target/kernel/patches/pcf50633.patch	2007-09-06 20:21:49 UTC (rev 2936)
+++ trunk/src/target/kernel/patches/pcf50633.patch	2007-09-07 04:13:50 UTC (rev 2937)
@@ -34,7 +34,7 @@
 ===================================================================
 --- /dev/null
 +++ linux-2.6.22.5-moko/drivers/i2c/chips/pcf50633.c
-@@ -0,0 +1,1715 @@
+@@ -0,0 +1,1716 @@
 +/* Philips PCF50633 Power Management Unit (PMU) driver
 + *
 + * (C) 2006-2007 by OpenMoko, Inc.
@@ -1489,7 +1489,8 @@
 +		data->backlight->props.max_brightness = 0x3f;
 +		data->backlight->props.power = FB_BLANK_UNBLANK;
 +		data->backlight->props.fb_blank = FB_BLANK_UNBLANK;
-+		data->backlight->props.brightness = 0x20;
++		data->backlight->props.brightness =
++					data->backlight->props.max_brightness;
 +		backlight_update_status(data->backlight);
 +	}
 +





More information about the commitlog mailing list