]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8b74d0821efc8453d9e0fa818504d1fd89afb381
tree3d9baece29da1fe05c16b6996a57958dd3547497
parentefcd5377322c0918be828c5b2251734bee4363fd
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]