Skip to content

Commit 85734b1

Browse files
codeTomdtor
authored andcommitted
Input: synaptics - fix min-max quirk value for E440
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>
1 parent 98dc070 commit 85734b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
155155
{
156156
(const char * const []){"LEN2006", NULL},
157157
{2691, 2691},
158-
1024, 5045, 2457, 4632
158+
1024, 5045, 2457, 4832
159159
},
160160
{
161161
(const char * const []){"LEN2006", NULL},

0 commit comments

Comments
 (0)