Commit 007d94ca authored by Ralf Gerbig's avatar Ralf Gerbig Committed by Rafael J. Wysocki

ACPI / video: Thinkpad X201 Tablet needs video_detect_force_video

Add Thinkpad X201 Tablet to the video_detect_force_video blacklist.
Signed-off-by: default avatarRalf Gerbig <rge@quengel.org>
[ rjw : Changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 33688abb
...@@ -167,6 +167,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = { ...@@ -167,6 +167,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"), 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 */ /* The native backlight controls do not work on some older machines */
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment