[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200928052008.279274-1-vincent.huang@tw.synaptics.com>
Date: Mon, 28 Sep 2020 13:20:06 +0800
From: Vincent Huang <vincent.huang@...synaptics.com>
To: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Vincent Huang <vincent.huang@...synaptics.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Jiri Kosina <jikos@...nel.org>,
Andrew Duggan <aduggan@...aptics.com>,
Hans de Goede <hdegoede@...hat.com>,
Benjamin Tissoires <btissoir@...hat.com>,
Lyude Paul <lyude@...hat.com>,
Chris Heiny <chris.heiny@...aptics.com>
Subject: [PATCH v2 0/2] Add support for F3A
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.
Changes in v2:
- Combined patch 1 and 2 of v1 to fix bisectability.
Vincent Huang (2):
Input: synaptics-rmi4 - 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
Powered by blists - more mailing lists