Skip to content

Commit 8543cf1

Browse files
whotdtor
authored andcommitted
Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd
LEN0037 found in the Lenovo ThinkPad X1 Carbon 2nd (2014 model) Cc: stable@vger.kernel.org Reported-and-tested-by: Bjoern Olausson <bjoern@olausson.de> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 029b183 commit 8543cf1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
135135
1232, 5710, 1156, 4696
136136
},
137137
{
138-
(const char * const []){"LEN0034", "LEN0036", "LEN0039",
139-
"LEN2002", "LEN2004", NULL},
138+
(const char * const []){"LEN0034", "LEN0036", "LEN0037",
139+
"LEN0039", "LEN2002", "LEN2004",
140+
NULL},
140141
1024, 5112, 2024, 4832
141142
},
142143
{
@@ -165,7 +166,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
165166
"LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */
166167
"LEN0035", /* X240 */
167168
"LEN0036", /* T440 */
168-
"LEN0037",
169+
"LEN0037", /* X1 Carbon 2nd */
169170
"LEN0038",
170171
"LEN0039", /* T440s */
171172
"LEN0041",

0 commit comments

Comments
 (0)