summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBastien Nocera2014-10-31 17:26:16 +0100
committerDmitry Torokhov2014-10-31 17:41:23 +0100
commitca96ea86eed4b2645637dfe3d38b7d05191a79fe (patch)
treedd853b7bf5e134cdf0bc0dbb3e205e927368aee1 /MAINTAINERS
parentInput: add driver for Elan I2C/SMbus touchpad (diff)
downloadkernel-qcow2-linux-ca96ea86eed4b2645637dfe3d38b7d05191a79fe.tar.gz
kernel-qcow2-linux-ca96ea86eed4b2645637dfe3d38b7d05191a79fe.tar.xz
kernel-qcow2-linux-ca96ea86eed4b2645637dfe3d38b7d05191a79fe.zip
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f10ed3914ea8..f73bb4179832 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4062,6 +4062,12 @@ L: linux-media@vger.kernel.org
S: Maintained
F: drivers/media/usb/go7007/
+GOODIX TOUCHSCREEN
+M: Bastien Nocera <hadess@hadess.net>
+L: linux-input@vger.kernel.org
+S: Maintained
+F: drivers/input/touchscreen/goodix.c
+
GPIO SUBSYSTEM
M: Linus Walleij <linus.walleij@linaro.org>
M: Alexandre Courbot <gnurou@gmail.com>