Commit a3cb5195 authored by Zhao Yakui's avatar Zhao Yakui Committed by Eric Anholt

drm/i915: Add MALATA PC-81005 to ACPI LID quirk list

The MALATA PC-81005 laptop always reports that the LID status is closed and we
can't use it reliabily for LVDS detection. So add this box into the quirk list.

https://bugs.freedesktop.org/show_bug.cgi?id=25523Signed-off-by: default avatarZhao Yakui <yakui.zhao@intel.com>
Review-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: default avatarHector <hector1987@gmail.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent cbda12d7
......@@ -608,6 +608,13 @@ static const struct dmi_system_id bad_lid_status[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire one"),
},
},
{
.ident = "PC-81005",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "MALATA"),
DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
},
},
{ }
};
......
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