Input: add support for the STMicroelectronics FingerTip touchscreen
authorAndi Shyti <andi.shyti@samsung.com>
Mon, 5 Jun 2017 22:29:18 +0000 (15:29 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 5 Jun 2017 22:35:34 +0000 (15:35 -0700)
commit78bcac7b2ae1e4f6e96c68ff353c140669ea231c
tree3d9baece29da1fe05c16b6996a57958dd3547497
parent131b3de7016b73fca1aba8ffb528217ac95b2505
Input: add support for the STMicroelectronics FingerTip touchscreen

The stmfts (ST-Microelectronics FingerTip S) touchscreen device is a
capacitive multi-touch controller mainly for mobile use.  It's connected
through i2c bus at the address 0x49 and it interfaces with userspace
through input event interface.

At the current state it provides a touchscreen multitouch functionality up
to 10 fingers. Each finger is enumerated with a distinctive id (from 0 to
9).

If enabled the device can support single "touch" hovering, by providing
three coordinates, x, y and distance.

It is possible to select the touchkey functionality which provides a basic
two keys interface for "home" and "back" menu, typical in mobile phones.

Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/st,stmfts.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/stmfts.c [new file with mode: 0644]