]> git.hungrycats.org Git - linux/commitdiff
Input: synaptics - remove obsolete min/max quirk for X240
authorDaniel Martin <consume.noise@gmail.com>
Mon, 9 Mar 2015 05:29:07 +0000 (22:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2015 12:03:50 +0000 (14:03 +0200)
commit b05f4d1c332a22f98c037fa64f249aa30877adaf 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: Daniel Martin <consume.noise@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/mouse/synaptics.c

index 87c37f745b929639e1d2b4841ebcb4efb023fcbc..af686a82b02b802b40f11f74546354c96c2c922d 100644 (file)
@@ -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
        },
        {