Skip to content

Commit

Permalink
Input: synaptics - remove obsolete min/max quirk for X240
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Martin authored and Dmitry Torokhov committed Mar 9, 2015
1 parent ac09793 commit b05f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/mouse/synaptics.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,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
},
{
Expand Down

0 comments on commit b05f4d1

Please sign in to comment.