summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorFilip Ayazi2015-03-25 23:53:04 +0100
committerDmitry Torokhov2015-03-31 23:46:39 +0200
commit85734b1a5de80341d7d01cd29bbea9cf6f77094b (patch)
treec8798d64136244dcbbf30f75463a4a137a944fa9 /drivers/input/mouse
parentInput: synaptics - add quirk for Thinkpad E440 (diff)
downloadkernel-qcow2-linux-85734b1a5de80341d7d01cd29bbea9cf6f77094b.tar.gz
kernel-qcow2-linux-85734b1a5de80341d7d01cd29bbea9cf6f77094b.tar.xz
kernel-qcow2-linux-85734b1a5de80341d7d01cd29bbea9cf6f77094b.zip
Input: synaptics - fix min-max quirk value for E440
Commit 98dc070373 ("Input: synaptics - add quirk for Thinkpad E440") had a typo in ymax, this changes the value to the one reported by touchpad-edge-detector and mentioned in the commit. Signed-off-by: Filip Ayazi <filipayazi@gmail.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 f6a3a7b7d1ad..3b06c8a360b6 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -155,7 +155,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
{
(const char * const []){"LEN2006", NULL},
{2691, 2691},
- 1024, 5045, 2457, 4632
+ 1024, 5045, 2457, 4832
},
{
(const char * const []){"LEN2006", NULL},