Lines 250-255
static const struct dmi_system_id video_detect_dmi_table[] = {
Link Here
|
250 |
DMI_MATCH(DMI_PRODUCT_NAME, "XPS L521X"), |
250 |
DMI_MATCH(DMI_PRODUCT_NAME, "XPS L521X"), |
251 |
}, |
251 |
}, |
252 |
}, |
252 |
}, |
|
|
253 |
{ |
254 |
/* https://bugzilla.kernel.org/show_bug.cgi?id=108971 */ |
255 |
.callback = video_detect_force_video, |
256 |
.ident = "SAMSUNG 530U4E/540U4E", |
257 |
.matches = { |
258 |
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), |
259 |
DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"), |
260 |
}, |
261 |
}, |
253 |
|
262 |
|
254 |
/* Non win8 machines which need native backlight nevertheless */ |
263 |
/* Non win8 machines which need native backlight nevertheless */ |
255 |
{ |
264 |
{ |
256 |
- |
|
|