From: <far...@us...> - 2007-07-15 20:12:24
|
Revision: 1155 http://svn.sourceforge.net/hackndev/?rev=1155&view=rev Author: farcaller Date: 2007-07-15 13:12:22 -0700 (Sun, 15 Jul 2007) Log Message: ----------- palmtt3: moved slider keycodes to fix collision. Closes: 33 Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtt3/palmtt3_buttons.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmtt3/palmtt3_buttons.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtt3/palmtt3_buttons.c 2007-07-15 15:11:22 UTC (rev 1154) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmtt3/palmtt3_buttons.c 2007-07-15 20:12:22 UTC (rev 1155) @@ -68,8 +68,8 @@ #define T3KEY_RIGHT KEY_RIGHT #define T3KEY_CENTER KEY_ENTER -#define T3SLIDER_OPEN KEY_F6 -#define T3SLIDER_CLOSE KEY_F5 +#define T3SLIDER_OPEN KEY_F4 +#define T3SLIDER_CLOSE KEY_F3 #define GET_KEY_BIT(vkey, bit) ((vkey >> (bit) ) & 0x01) #define SET_KEY_BIT(vkey, bit) (vkey |= (1 << (bit)) ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |