diff mbox series

[V1] Input: synaptics-rmi4 - Enable support for F3A by default.

Message ID 20231110082148.1032629-1-marge.yang@tw.synaptics.com (mailing list archive)
State New
Delegated to: Jiri Kosina
Headers show
Series [V1] Input: synaptics-rmi4 - Enable support for F3A by default. | expand

Commit Message

Marge Yang Nov. 10, 2023, 8:21 a.m. UTC
RMI4 F3A supports the touchpad GPIO function, it's designed to
support more GPIOs and used on new touchpad. This patch will
enable support of touchpad button.

Signed-off-by: Marge Yang <marge.yang@tw.synaptics.com>
---
 drivers/hid/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov March 28, 2024, 8:13 p.m. UTC | #1
Hi Marge,

On Fri, Nov 10, 2023 at 08:21:48AM +0000, Marge Yang wrote:
> RMI4 F3A supports the touchpad GPIO function, it's designed to
> support more GPIOs and used on new touchpad. This patch will
> enable support of touchpad button.
> 
> Signed-off-by: Marge Yang <marge.yang@tw.synaptics.com>

This should go to Jiri or Benjamin (CCed).

> ---
>  drivers/hid/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
> index e11c1c8..f3a989e 100644
> --- a/drivers/hid/Kconfig
> +++ b/drivers/hid/Kconfig
> @@ -1082,6 +1082,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.7.4
> 

Thanks.
diff mbox series

Patch

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index e11c1c8..f3a989e 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -1082,6 +1082,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