Commit f034b12d authored by Zhao Yakui's avatar Zhao Yakui Committed by Eric Anholt

drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop

Signed-off-by: default avatarZhao Yakui <yakui.zhao@intel.com>
Reported-by: default avatarPhilipp Kohlbecher <xt28@gmx.de>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 2dd87383
......@@ -611,7 +611,7 @@ static const struct dmi_system_id bad_lid_status[] = {
{
.ident = "Samsung SX20S",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Phoenix Technologies LTD"),
DMI_MATCH(DMI_SYS_VENDOR, "Samsung Electronics"),
DMI_MATCH(DMI_BOARD_NAME, "SX20S"),
},
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment