|
@@ -159,6 +159,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Toshiba Equium A110",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "EQUIUM A110"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "Alienware Sentia",
|
|
|
.matches = {
|