]> 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)
commit7e27bbfef7d7f3139dc311934c7258c7b63163e6
tree5b7ca10dadbfdd21d808a77f20c5db25b573e83e
parentae590e9419c4a79f30f1682e42db022796657554
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]