aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-04-01 14:21:43 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-04-01 22:42:26 -0700
commit57d94d150d17754ae1b4e87e9a883155cbb3ab05 (patch)
tree61de8b5a2643f09129858a6257043b65247e56e9 /MAINTAINERS
parentdb7220c48d8d71476f881a7ae1285e1df4105409 (diff)
downloadlinux-57d94d150d17754ae1b4e87e9a883155cbb3ab05.tar.gz
Input: add a new Novatek NVT-ts driver
Add a new driver for the Novatek i2c touchscreen controller as found on the Acer Iconia One 7 B1-750 tablet. Unfortunately the touchscreen controller model-number is unknown. Even with the tablet opened up it is impossible to read the model-number. Android calls this a "NVT-ts" touchscreen, but that may apply to other Novatek controller models too. This appears to be the same controller as the one supported by https://github.com/advx9600/android/blob/master/touchscreen/NVTtouch_Android4.0/NVTtouch.c but unfortunately that does not give us a model-number either. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Jeff LaBundy <jeff@labundy.com> Link: https://lore.kernel.org/r/20230326212308.55730-1-hdegoede@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 ec57c42ed5440d..2b073facf3992b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14781,6 +14781,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/nolibc.git
F: tools/include/nolibc/
F: tools/testing/selftests/nolibc/
+NOVATEK NVT-TS I2C TOUCHSCREEN DRIVER
+M: Hans de Goede <hdegoede@redhat.com>
+L: linux-input@vger.kernel.org
+S: Maintained
+F: drivers/input/touchscreen/novatek-nvt-ts.c
+
NSDEPS
M: Matthias Maennich <maennich@google.com>
S: Maintained