]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 14 Oct 2008 20:54:06 +0000 (22:54 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 25 Oct 2008 21:32:41 +0000 (14:32 -0700)
commit 4fb507b6b764195bb7821cf2baa988f6eb677d30 upstream

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>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/sleep/main.c

index 29a5b2310196b273bc0f9b1c50779e0b49025b54..4751909c0d077b4f3c2d1952d4a5d4e6f9f92793 100644 (file)
@@ -298,6 +298,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
                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 */