|
@@ -298,6 +298,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1360"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Gericom Bellagio",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "N34AS6"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ }
|
|
|
};
|
|
|
|