linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for F3A
@ 2020-09-24  9:46 Vincent Huang
  2020-09-24  9:46 ` [PATCH 1/3] Input: synaptics-rmi4 - rename f30_data to gpio_data Vincent Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Vincent Huang @ 2020-09-24  9:46 UTC (permalink / raw)
  To: linux-input, linux-kernel
  Cc: Vincent Huang, Dmitry Torokhov, Jiri Kosina, Andrew Duggan,
	Hans de Goede, Benjamin Tissoires, Lyude Paul, Chris Heiny

RMI4 F3A supports the touchpad GPIO function, it's designed to support
more GPIOs and used on newer touchpads. The patches add support of
touchpad buttons and rename f30_data to avoid confusion.

Vincent Huang (3):
  Input: synaptics-rmi4 - rename f30_data to gpio_data
  HID: rmi - rename f30_data to gpio_data
  Input: synaptics-rmi4 - add support for F3A

 drivers/hid/hid-rmi.c           |   2 +-
 drivers/input/mouse/synaptics.c |   2 +-
 drivers/input/rmi4/Kconfig      |   8 ++
 drivers/input/rmi4/Makefile     |   1 +
 drivers/input/rmi4/rmi_bus.c    |   3 +
 drivers/input/rmi4/rmi_driver.h |   1 +
 drivers/input/rmi4/rmi_f30.c    |  14 +-
 drivers/input/rmi4/rmi_f3a.c    | 241 ++++++++++++++++++++++++++++++++
 include/linux/rmi.h             |  11 +-
 9 files changed, 269 insertions(+), 14 deletions(-)
 create mode 100644 drivers/input/rmi4/rmi_f3a.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-29 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24  9:46 [PATCH 0/3] Add support for F3A Vincent Huang
2020-09-24  9:46 ` [PATCH 1/3] Input: synaptics-rmi4 - rename f30_data to gpio_data Vincent Huang
2020-09-24  9:46 ` [PATCH 2/3] HID: rmi " Vincent Huang
2020-09-24 14:52   ` Jiri Kosina
2020-09-24  9:46 ` [PATCH 3/3] Input: synaptics-rmi4 - add support for F3A Vincent Huang
2020-09-27 11:12 ` [PATCH 0/3] Add " Hans de Goede
2020-09-29 13:45   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).