Message ID | ce705907d4c925bc2efa92a9b6854a2b42cbaa75.1268680514.git.surbhi.palande@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index afd0ee7..b75a941 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -650,6 +650,13 @@ static const struct dmi_system_id bad_lid_status[] = { DMI_MATCH(DMI_BOARD_NAME, "VGN-BX196VP"), }, }, + { + .ident = "Elitegroup ECS G335", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Elitegroup Co."), + DMI_MATCH(DMI_BOARD_NAME, "ECS G335"), + }, + }, { } };