From: <bob...@us...> - 2007-07-22 02:50:46
|
Revision: 1196 http://svn.sourceforge.net/hackndev/?rev=1196&view=rev Author: bobofdoom Date: 2007-07-21 19:50:44 -0700 (Sat, 21 Jul 2007) Log Message: ----------- PalmT650: Added PKWR_MKIN constants. Modified Paths: -------------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-gpio.h Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-gpio.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-gpio.h 2007-07-22 02:48:49 UTC (rev 1195) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmt650-gpio.h 2007-07-22 02:50:44 UTC (rev 1196) @@ -54,6 +54,15 @@ #define GPIO_NR_PALMT650_KP_MKIN6 17 #define GPIO_NR_PALMT650_KP_MKIN7 13 +#define PKWR_MKIN0 (1<<17) +#define PKWR_MKIN1 (1<<18) +#define PKWR_MKIN2 (1<<19) +#define PKWR_MKIN3 (1<<14) +#define PKWR_MKIN4 (1<<15) +#define PKWR_MKIN5 (1<<16) +#define PKWR_MKIN6 (1<<2) +#define PKWR_MKIN7 (1<<0) + #define GPIO_NR_PALMT650_KP_MKOUT0 103 #define GPIO_NR_PALMT650_KP_MKOUT1 104 #define GPIO_NR_PALMT650_KP_MKOUT2 105 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |