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>
This commit is contained in:
Filip Ayazi 2015-03-25 15:53:04 -07:00 committed by Dmitry Torokhov
parent 98dc070373
commit 85734b1a5d
1 changed files with 1 additions and 1 deletions

View File

@ -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},