mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/2] Patch for bug with ACPI for Sony VGN-FW351 to acpi_osi_dmi_table Similar to bug http://bugzilla.kernel.org/show_bug.cgi?id=12904 (same video controller)
@ 2009-10-15 20:56 Tim Hoppen
  0 siblings, 0 replies; only message in thread
From: Tim Hoppen @ 2009-10-15 20:56 UTC (permalink / raw)
  Cc: lenb, rui.zhang, jgarzik, tj, linux-acpi, linux-kernel, Tim Hoppen


Signed-off-by: Tim Hoppen <timhoppen@gmail.com>
---
 drivers/acpi/blacklist.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index 01cca5f..782f330 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -212,13 +212,13 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
 		},
 	},
 	{
-        .callback = dmi_disable_osi_vista,
-        .ident = "Sony VGN-FW351J",
-        .matches = {
-                     DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
-                     DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW351J"),
-                },
-        },
+	.callback = dmi_disable_osi_vista,
+	.ident = "Sony VGN-FW351J",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+		DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW351J"),
+		},
+	},
 
 	/*
 	 * BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
-- 
1.6.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-15 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-15 20:56 [PATCH 2/2] Patch for bug with ACPI for Sony VGN-FW351 to acpi_osi_dmi_table Similar to bug http://bugzilla.kernel.org/show_bug.cgi?id=12904 (same video controller) Tim Hoppen

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

Powered by JetHome