]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/acpi/video_detect.c
ACPI / video: Thinkpad X201 Tablet needs video_detect_force_video
[mirror_ubuntu-zesty-kernel.git] / drivers / acpi / video_detect.c
index 3d1327615f7293eb6f76c2d2ab1bce8eddc1c399..a6b36fc53aec54dfc642dd260aa25cfbbec037b5 100644 (file)
@@ -167,6 +167,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
                DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"),
                },
        },
+        {
+         .callback = video_detect_force_video,
+         .ident = "ThinkPad X201T",
+         .matches = {
+                DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201T"),
+                },
+        },
 
        /* The native backlight controls do not work on some older machines */
        {