diff options
Diffstat (limited to 'drivers')
-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 2e8b0333fb43..5d46d6491bf8 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -358,6 +358,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = { | |||
358 | }, | 358 | }, |
359 | }, | 359 | }, |
360 | { | 360 | { |
361 | .ident = "Acer Aspire 5720", | ||
362 | .matches = { | ||
363 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | ||
364 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"), | ||
365 | }, | ||
366 | }, | ||
367 | { | ||
361 | .ident = "Acer Aspire 9110", | 368 | .ident = "Acer Aspire 9110", |
362 | .matches = { | 369 | .matches = { |
363 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | 370 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |