Searched hist:"78 bcac7b2ae1e4f6e96c68ff353c140669ea231c" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | stmfts.c | 78bcac7b2ae1e4f6e96c68ff353c140669ea231c Mon Jun 05 17:29:18 CDT 2017 Andi Shyti <andi.shyti@samsung.com> 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>
|
H A D | Makefile | diff 78bcac7b2ae1e4f6e96c68ff353c140669ea231c Mon Jun 05 17:29:18 CDT 2017 Andi Shyti <andi.shyti@samsung.com> 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>
|
H A D | Kconfig | diff 78bcac7b2ae1e4f6e96c68ff353c140669ea231c Mon Jun 05 17:29:18 CDT 2017 Andi Shyti <andi.shyti@samsung.com> 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>
|