Input: add support for Elan eKTH I2C touchscreens
authorScott Liu <scott.liu@emc.com.tw>
Thu, 20 Nov 2014 01:26:44 +0000 (17:26 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 8 Dec 2014 07:09:23 +0000 (23:09 -0800)
commit66aee90088da2f5fb73ba97ee8b5f4fda92e2b53
tree9dfd705f23a1579504b12ba648f394c851f4726f
parentaf906faabcf91eb12397d8954f89e289a8b96af5
Input: add support for Elan eKTH I2C touchscreens

This driver supports Elan eKTH I2C touchscreen controllers. Note that these
are using custom protocol, as opposed to other Elan parts that use
HID-over-I2C and are supported by the standard HID-multitouch driver.

Signed-off-by: Scott Liu <scott.liu@emc.com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/elants_i2c.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/elants_i2c.c [new file with mode: 0644]