|
@@ -357,6 +357,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5680"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Acer Aspire 5720",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "Acer Aspire 9110",
|
|
|
.matches = {
|