提交 85734b1a 编写于 作者: F Filip Ayazi 提交者: Dmitry Torokhov

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: NFilip Ayazi <filipayazi@gmail.com>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 98dc0703
......@@ -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},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册