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

Commit 096486ee authored by Nik A. Melchior's avatar Nik A. Melchior Committed by Len Brown
Browse files

ACPI video: fix string mismatch for Sony SR290 laptop

Fix string mismatch for Sony SR290 laptop.
https://bugzilla.kernel.org/show_bug.cgi?id=12904#c45



Signed-off-by: default avatarNik A. Melchior <melchior+kernel@cmu.edu>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 4b1b29bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
	.ident = "Sony VGN-SR290J",
	.matches = {
		     DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
		     DMI_MATCH(DMI_PRODUCT_NAME, "Sony VGN-SR290J"),
		     DMI_MATCH(DMI_PRODUCT_NAME, "VGN-SR290J"),
		},
	},
	{