From: <med...@us...> - 2007-07-13 13:00:40
|
Revision: 1138 http://svn.sourceforge.net/hackndev/?rev=1138&view=rev Author: medaglia Date: 2007-07-13 06:00:37 -0700 (Fri, 13 Jul 2007) Log Message: ----------- Added the missing palmte2-gpio.h file... Added Paths: ----------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmte2-gpio.h Added: linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmte2-gpio.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmte2-gpio.h (rev 0) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/palmte2-gpio.h 2007-07-13 13:00:37 UTC (rev 1138) @@ -0,0 +1,24 @@ +/* + * include/asm-arm/arch-pxa/palmte2-gpio.h + * + * Author: Carlos Eduardo Medaglia Dyonisio <ca...@ne...> + * + */ + + +#ifndef _PALMTE2_GPIO_H_ +#define _PALMTE2_GPIO_H_ + +/* Keypad */ + +#define GPIO_NR_PALMTE2_KP_DKIN0 5 /* Notes */ +#define GPIO_NR_PALMTE2_KP_DKIN1 7 /* Tasks */ +#define GPIO_NR_PALMTE2_KP_DKIN2 11 /* Calendar */ +#define GPIO_NR_PALMTE2_KP_DKIN3 13 /* Contacts */ +#define GPIO_NR_PALMTE2_KP_DKIN4 14 /* Center */ +#define GPIO_NR_PALMTE2_KP_DKIN5 19 /* Left */ +#define GPIO_NR_PALMTE2_KP_DKIN6 20 /* Right */ +#define GPIO_NR_PALMTE2_KP_DKIN7 21 /* Down */ +#define GPIO_NR_PALMTE2_KP_DKIN8 22 /* Up */ + +#endif /* _PALMTE2_GPIO_H_ */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |