summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorBenjamin Tissoires2015-03-09 06:29:25 +0100
committerDmitry Torokhov2015-03-09 07:33:16 +0100
commit02e07492cdfae9c86e3bd21c0beec88dbcc1e9e8 (patch)
treef5b9b4899a86114dce86967800caa92707a55b0f /drivers/input/mouse
parentInput: synaptics - support min/max board id in min_max_pnpid_table (diff)
downloadkernel-qcow2-linux-02e07492cdfae9c86e3bd21c0beec88dbcc1e9e8.tar.gz
kernel-qcow2-linux-02e07492cdfae9c86e3bd21c0beec88dbcc1e9e8.tar.xz
kernel-qcow2-linux-02e07492cdfae9c86e3bd21c0beec88dbcc1e9e8.zip
Input: synaptics - skip quirks when post-2013 dimensions
Post-2013 Lenovo laptops provide correct min/max dimensions, which are different with the ones currently quirked. According to https://bugzilla.kernel.org/show_bug.cgi?id=91541 the following board ids are assigned in the post-2013 touchpads: t440p/t440s: LEN0036 -> 2964/2962 t540p: LEN0034 -> 2964 Using 2961 as the common minimum makes these 3 laptops OK. We may need to update those values later if other pnp_ids has a lower board_id. Cc: stable@vger.kernel.org Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index a900a385e5c3..9567a708aa64 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -144,7 +144,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
(const char * const []){"LEN0034", "LEN0036", "LEN0037",
"LEN0039", "LEN2002", "LEN2004",
NULL},
- {ANY_BOARD_ID, ANY_BOARD_ID},
+ {ANY_BOARD_ID, 2961},
1024, 5112, 2024, 4832
},
{