-
- Downloads
Input: add support for ChipOne icn8505 based touchscreens
The ChipOne icn8505 is an i2c capacitive touchscreen controller typically used in cheap x86 tablets, this commit adds a driver for it. Note the icn8505 is somewhat similar to the icn8318 and I started with modifying that driver to support both, but in the end the differences were too large and I decided to write a new driver instead. Signed-off-by:Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Showing
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/input/touchscreen/Kconfig 11 additions, 0 deletionsdrivers/input/touchscreen/Kconfig
- drivers/input/touchscreen/Makefile 1 addition, 0 deletionsdrivers/input/touchscreen/Makefile
- drivers/input/touchscreen/chipone_icn8505.c 520 additions, 0 deletionsdrivers/input/touchscreen/chipone_icn8505.c
Loading
Please register or sign in to comment