diff options
| -rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 97cdc58d1894..764857b4e268 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
| @@ -415,6 +415,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = { | |||
| 415 | }, | 415 | }, |
| 416 | }, | 416 | }, |
| 417 | { | 417 | { |
| 418 | /* Acer Aspire 7738 */ | ||
| 419 | .matches = { | ||
| 420 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | ||
| 421 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7738"), | ||
| 422 | }, | ||
| 423 | }, | ||
| 424 | { | ||
| 418 | /* Gericom Bellagio */ | 425 | /* Gericom Bellagio */ |
| 419 | .matches = { | 426 | .matches = { |
| 420 | DMI_MATCH(DMI_SYS_VENDOR, "Gericom"), | 427 | DMI_MATCH(DMI_SYS_VENDOR, "Gericom"), |
