dect
/
linux-2.6
Archived
13
0
Fork 0

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: Nik A. Melchior <melchior+kernel@cmu.edu>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Nik A. Melchior 2010-06-21 12:47:05 +08:00 committed by Len Brown
parent 4b1b29bc88
commit 096486eece
1 changed files with 1 additions and 1 deletions

View File

@ -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"),
},
},
{