diff mbox

[2.6.32.stable] ACPI, i915: blacklist Clevo M5x0N bad_lid state

Message ID alpine.LFD.2.00.1002182325300.17638@localhost.localdomain (mailing list archive)
State New, archived
Headers show

Commit Message

Len Brown Feb. 19, 2010, 4:27 a.m. UTC
None
diff mbox

Patch

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"),
+		},
+	},
 	{ }
 };