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