|
From: <z7...@us...> - 2007-03-28 17:34:16
|
Revision: 941
http://svn.sourceforge.net/hackndev/?rev=941&view=rev
Author: z72ka
Date: 2007-03-28 10:34:13 -0700 (Wed, 28 Mar 2007)
Log Message:
-----------
palmtx: Modified key power to KEY_F8 for suspending on button in Opie or GPE
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c 2007-03-28 17:33:04 UTC (rev 940)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx.c 2007-03-28 17:34:13 UTC (rev 941)
@@ -106,7 +106,7 @@
.nr_cols = 3,
.keycodes = {
{ /* row 0 */
- KEY_POWER,
+ KEY_F8,
KEY_F9,
KEY_ENTER,
},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|