|
@@ -250,6 +250,15 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "XPS L521X"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ /* https://bugzilla.kernel.org/show_bug.cgi?id=108971 */
|
|
|
+ .callback = video_detect_force_video,
|
|
|
+ .ident = "SAMSUNG 530U4E/540U4E",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"),
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
/* Non win8 machines which need native backlight nevertheless */
|
|
|
{
|