|
@@ -168,6 +168,14 @@ static struct dmi_system_id video_detect_dmi_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .callback = video_detect_force_vendor,
|
|
|
+ .ident = "Lenovo Yoga 13",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Yoga 13"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ },
|
|
|
};
|
|
|
|