OSDN Git Service

Input: add driver for the Goodix touchpanel
authorBastien Nocera <hadess@hadess.net>
Fri, 31 Oct 2014 16:26:16 +0000 (09:26 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 24 Dec 2014 17:04:29 +0000 (01:04 +0800)
commit62a39700d7529688e6854a8348236eaaf057a03b
treedab9d0bbfa9e35ecbbf858136c7e397545779caf
parentd07b5def8b8543c7bc0b4233de644123d758017b
Input: add driver for the Goodix touchpanel

Add a driver for the Goodix touchscreen panel found in Onda v975w tablets.
The driver is based off the Android driver gt9xx.c found in some Android
code dumps, but now bears no resemblance to the original driver.

The driver was tested on the aforementioned tablet.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Tested-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
MAINTAINERS
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/goodix.c [new file with mode: 0644]