Message ID | 1267690651-9015-1-git-send-email-zhenyuw@linux.intel.com (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index 6c08f2c..8a5c761 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -651,6 +651,13 @@ static const struct dmi_system_id bad_lid_status[] = { DMI_MATCH(DMI_BOARD_NAME, "M5x0N"), }, }, + { + .ident = "TravelMate 2490", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2490"), + }, + }, { } };