Skip to content

Commit

Permalink
Input: synaptics - fix min-max quirk value for E440
Browse files Browse the repository at this point in the history
Commit 98dc070 ("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>
  • Loading branch information
Filip Ayazi authored and Dmitry Torokhov committed Mar 31, 2015
1 parent 98dc070 commit 85734b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/mouse/synaptics.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 85734b1

Please sign in to comment.