From: Filip Ayazi <filipayazi@gmail.com>
Date: Wed, 25 Mar 2015 22:53:04 +0000 (-0700)
Subject: Input: synaptics - fix min-max quirk value for E440
X-Git-Tag: v4.0-rc7~6^2~1
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=85734b1a5de80341d7d01cd29bbea9cf6f77094b;p=users%2Fdwmw2%2Flinux.git

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>
---

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index f6a3a7b7d1ad2..3b06c8a360b66 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},