public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1] Input: synaptics-rmi4 - Enable support for F3A by default.
@ 2023-11-10  8:21 Marge Yang
  2024-03-28 20:13 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Marge Yang @ 2023-11-10  8:21 UTC (permalink / raw)
  To: dmitry.torokhov, linux-input, linux-kernel, marge.yang
  Cc: david.chiu, derek.cheng, sam.tsai, vincent.huang

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(+)

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


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

* Re: [PATCH V1] Input: synaptics-rmi4 - Enable support for F3A by default.
  2023-11-10  8:21 [PATCH V1] Input: synaptics-rmi4 - Enable support for F3A by default Marge Yang
@ 2024-03-28 20:13 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2024-03-28 20:13 UTC (permalink / raw)
  To: Marge Yang
  Cc: linux-input, linux-kernel, david.chiu, derek.cheng, sam.tsai,
	vincent.huang, Jiri Kosina, Benjamin Tissoires

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.

-- 
Dmitry

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

end of thread, other threads:[~2024-03-28 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-10  8:21 [PATCH V1] Input: synaptics-rmi4 - Enable support for F3A by default Marge Yang
2024-03-28 20:13 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox