]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Add various OMAP input drivers
authorTony Lindgren <tony@atomide.com>
Mon, 9 May 2005 21:28:04 +0000 (14:28 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 9 May 2005 21:28:04 +0000 (14:28 -0700)
commit6425efa7e9971c4ba09dfcf7e96b810cb3c7148f
tree39c31865b86f549969535c52df4e1edf09af69aa
parent2971216f8568066c647f60ef3858a6c9dcc81c6d
Add various OMAP input drivers

Adds various OMAP input drivers.

Signed-off-by: Tony Lindgren <tony@atomide.com>
13 files changed:
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/innovator_ps2.c [new file with mode: 0644]
drivers/input/keyboard/omap-keypad.c [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/omap/Makefile [new file with mode: 0644]
drivers/input/touchscreen/omap/ads7846.h [new file with mode: 0644]
drivers/input/touchscreen/omap/omap_ts.c [new file with mode: 0644]
drivers/input/touchscreen/omap/omap_ts.h [new file with mode: 0644]
drivers/input/touchscreen/omap/ts_hx.c [new file with mode: 0644]
drivers/input/touchscreen/omap/ts_inn1510.c [new file with mode: 0644]
drivers/input/touchscreen/omap/ts_osk.c [new file with mode: 0644]