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 d4c05b103e74..898e8bb170f9 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
| @@ -1603,7 +1603,7 @@ static const struct dmi_system_id min_max_dmi_table[] __initconst = { | |||
| 1603 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | 1603 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 1604 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T540"), | 1604 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T540"), |
| 1605 | }, | 1605 | }, |
| 1606 | .driver_data = (int []){1024, 5056, 2058, 4832}, | 1606 | .driver_data = (int []){1024, 5112, 2024, 4832}, |
| 1607 | }, | 1607 | }, |
| 1608 | { | 1608 | { |
| 1609 | /* Lenovo ThinkPad L540 */ | 1609 | /* Lenovo ThinkPad L540 */ |
