Revision: 1195
http://svn.sourceforge.net/hackndev/?rev=1195&view=rev
Author: bobofdoom
Date: 2007-07-21 19:48:49 -0700 (Sat, 21 Jul 2007)
Log Message:
-----------
L4P: pxa27x_keyboard: Added missed commit of debounce_ms option.
Modified Paths:
--------------
linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x_keyboard.h
Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x_keyboard.h
===================================================================
--- linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x_keyboard.h 2007-07-22 02:47:01 UTC (rev 1194)
+++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x_keyboard.h 2007-07-22 02:48:49 UTC (rev 1195)
@@ -7,4 +7,5 @@
int nr_rows, nr_cols;
int keycodes[PXAKBD_MAXROW][PXAKBD_MAXCOL];
int gpio_modes[PXAKBD_MAXROW + PXAKBD_MAXCOL];
+ int debounce_ms;
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|