Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85734b1a authored by Filip Ayazi's avatar Filip Ayazi Committed by Dmitry Torokhov
Browse files

Input: synaptics - fix min-max quirk value for E440



Commit 98dc0703 ("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: default avatarFilip Ayazi <filipayazi@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 98dc0703
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},