]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc444fcba47de34b3ed54e2b082eba8a6590dee28
tree9dfd705f23a1579504b12ba648f394c851f4726f
parente8601df3ca597517d20485e68e6a1f53a79f9723
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]