|
|
@@ -132,6 +132,13 @@ static const struct dmi_system_id flip_dmi_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_VERSION, "0341")
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "MSI MS-1039",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "MICRO-STAR INT'L CO.,LTD."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "MS-1039"),
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "MSI MS-1632",
|
|
|
.matches = {
|