Commit 215bccb7 authored by Zhao Yakui's avatar Zhao Yakui Committed by Greg Kroah-Hartman

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

commit f034b12d upstream.
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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 192ff23a
...@@ -611,7 +611,7 @@ static const struct dmi_system_id bad_lid_status[] = { ...@@ -611,7 +611,7 @@ static const struct dmi_system_id bad_lid_status[] = {
{ {
.ident = "Samsung SX20S", .ident = "Samsung SX20S",
.matches = { .matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Phoenix Technologies LTD"), DMI_MATCH(DMI_SYS_VENDOR, "Samsung Electronics"),
DMI_MATCH(DMI_BOARD_NAME, "SX20S"), 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