[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241016105549.250515-1-vincenth@synaptics.com>
Date: Wed, 16 Oct 2024 10:55:49 +0000
From: Vincent Huang <vincenth@...aptics.com>
To: Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <bentiss@...nel.org>
Cc: linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Marge Yang <marge.yang@...synaptics.com>,
Vincent Huang <vincenth@...aptics.com>
Subject: [PATCH] HID: rmi: Add select RMI4_F3A in Kconfig
Add `select RMI4_F3A` under `HID_RMI` in Kconfig to support buttons and GPIOs
on newer Synaptics HID RMI devices. Future devices will use F3A instead of F30,
but F30 is still selected for backward compatibility.
Signed-off-by: Vincent Huang <vincenth@...aptics.com>
---
drivers/hid/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index f8a56d631242..f2c4f9e89cac 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -1096,6 +1096,7 @@ config HID_RMI
select RMI4_F11
select RMI4_F12
select RMI4_F30
+ select RMI4_F3A
help
Support for Synaptics RMI4 touchpads.
Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
--
2.25.1
Powered by blists - more mailing lists