Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 2dd87383
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"),
		},
	},