upstgream 1379d2fef0ec07c7027a5e89036025ce761470c8 From: Zhang Rui <rui.zhang@xxxxxxxxx> Wrong Lid state reported. Need to blacklist this machine for LVDS detection. http://bugzilla.kernel.org/show_bug.cgi?id=15108 Signed-off-by: Zhang Rui <rui.zhang@xxxxxxxxx> Signed-off-by: Len Brown <len.brown@xxxxxxxxx> --- drivers/gpu/drm/i915/intel_lvds.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) Index: linux-2.6.32.y/drivers/gpu/drm/i915/intel_lvds.c =================================================================== --- linux-2.6.32.y.orig/drivers/gpu/drm/i915/intel_lvds.c +++ linux-2.6.32.y/drivers/gpu/drm/i915/intel_lvds.c @@ -608,6 +608,13 @@ static const struct dmi_system_id bad_li DMI_MATCH(DMI_PRODUCT_NAME, "Aspire one"), }, }, + { + .ident = "Clevo M5x0N", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "CLEVO Co."), + DMI_MATCH(DMI_BOARD_NAME, "M5x0N"), + }, + }, { } }; -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html