提交 a1404495 编写于 作者: A Andy Whitcroft 提交者: Len Brown

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: NAndy Whitcroft <apw@canonical.com>
Tested-by: NDustin Kirkland <kirkland@canonical.com>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 5bee17f1
...@@ -378,6 +378,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { ...@@ -378,6 +378,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Macmini1,1"), 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 */ #endif /* CONFIG_SUSPEND */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册