Browse Source

Merge branch 'bugzilla-102904-workaround' into release

Len Brown 15 years ago
parent
commit
be48b11573
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/acpi/blacklist.c

+ 1 - 1
drivers/acpi/blacklist.c

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