aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sleep.c
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2009-02-11 18:11:22 +0000
committerLen Brown <len.brown@intel.com>2009-03-16 00:35:28 -0400
commita140449584522c3eea1bb381f746d40939e6f62a (patch)
treee67d90ba6f6b4c5194d38d224dcaab48e81474be /drivers/acpi/sleep.c
parentparisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=y (diff)
downloadlinux-dev-a140449584522c3eea1bb381f746d40939e6f62a.tar.xz
linux-dev-a140449584522c3eea1bb381f746d40939e6f62a.zip
suspend: switch the Asus Pundit P1-AH2 to old ACPI sleep ordering
Switch the Asus Pundit P1-AH2 (M2N8L motherboard) to the old ACPI 1.0 sleep ordering by default. Without this it will not suspend/resume correctly. Signed-off-by: Andy Whitcroft <apw@canonical.com> Tested-by: Dustin Kirkland <kirkland@canonical.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/sleep.c')
-rw-r--r--drivers/acpi/sleep.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
index 519266654f06..3ca98686f28b 100644
--- a/drivers/acpi/sleep.c
+++ b/drivers/acpi/sleep.c
@@ -378,6 +378,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Macmini1,1"),
},
},
+ {
+ .callback = init_old_suspend_ordering,
+ .ident = "Asus Pundit P1-AH2 (M2N8L motherboard)",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTek Computer INC."),
+ DMI_MATCH(DMI_BOARD_NAME, "M2N8L"),
+ },
+ },
{},
};
#endif /* CONFIG_SUSPEND */