Message ID | 1267690651-9015-2-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 8a5c761..caf0306 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -658,6 +658,13 @@ static const struct dmi_system_id bad_lid_status[] = { DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2490"), }, }, + { + .ident = "PC-81005", + .matches = { + DMI_MATCH(DMI_BIOS_VENDOR, "INSYDE"), + DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"), + }, + }, { } };