summaryrefslogtreecommitdiffstats
path: root/Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-03-20 11:28:46 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-03-20 11:28:46 -0400
commit7dd68610116a4f74df96536f81236ec3b259a176 (patch)
tree61d181421052bd4296a2951911282a49d169a5ed /Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch
parent287e820f027bbada27d1f5391f236be7a5721a57 (diff)
downloadkernel-7dd68610116a4f74df96536f81236ec3b259a176.tar.gz
kernel-7dd68610116a4f74df96536f81236ec3b259a176.tar.xz
kernel-7dd68610116a4f74df96536f81236ec3b259a176.zip
Linux v4.0-rc4-199-gb314acaccd7e
Diffstat (limited to 'Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch')
-rw-r--r--Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch b/Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch
deleted file mode 100644
index 1bf8e05ab..000000000
--- a/Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Daniel Martin <consume.noise@gmail.com>
-Date: Sun, 8 Mar 2015 22:29:07 -0700
-Subject: [PATCH] Input: synaptics - remove obsolete min/max quirk for X240
-
-The firmware of the X240 (LEN0035, 2013/12) exposes the same values
- x [1232..5710], y [1156..4696]
-as the quirk applies.
-
-Cc: stable@vger.kernel.org
-Signed-off-by: Daniel Martin <consume.noise@gmail.com>
-Acked-by: Hans de Goede <hdegoede@redhat.com>
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
----
- drivers/input/mouse/synaptics.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
-index 7c80bd18613e..382678ae3363 100644
---- a/drivers/input/mouse/synaptics.c
-+++ b/drivers/input/mouse/synaptics.c
-@@ -134,7 +134,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
- 1024, 5052, 2258, 4832
- },
- {
-- (const char * const []){"LEN0035", "LEN0042", NULL},
-+ (const char * const []){"LEN0042", NULL},
- 1232, 5710, 1156, 4696
- },
- {
---
-2.1.0
-