|
From: <bob...@us...> - 2007-06-23 06:13:40
|
Revision: 1050
http://svn.sourceforge.net/hackndev/?rev=1050&view=rev
Author: bobofdoom
Date: 2007-06-22 23:13:38 -0700 (Fri, 22 Jun 2007)
Log Message:
-----------
palmld: Use F8 for rotate. Patch thanks to step2back.
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-23 06:07:45 UTC (rev 1049)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2007-06-23 06:13:38 UTC (rev 1050)
@@ -282,7 +282,7 @@
},
{
/* row 3 */
- KEY_F13, /* Rotate display */
+ KEY_F8, /* Rotate display */
KEY_ENTER, /* Nav centre */
KEY_LEFT, /* Nav left */
},
@@ -312,7 +312,7 @@
********************************/
#ifdef CONFIG_KEYBOARD_GPIO
static struct gpio_keys_button palmld_pxa_buttons[] = {
- {KEY_F8, GPIO_NR_PALMLD_POWER_SWITCH, 0, "Power switch" },
+ {KEY_F13, 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.
|