]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
Staging: dream: add support for input on GPIO pins
authorArve Hjønnevåg <arve@android.com>
Sat, 8 Aug 2009 13:03:15 +0000 (15:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:05 +0000 (12:02 -0700)
commit420818f9755a5676db7c392ba6f77d795f13675b
tree3a82e485feb57274a72721b712f678fc7ca57d52
parent347a799cef17e66bd532fca4e55a5f5a2f9ff36c
Staging: dream: add support for input on GPIO pins

Support for input devices connected to GPIO pins. This adds support
for HTC Dream's keyboard and its trackball. Generic support already
exists for keyboard on GPIO, but this one is more advanced because it
can detect shadow key presses (and actually works with Dream :-).

(It also contains Kconfig/Makefile changes, including some that were
missing from previous commit. Sorry.)

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/dream/Kconfig [new file with mode: 0644]
drivers/staging/dream/Makefile [new file with mode: 0644]
drivers/staging/dream/gpio_axis.c [new file with mode: 0644]
drivers/staging/dream/gpio_event.c [new file with mode: 0644]
drivers/staging/dream/gpio_input.c [new file with mode: 0644]
drivers/staging/dream/gpio_matrix.c [new file with mode: 0644]
drivers/staging/dream/gpio_output.c [new file with mode: 0644]