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)
commit3197704cae5e00d9c78563d2fa4647b576a49fef
treec4dd55d15f11209261934702d607601032136480
parent014420fe8865e981331024ef0cef14d1e29102a3
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]
This page took 0.025126 seconds and 5 git commands to generate.