a1ef73d
From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
a1ef73d
Date: Sun, 8 Mar 2015 22:38:55 -0700
a1ef73d
Subject: [PATCH] Input: synaptics - remove X1 Carbon 3rd gen from the
a1ef73d
 topbuttonpad list
a1ef73d
a1ef73d
Lenovo decided to switch back to physical buttons for the trackstick on
a1ef73d
their latest series. The PNPId list was provided before they reverted back
a1ef73d
to physical buttons, so it contains the new models too.  We can know from
a1ef73d
the touchpad capabilities that the touchpad has physical buttons, so
a1ef73d
removing the ids from the list is not mandatory. It is still nicer to
a1ef73d
remove the wrong ids, so start by removing the X1 Carbon 3rd gen, with the
a1ef73d
PNPId of LEN0048.
a1ef73d
a1ef73d
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
a1ef73d
Acked-by: Hans de Goede <hdegoede@redhat.com>
a1ef73d
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
a1ef73d
---
a1ef73d
 drivers/input/mouse/synaptics.c | 1 -
a1ef73d
 1 file changed, 1 deletion(-)
a1ef73d
a1ef73d
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
a1ef73d
index ecc7811cbd46..160def02cde2 100644
a1ef73d
--- a/drivers/input/mouse/synaptics.c
a1ef73d
+++ b/drivers/input/mouse/synaptics.c
a1ef73d
@@ -183,7 +183,6 @@ static const char * const topbuttonpad_pnp_ids[] = {
a1ef73d
 	"LEN0045",
a1ef73d
 	"LEN0046",
a1ef73d
 	"LEN0047",
a1ef73d
-	"LEN0048",
a1ef73d
 	"LEN0049",
a1ef73d
 	"LEN2000",
a1ef73d
 	"LEN2001", /* Edge E431 */
a1ef73d
-- 
a1ef73d
2.1.0
a1ef73d