r3358 - trunk/src/target/OM-2007.2/daemons/neod/src

mickey at sita.openmoko.org mickey at sita.openmoko.org
Mon Nov 5 12:53:09 CET 2007


Author: mickey
Date: 2007-11-05 12:53:08 +0100 (Mon, 05 Nov 2007)
New Revision: 3358

Modified:
   trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
Log:
neod: use proper keycode this time


Modified: trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
===================================================================
--- trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c	2007-11-05 10:15:10 UTC (rev 3357)
+++ trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c	2007-11-05 11:53:08 UTC (rev 3358)
@@ -76,7 +76,7 @@
 #endif
 
 #define HEADPHONE_INSERTION_SWITCHCODE 0x02
-#define CHARGER_INSERTION_BUTTON 0xa4
+#define CHARGER_INSERTION_BUTTON 0x164
 
 #define BIT_MASK( name, numbits )                                        \
     unsigned short  name[ ((numbits) - 1) / (sizeof( short ) * 8) + 1 ];    \





More information about the commitlog mailing list