|
@@ -804,6 +804,14 @@ static const struct dmi_system_id intel_no_crt[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "ZGB"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .callback = intel_no_crt_dmi_callback,
|
|
|
+ .ident = "DELL XPS 8700",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "XPS 8700"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ }
|
|
|
};
|
|
|
|