|
@@ -137,6 +137,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Alienware Sentia",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "ALIENWARE"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ }
|
|
|
};
|
|
|
|