a1ef73d
From: Daniel Martin <consume.noise@gmail.com>
a1ef73d
Date: Sun, 8 Mar 2015 22:29:07 -0700
a1ef73d
Subject: [PATCH] Input: synaptics - remove obsolete min/max quirk for X240
a1ef73d
a1ef73d
The firmware of the X240 (LEN0035, 2013/12) exposes the same values
a1ef73d
    x [1232..5710], y [1156..4696]
a1ef73d
as the quirk applies.
a1ef73d
a1ef73d
Cc: stable@vger.kernel.org
a1ef73d
Signed-off-by: Daniel Martin <consume.noise@gmail.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 | 2 +-
a1ef73d
 1 file changed, 1 insertion(+), 1 deletion(-)
a1ef73d
a1ef73d
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
a1ef73d
index 87c37f745b92..af686a82b02b 100644
a1ef73d
--- a/drivers/input/mouse/synaptics.c
a1ef73d
+++ b/drivers/input/mouse/synaptics.c
a1ef73d
@@ -131,7 +131,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
a1ef73d
 		1024, 5052, 2258, 4832
a1ef73d
 	},
a1ef73d
 	{
a1ef73d
-		(const char * const []){"LEN0035", "LEN0042", NULL},
a1ef73d
+		(const char * const []){"LEN0042", NULL},
a1ef73d
 		1232, 5710, 1156, 4696
a1ef73d
 	},
a1ef73d
 	{
a1ef73d
-- 
a1ef73d
2.1.0
a1ef73d