From: <bob...@us...> - 2007-06-23 14:24:39
|
Revision: 1052 http://svn.sourceforge.net/hackndev/?rev=1052&view=rev Author: bobofdoom Date: 2007-06-23 07:24:12 -0700 (Sat, 23 Jun 2007) Log Message: ----------- Reverted F8/F13 swap patch as it was refuted by Marex and s2b could not provide solid evidence for it being useful. 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:16:53 UTC (rev 1051) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2007-06-23 14:24:12 UTC (rev 1052) @@ -282,7 +282,7 @@ }, { /* row 3 */ - KEY_F8, /* Rotate display */ + KEY_F13, /* 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_F13, 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. |