r2385 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Mon Jul 23 17:57:21 CEST 2007


Author: laforge
Date: 2007-07-23 17:57:18 +0200 (Mon, 23 Jul 2007)
New Revision: 2385

Modified:
   trunk/src/target/kernel/patches/gta01-jbt6k74.patch
Log:
Fix jbt6k74 resume: we need to enable display after entering normal state (Arnaud Patard)


Modified: trunk/src/target/kernel/patches/gta01-jbt6k74.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-jbt6k74.patch	2007-07-23 12:52:48 UTC (rev 2384)
+++ trunk/src/target/kernel/patches/gta01-jbt6k74.patch	2007-07-23 15:57:18 UTC (rev 2385)
@@ -29,7 +29,7 @@
 ===================================================================
 --- /dev/null
 +++ linux-2.6.21.3-moko/drivers/spi/jbt6k74.c
-@@ -0,0 +1,543 @@
+@@ -0,0 +1,544 @@
 +/* Linux kernel driver for the tpo JBT6K74-AS LCM ASIC
 + *
 + * Copyright (C) 2006-2007 by OpenMoko, Inc.
@@ -536,6 +536,7 @@
 +	DEBUGP("entering\n");
 +
 +	jbt6k74_enter_state(jbt, JBT_STATE_NORMAL);
++	jbt6k74_display_onoff(jbt, 1);
 +
 +	return 0;
 +}





More information about the commitlog mailing list