projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b1b29b
)
ACPI video: fix string mismatch for Sony SR290 laptop
author
Nik A. Melchior
<melchior+kernel@cmu.edu>
Mon, 21 Jun 2010 04:47:05 +0000
(12:47 +0800)
committer
Len Brown
<len.brown@intel.com>
Wed, 7 Jul 2010 02:45:18 +0000
(22:45 -0400)
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>
drivers/acpi/blacklist.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/blacklist.c
b/drivers/acpi/blacklist.c
index
01381be
..
2bb28b9
100644
(file)
--- a/
drivers/acpi/blacklist.c
+++ b/
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"),
},
},
{