public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering
@ 2008-10-14 20:54 Rafael J. Wysocki
  2008-10-15  8:58 ` Matthew Garrett
  2008-10-16  9:12 ` Pavel Machek
  0 siblings, 2 replies; 15+ messages in thread
From: Rafael J. Wysocki @ 2008-10-14 20:54 UTC (permalink / raw)
  To: Len Brown; +Cc: ACPI Devel Maling List, Andrew Morton, LKML, John Brown

From: Rafael J. Wysocki <rjw@sisk.pl>

ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering

HP xw4600 Workstation is known to require the "old" (ie. compatible
with ACPI 1.0) suspend code ordering, so blacklist it for this
purpose.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Tested-by: John Brown <john.brown3@hp.com>
---
 drivers/acpi/sleep/main.c |    8 ++++++++
 1 file changed, 8 insertions(+)

Index: linux-2.6/drivers/acpi/sleep/main.c
===================================================================
--- linux-2.6.orig/drivers/acpi/sleep/main.c
+++ linux-2.6/drivers/acpi/sleep/main.c
@@ -298,6 +298,14 @@ static struct dmi_system_id __initdata a
 		DMI_MATCH(DMI_BOARD_NAME, "KN9 Series(NF-CK804)"),
 		},
 	},
+	{
+	.callback = init_old_suspend_ordering,
+	.ident = "HP xw4600 Workstation",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+		DMI_MATCH(DMI_PRODUCT_NAME, "HP xw4600 Workstation"),
+		},
+	},
 	{},
 };
 #endif /* CONFIG_SUSPEND */

^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <fa./6DR3VeG3JltQZvwctIdnZpBOO8@ifi.uio.no>]

end of thread, other threads:[~2008-11-22 12:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 20:54 [PATCH] ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering Rafael J. Wysocki
2008-10-15  8:58 ` Matthew Garrett
2008-10-15 14:05   ` Rafael J. Wysocki
2008-10-15 14:15     ` Matthew Garrett
2008-10-15 20:35       ` Brown, John M (WGBU R&D)
2008-10-15 21:49         ` Len Brown
2008-10-15 22:00           ` Rafael J. Wysocki
2008-10-16 17:01             ` Brown, John M (WGBU R&D)
2008-10-16 19:31               ` Len Brown
2008-10-15 21:20       ` Rafael J. Wysocki
2008-11-22 11:11         ` Carlos Corbacho
2008-11-22 12:56           ` Rafael J. Wysocki
2008-10-16  9:13   ` Pavel Machek
2008-10-16  9:12 ` Pavel Machek
     [not found] <fa./6DR3VeG3JltQZvwctIdnZpBOO8@ifi.uio.no>
     [not found] ` <fa.TMVI/3KJQDTBIWAfYmLw01GczF4@ifi.uio.no>
     [not found]   ` <fa./GCX/x0zwCB6BIEvtQehNpVDSVk@ifi.uio.no>
     [not found]     ` <fa.MkpTJy5Iw9ZR3PXWpugQeK5oN1o@ifi.uio.no>
2008-10-17  4:07       ` Robert Hancock

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