]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add driver for Neonode zForce based touchscreens
authorHeiko Stübner <heiko@sntech.de>
Thu, 31 Oct 2013 08:25:32 +0000 (01:25 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 31 Oct 2013 15:46:08 +0000 (08:46 -0700)
commit363744634bf8474bbe533a18b9622b10ebfd103b
tree66ce40f74cedd9b0531b6dfccd8f164226fbdc37
parentb31ad3e90425bc93bab76aa982bdf2a174ac6ff6
Input: add driver for Neonode zForce based touchscreens

This adds a driver for touchscreens using the zforce infrared
technology from Neonode connected via i2c to the host system.

It supports multitouch with up to two fingers and tracking of the
contacts in hardware.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/zforce_ts.c [new file with mode: 0644]
include/linux/platform_data/zforce_ts.h [new file with mode: 0644]