|
@@ -778,6 +778,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
|
|
|
DMI_MATCH(DMI_BOARD_NAME, "D525TUD"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .callback = intel_no_lvds_dmi_callback,
|
|
|
+ .ident = "Supermicro X7SPA-H",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Supermicro"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "X7SPA-H"),
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
{ } /* terminating entry */
|
|
|
};
|