diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-03-11 09:17:47 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-03-11 09:18:03 -0400 |
commit | 80e48d0c7e8aced5df19d369961137f58ba97811 (patch) | |
tree | d9d7ddc5037d2b2b4189551f3846a868531fec33 /Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch | |
parent | 73947052943a62125227728baddc88ef6934ae9d (diff) | |
download | kernel-80e48d0c7e8aced5df19d369961137f58ba97811.tar.gz kernel-80e48d0c7e8aced5df19d369961137f58ba97811.tar.xz kernel-80e48d0c7e8aced5df19d369961137f58ba97811.zip |
Patch series to fix Lenovo *40 and Carbon X1 touchpads (rhbz 1200777 1200778)
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.patch | 32 |
1 files changed, 32 insertions, 0 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 new file mode 100644 index 000000000..1bf8e05ab --- /dev/null +++ b/Input-synaptics-remove-obsolete-min-max-quirk-for-X2.patch @@ -0,0 +1,32 @@ +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 + |