OSDN Git Service

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)
commit9e4c596bfd004f447a652205163234dfd4aafa69
tree5b7ca10dadbfdd21d808a77f20c5db25b573e83e
parent261bfb3328b89c63ca410ae30a0c87cd3955344c
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]