]> 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)
commit4a36dac94715f65588537965c9a62e405e60284f
tree66ce40f74cedd9b0531b6dfccd8f164226fbdc37
parent6e85300791cbdfb4f4ef60f4274b32a02113c026
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]