|
From: <mar...@us...> - 2007-06-08 22:02:55
|
Revision: 1026
http://svn.sourceforge.net/hackndev/?rev=1026&view=rev
Author: marex_z71
Date: 2007-06-08 15:02:53 -0700 (Fri, 08 Jun 2007)
Log Message:
-----------
PalmLD: I think we should resume on key F8
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2007-06-08 13:50:34 UTC (rev 1025)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2007-06-08 22:02:53 UTC (rev 1026)
@@ -312,7 +312,7 @@
********************************/
#ifdef CONFIG_KEYBOARD_GPIO
static struct gpio_keys_button palmld_pxa_buttons[] = {
- {KEY_F7, GPIO_NR_PALMLD_POWER_SWITCH, 0, "Power switch" },
+ {KEY_F8, GPIO_NR_PALMLD_POWER_SWITCH, 0, "Power switch" },
};
static struct gpio_keys_platform_data palmld_pxa_keys_data = {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|