]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
Input: add support for the Samsung S6SY761 touchscreen
authorAndi Shyti <andi.shyti@samsung.com>
Fri, 10 Nov 2017 07:10:06 +0000 (23:10 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 10 Nov 2017 18:18:23 +0000 (10:18 -0800)
commit0145a7141e597e14c60f7561add76bea874768b2
treea135c6cca0f25944db9f14cdbda23f005e235236
parent842ff286166e8512450573f6b6eb5e04e626a07f
Input: add support for the Samsung S6SY761 touchscreen

The S6SY761 touchscreen is a capicitive multi-touch controller
for mobile use. It's connected with i2c at the address 0x48.

This commit provides a basic version of the driver which can
handle only initialization, touch events and power states.

The controller is controlled by a firmware which, in the version
I currently have, doesn't provide all the possible
functionalities mentioned in the datasheet.

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