[Armadeus-commitlog] SF.net SVN: armadeus: [526] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <th...@us...> - 2007-01-04 21:37:32
|
Revision: 526
http://armadeus.svn.sourceforge.net/armadeus/?rev=526&view=rev
Author: thom25
Date: 2007-01-04 13:37:25 -0800 (Thu, 04 Jan 2007)
Log Message:
-----------
fix bug 1625776. lcd power off message
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff 2007-01-03 21:55:20 UTC (rev 525)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff 2007-01-04 21:37:25 UTC (rev 526)
@@ -974,7 +974,7 @@
+
+static void apf9328_lcd_power(int on)
+{
-+ printk("apf9328_lcd_power: %s\n", on ? "on":"off");
++ pr_debug("apf9328_lcd_power: %s\n", on ? "on":"off");
+ /* use Port_D CONTRAST pin to control LCD power down mode */
+ if(on)
+ DR(3) &= 0xFFFFF7FF;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|