diff mbox

Input: synaptics - Lenovo Thinkpad Carbon X1 6th Gen should use RMI

Message ID 20180327110922.19198-1-sean@mess.org (mailing list archive)
State New, archived
Headers show

Commit Message

Sean Young March 27, 2018, 11:09 a.m. UTC
Works fine on type 20KH, even after suspend resume cycle.

Signed-off-by: Sean Young <sean@mess.org>
---
 drivers/input/mouse/synaptics.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Teika Kazura Nov. 17, 2018, 2:20 a.m. UTC | #1
This patch was not sent to Dmitry, nor cc-ed to Benjamin, so let met do it now.

The original patch needs a straightforward and unambiguous update now (It simply adds a device to the SMBus whitelist.) ; it does not apply as-is any more. If needed, I can send an updated version instead of the original author.

Regards,
Teika (Teika Kazura)

From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Subject: [PATCH 0/8] Input: support for latest Lenovo thinkpads (series 80)
Date: Thu,  5 Apr 2018 15:25:29 +0200

From: Sean Young <sean@mess.org>
Subject: [PATCH] Input: synaptics - Lenovo Thinkpad Carbon X1 6th Gen should use RMI
Date: Tue, 27 Mar 2018 12:09:22 +0100

> Works fine on type 20KH, even after suspend resume cycle.
> 
> Signed-off-by: Sean Young <sean@mess.org>
> ---
>  drivers/input/mouse/synaptics.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index a246fc686bb7..ce1945630f40 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -172,6 +172,7 @@ static const char * const smbus_pnp_ids[] = {
>  	"LEN0048", /* X1 Carbon 3 */
>  	"LEN0046", /* X250 */
>  	"LEN004a", /* W541 */
> +	"LEN0091", /* X1 Carbon 6 */
>  	"LEN200f", /* T450s */
>  	NULL
>  };
> -- 
> 2.14.3
diff mbox

Patch

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index a246fc686bb7..ce1945630f40 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -172,6 +172,7 @@  static const char * const smbus_pnp_ids[] = {
 	"LEN0048", /* X1 Carbon 3 */
 	"LEN0046", /* X250 */
 	"LEN004a", /* W541 */
+	"LEN0091", /* X1 Carbon 6 */
 	"LEN200f", /* T450s */
 	NULL
 };