]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add driver for Silead touchscreens
authorRobert Dolca <robert.dolca@intel.com>
Thu, 28 Jul 2016 21:28:46 +0000 (14:28 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 3 Aug 2016 06:37:49 +0000 (23:37 -0700)
commitd13aad2973e3364c47c33188d7ce8c89f3cf72dc
treec4dd55d15f11209261934702d607601032136480
parent5ef9f50f9346a5c2c7f9e70672d03abf3f22a717
Input: add driver for Silead touchscreens

This driver adds support for Silead touchscreens. It has been tested
with GSL1680 and GSL3680 touch panels.

It supports ACPI and device tree enumeration. Screen resolution,
the maximum number of fingers supported and firmware name are
configurable.

Signed-off-by: Robert Dolca <robert.dolca@intel.com>
Signed-off-by: Daniel Jansen <djaniboe@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/silead.c [new file with mode: 0644]