|
@@ -305,6 +305,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L702X"),
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L702X"),
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .callback = video_detect_force_native,
|
|
|
|
+ .ident = "Dell Precision 7510",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Precision 7510"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
{ },
|
|
{ },
|
|
};
|
|
};
|
|
|
|
|