Commit a10b5da0 authored by Daniel Martin's avatar Daniel Martin Committed by Luis Henriques

Input: synaptics - remove obsolete min/max quirk for X240

commit b05f4d1c upstream.

The firmware of the X240 (LEN0035, 2013/12) exposes the same values
    x [1232..5710], y [1156..4696]
as the quirk applies.
Signed-off-by: default avatarDaniel Martin <consume.noise@gmail.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 987098e0
...@@ -128,7 +128,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = { ...@@ -128,7 +128,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
1024, 5052, 2258, 4832 1024, 5052, 2258, 4832
}, },
{ {
(const char * const []){"LEN0035", "LEN0042", NULL}, (const char * const []){"LEN0042", NULL},
1232, 5710, 1156, 4696 1232, 5710, 1156, 4696
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment