diff options
-rw-r--r-- | drivers/input/mouse/synaptics.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index dda605836546..f6a3a7b7d1ad 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
@@ -154,6 +154,11 @@ static const struct min_max_quirk min_max_pnpid_table[] = { | |||
154 | }, | 154 | }, |
155 | { | 155 | { |
156 | (const char * const []){"LEN2006", NULL}, | 156 | (const char * const []){"LEN2006", NULL}, |
157 | {2691, 2691}, | ||
158 | 1024, 5045, 2457, 4632 | ||
159 | }, | ||
160 | { | ||
161 | (const char * const []){"LEN2006", NULL}, | ||
157 | {ANY_BOARD_ID, ANY_BOARD_ID}, | 162 | {ANY_BOARD_ID, ANY_BOARD_ID}, |
158 | 1264, 5675, 1171, 4688 | 163 | 1264, 5675, 1171, 4688 |
159 | }, | 164 | }, |
@@ -189,7 +194,7 @@ static const char * const topbuttonpad_pnp_ids[] = { | |||
189 | "LEN2003", | 194 | "LEN2003", |
190 | "LEN2004", /* L440 */ | 195 | "LEN2004", /* L440 */ |
191 | "LEN2005", | 196 | "LEN2005", |
192 | "LEN2006", | 197 | "LEN2006", /* Edge E440/E540 */ |
193 | "LEN2007", | 198 | "LEN2007", |
194 | "LEN2008", | 199 | "LEN2008", |
195 | "LEN2009", | 200 | "LEN2009", |