All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: elantech - enable middle button of touchpad on ThinkPad P72
@ 2018-09-07  7:06 Aaron Ma
  2018-09-18 16:32 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Ma @ 2018-09-07  7:06 UTC (permalink / raw)
  To: dmitry.torokhov, linux-input, linux-kernel, aaron.ma

Adding 2 new touchpad IDs to support middle button support.

Cc: stable@vger.kernel.org
Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
---
 drivers/input/mouse/elantech.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index 44f57cf6675b..2d95e8d93cc7 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1178,6 +1178,8 @@ static const struct dmi_system_id elantech_dmi_has_middle_button[] = {
 static const char * const middle_button_pnp_ids[] = {
 	"LEN2131", /* ThinkPad P52 w/ NFC */
 	"LEN2132", /* ThinkPad P52 */
+	"LEN2133", /* ThinkPad P72 w/ NFC */
+	"LEN2134", /* ThinkPad P72 */
 	NULL
 };
 
-- 
2.17.1


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

* Re: [PATCH] Input: elantech - enable middle button of touchpad on ThinkPad P72
  2018-09-07  7:06 [PATCH] Input: elantech - enable middle button of touchpad on ThinkPad P72 Aaron Ma
@ 2018-09-18 16:32 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2018-09-18 16:32 UTC (permalink / raw)
  To: Aaron Ma; +Cc: linux-input, linux-kernel

On Fri, Sep 07, 2018 at 03:06:51PM +0800, Aaron Ma wrote:
> Adding 2 new touchpad IDs to support middle button support.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Aaron Ma <aaron.ma@canonical.com>

Applied, thank you.

> ---
>  drivers/input/mouse/elantech.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
> index 44f57cf6675b..2d95e8d93cc7 100644
> --- a/drivers/input/mouse/elantech.c
> +++ b/drivers/input/mouse/elantech.c
> @@ -1178,6 +1178,8 @@ static const struct dmi_system_id elantech_dmi_has_middle_button[] = {
>  static const char * const middle_button_pnp_ids[] = {
>  	"LEN2131", /* ThinkPad P52 w/ NFC */
>  	"LEN2132", /* ThinkPad P52 */
> +	"LEN2133", /* ThinkPad P72 w/ NFC */
> +	"LEN2134", /* ThinkPad P72 */
>  	NULL
>  };
>  
> -- 
> 2.17.1
> 

-- 
Dmitry

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

end of thread, other threads:[~2018-09-18 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07  7:06 [PATCH] Input: elantech - enable middle button of touchpad on ThinkPad P72 Aaron Ma
2018-09-18 16:32 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.