]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics-rmi4 - add support for F3A
authorVincent Huang <vincent.huang@tw.synaptics.com>
Mon, 5 Oct 2020 02:42:24 +0000 (19:42 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 5 Oct 2020 02:51:44 +0000 (19:51 -0700)
commit6a4ae5800bce7149b23c13bd67a19d84044f8b9e
tree5b7ca10dadbfdd21d808a77f20c5db25b573e83e
parentf083c0600dd068dd13a8d686dd0925eaae691b3a
Input: synaptics-rmi4 - add support for F3A

RMI4 F3A supports the touchpad GPIO function, it's designed to
support more GPIOs and used on newer touchpads. This patch adds
support of the touchpad buttons.

Signed-off-by: Vincent Huang <vincent.huang@tw.synaptics.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Tested-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andrew Duggan <aduggan@synaptics.com>
Link: https://lore.kernel.org/r/20200930094147.635556-3-vincent.huang@tw.synaptics.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/rmi4/Kconfig
drivers/input/rmi4/Makefile
drivers/input/rmi4/rmi_bus.c
drivers/input/rmi4/rmi_driver.h
drivers/input/rmi4/rmi_f3a.c [new file with mode: 0644]