]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
committerLen Brown <len.brown@intel.com>
Fri, 17 Oct 2008 00:45:54 +0000 (20:45 -0400)
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>
drivers/acpi/sleep/main.c

index 5419938ef297a9e96dbbb95aaef165a9ad76cd71..2a312702225f95dcf2401e803adfefe0c9a4c13f 100644 (file)
@@ -331,6 +331,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 */