diff options
| author | Daniel Martin <consume.noise@gmail.com> | 2015-03-09 01:29:07 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-03-09 02:32:19 -0400 |
| commit | b05f4d1c332a22f98c037fa64f249aa30877adaf (patch) | |
| tree | d38aedb60a35be44f3eb86975b9758be83db2616 /drivers/input/mouse | |
| parent | ac097930f0730a9b777737de2b51e0fc49d2be7a (diff) | |
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>
Diffstat (limited to 'drivers/input/mouse')
| -rw-r--r-- | drivers/input/mouse/synaptics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 87c37f745b92..af686a82b02b 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
| @@ -131,7 +131,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = { | |||
| 131 | 1024, 5052, 2258, 4832 | 131 | 1024, 5052, 2258, 4832 |
| 132 | }, | 132 | }, |
| 133 | { | 133 | { |
| 134 | (const char * const []){"LEN0035", "LEN0042", NULL}, | 134 | (const char * const []){"LEN0042", NULL}, |
| 135 | 1232, 5710, 1156, 4696 | 135 | 1232, 5710, 1156, 4696 |
| 136 | }, | 136 | }, |
| 137 | { | 137 | { |
