]> 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)
commit5af5baa7d404083c15b3ff4186c6142b6066320a
tree718844af4673c46a9ac48b824da4d25c3074e273
parent06e0b4f5721b484e421a7595ba080f23d9a65c00
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]