Keyboard controller for OMAP4 includes - built-in scanning algorithm - debouncing feature - handling mechanism up to 9 x 9 keys - wake-up event generation These patches have been tested in a SDP4430 board. Taking OMAP4 TI tree as code base, omap4_next-wip branch http://dev.omapzoom.org/?p=santosh/kernel-omap4-base.git;a=summary --- arch/arm/configs/omap_4430sdp_defconfig | 3 +- arch/arm/mach-omap2/board-4430sdp.c | 61 ++--- drivers/input/keyboard/Kconfig | 9 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/omap4-keypad.c | 366 +++++++++++++++++++++++++++++++ 5 files changed, 403 insertions(+), 37 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html