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)
commit842ff286166e8512450573f6b6eb5e04e626a07f
tree718844af4673c46a9ac48b824da4d25c3074e273
parent4a1a57df97636b9323c4221cc75a35694b6d34c7
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]