]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Input: add support for SuperH MigoR touchscreen
authorMagnus Damm <magnus.damm@gmail.com>
Wed, 7 May 2008 15:15:02 +0000 (11:15 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 May 2008 19:06:20 +0000 (15:06 -0400)
commit885c316d776b64728b4ed30e3af60d23c9e46825
tree70e7c2396691991bcfbbdbdc0631d14fc222744c
parent253b00f1e6619055d524188f254ccb951bffce5d
Input: add support for SuperH MigoR touchscreen

This is V2 of the MigoR touch screen driver. The chip we interface to
is unfortunately a custom designed microcontroller speaking some
undocumented protocol over i2c.

The board specific code is expected to register this device as an i2c
chip using struct i2c_board_info [] and i2c_register_board_info().

[dtor@mail.ru: don't enable touchscreen if there are no users]
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/migor_ts.c [new file with mode: 0644]