diff options
| -rw-r--r-- | drivers/input/mouse/synaptics.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index d27d52c3c656..ad5d0a85e960 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
| @@ -603,14 +603,21 @@ static struct dmi_system_id toshiba_dmi_table[] = { | |||
| 603 | .ident = "Toshiba Satellite", | 603 | .ident = "Toshiba Satellite", |
| 604 | .matches = { | 604 | .matches = { |
| 605 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 605 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
| 606 | DMI_MATCH(DMI_PRODUCT_NAME , "Satellite"), | 606 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite"), |
| 607 | }, | 607 | }, |
| 608 | }, | 608 | }, |
| 609 | { | 609 | { |
| 610 | .ident = "Toshiba Dynabook", | 610 | .ident = "Toshiba Dynabook", |
| 611 | .matches = { | 611 | .matches = { |
| 612 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 612 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
| 613 | DMI_MATCH(DMI_PRODUCT_NAME , "dynabook"), | 613 | DMI_MATCH(DMI_PRODUCT_NAME, "dynabook"), |
| 614 | }, | ||
| 615 | }, | ||
| 616 | { | ||
| 617 | .ident = "Toshiba Portege M300", | ||
| 618 | .matches = { | ||
| 619 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | ||
| 620 | DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M300"), | ||
| 614 | }, | 621 | }, |
| 615 | }, | 622 | }, |
| 616 | { } | 623 | { } |
