* [PATCH] ACPI video: fix string mismatch for Sony SR290 laptop
@ 2010-06-21 4:47 Zhang Rui
2010-07-07 2:45 ` Len Brown
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Rui @ 2010-06-21 4:47 UTC (permalink / raw)
To: Brown, Len
Cc: linux-acpi@vger.kernel.org, melchior+kernel@cmu.edu, Zhang, Rui
From: Nik A. Melchior <melchior+kernel@cmu.edu>
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>
---
drivers/acpi/blacklist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/drivers/acpi/blacklist.c
===================================================================
--- linux-2.6.orig/drivers/acpi/blacklist.c
+++ linux-2.6/drivers/acpi/blacklist.c
@@ -214,7 +214,7 @@ static struct dmi_system_id acpi_osi_dmi
.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"),
},
},
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ACPI video: fix string mismatch for Sony SR290 laptop
2010-06-21 4:47 [PATCH] ACPI video: fix string mismatch for Sony SR290 laptop Zhang Rui
@ 2010-07-07 2:45 ` Len Brown
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2010-07-07 2:45 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi@vger.kernel.org, melchior+kernel@cmu.edu
applied
thanks,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-07 2:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 4:47 [PATCH] ACPI video: fix string mismatch for Sony SR290 laptop Zhang Rui
2010-07-07 2:45 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox