]> git.baikalelectronics.ru Git - kernel.git/commit
Input: Add Microchip AR1021 i2c touchscreen
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Wed, 8 Oct 2014 16:22:54 +0000 (09:22 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 9 Oct 2014 22:27:42 +0000 (15:27 -0700)
commitf1e55d3306555de62ca836636370a4ec252c7448
tree2703e38a67c5b4a3d97cbf57db6cd6544a70d70e
parentdd75a41acb87aca316385d6ab71a3e2cb75f99a6
Input: Add Microchip AR1021 i2c touchscreen

This patch adds support for the ar1021 i2c based touchscreen.
The driver is quite simple and only supports the Touch
Reporting Protocol.

This is the final version for an RFC patch send a while ago.
http://www.spinics.net/lists/linux-input/msg29419.html

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ar1021_i2c.c [new file with mode: 0644]