Message ID | alpine.LFD.2.00.1002182325300.17638@localhost.localdomain (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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"), + }, + }, { } };