Linux ACPI
 help / color / mirror / Atom feed
* [PATCH] ACPI: Disable Vista compatibility for Sony VGN-NS50B_L
@ 2010-06-08  7:28 Zhang Rui
  2010-06-08 12:46 ` Matthew Garrett
  2010-06-09 21:55 ` Len Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Zhang Rui @ 2010-06-08  7:28 UTC (permalink / raw)
  To: Brown, Len; +Cc: linux-acpi@vger.kernel.org, Zhang, Rui, harestomper


Disable Vista compatibility for Sony VGN-NS50B_L.
https://bugzilla.kernel.org/show_bug.cgi?id=12904#c46

Tested-by: Voldemar <harestomper@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
 drivers/acpi/blacklist.c |    8 ++++++++
 1 file changed, 8 insertions(+)

Index: linux-2.6/drivers/acpi/blacklist.c
===================================================================
--- linux-2.6.orig/drivers/acpi/blacklist.c
+++ linux-2.6/drivers/acpi/blacklist.c
@@ -218,6 +218,14 @@ static struct dmi_system_id acpi_osi_dmi
 		},
 	},
 	{
+	.callback = dmi_disable_osi_vista,
+	.ident = "VGN-NS50B_L",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+		     DMI_MATCH(DMI_PRODUCT_NAME, "VGN-NS50B_L"),
+		},
+	},
+	{
 	.callback = dmi_disable_osi_win7,
 	.ident = "ASUS K50IJ",
 	.matches = {



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-10 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08  7:28 [PATCH] ACPI: Disable Vista compatibility for Sony VGN-NS50B_L Zhang Rui
2010-06-08 12:46 ` Matthew Garrett
2010-06-09 21:55 ` Len Brown
2010-06-09 22:28   ` Matthew Garrett
2010-06-10  1:07     ` Zhang Rui
2010-06-10 15:30       ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox