Commit 35f32e94 authored by Zhang Rui's avatar Zhang Rui Committed by Greg Kroah-Hartman

ACPI, i915: blacklist Clevo M5x0N bad_lid state

commit 1379d2fe upstream.

Wrong Lid state reported.
Need to blacklist this machine for LVDS detection.
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent baa4c4c3
......@@ -629,6 +629,13 @@ static const struct dmi_system_id bad_lid_status[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
},
},
{
.ident = "Clevo M5x0N",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "CLEVO Co."),
DMI_MATCH(DMI_BOARD_NAME, "M5x0N"),
},
},
{ }
};
......
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