]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add support for HiDeep touchscreen
authorAnthony Kim <anthony.kim@hideep.com>
Wed, 25 Oct 2017 21:57:04 +0000 (14:57 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 10 Nov 2017 18:18:22 +0000 (10:18 -0800)
commit703a8fad491d4fb25f8a275589aaf45b0a9e767a
tree718844af4673c46a9ac48b824da4d25c3074e273
parentd42aaeb6548831034c39340769f84f1e452a92bc
Input: add support for HiDeep touchscreen

The HiDeep touchscreen device is a capacitive multi-touch controller
mainly for multi-touch supported devices use. It use I2C interface for
communication to IC and provide axis X, Y, Z locations for ten finger
touch through input event interface to userspace.

It support the Crimson and the Lime two type IC. They are different
the number of channel supported and FW size. But the working protocol
is same.

Signed-off-by: Anthony Kim <anthony.kim@hideep.com>
Acked-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/hideep.txt [new file with mode: 0644]
Documentation/devicetree/bindings/vendor-prefixes.txt
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/hideep.c [new file with mode: 0644]