diff options
| -rw-r--r-- | drivers/input/mouse/synaptics.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index f9472920d986..23e26e0768b5 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
| @@ -135,8 +135,9 @@ static const struct min_max_quirk min_max_pnpid_table[] = { | |||
| 135 | 1232, 5710, 1156, 4696 | 135 | 1232, 5710, 1156, 4696 |
| 136 | }, | 136 | }, |
| 137 | { | 137 | { |
| 138 | (const char * const []){"LEN0034", "LEN0036", "LEN0039", | 138 | (const char * const []){"LEN0034", "LEN0036", "LEN0037", |
| 139 | "LEN2002", "LEN2004", NULL}, | 139 | "LEN0039", "LEN2002", "LEN2004", |
| 140 | NULL}, | ||
| 140 | 1024, 5112, 2024, 4832 | 141 | 1024, 5112, 2024, 4832 |
| 141 | }, | 142 | }, |
| 142 | { | 143 | { |
| @@ -165,7 +166,7 @@ static const char * const topbuttonpad_pnp_ids[] = { | |||
| 165 | "LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */ | 166 | "LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */ |
| 166 | "LEN0035", /* X240 */ | 167 | "LEN0035", /* X240 */ |
| 167 | "LEN0036", /* T440 */ | 168 | "LEN0036", /* T440 */ |
| 168 | "LEN0037", | 169 | "LEN0037", /* X1 Carbon 2nd */ |
| 169 | "LEN0038", | 170 | "LEN0038", |
| 170 | "LEN0039", /* T440s */ | 171 | "LEN0039", /* T440s */ |
| 171 | "LEN0041", | 172 | "LEN0041", |
