diff options
-rw-r--r-- | drivers/input/mouse/synaptics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index a900a385e5c3..9567a708aa64 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
@@ -144,7 +144,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = { | |||
144 | (const char * const []){"LEN0034", "LEN0036", "LEN0037", | 144 | (const char * const []){"LEN0034", "LEN0036", "LEN0037", |
145 | "LEN0039", "LEN2002", "LEN2004", | 145 | "LEN0039", "LEN2002", "LEN2004", |
146 | NULL}, | 146 | NULL}, |
147 | {ANY_BOARD_ID, ANY_BOARD_ID}, | 147 | {ANY_BOARD_ID, 2961}, |
148 | 1024, 5112, 2024, 4832 | 148 | 1024, 5112, 2024, 4832 |
149 | }, | 149 | }, |
150 | { | 150 | { |