Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r4233 - trunk/src/target/OM-2007.2/daemons/neod/src
([EMAIL PROTECTED])
--- Begin Message ---
Author: erin_yueh
Date: 2008-03-20 11:43:09 +0100 (Thu, 20 Mar 2008)
New Revision: 4233
Modified:
trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
Log:
neod: put AUX key event back (Erin Yueh)
Modified: trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
===================================================================
--- trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c 2008-03-20
09:50:17 UTC (rev 4232)
+++ trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c 2008-03-20
10:43:09 UTC (rev 4233)
@@ -323,7 +323,7 @@
g_debug( "read %d bytes from fd %d", size, input_fd[i].fd );
g_debug( "input event = ( %0x, %0x, %0x )", event.type,
event.code, event.value );
}
-#if 0
+
if ( event.type == 1 && event.code == AUX_BUTTON_KEYCODE )
{
if ( event.value == 1 ) /* pressed */
@@ -343,7 +343,6 @@
}
}
else
-#endif
if ( event.type == 1 && event.code == POWER_BUTTON_KEYCODE )
{
if ( event.value == 1 ) /* pressed */
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog