|
@@ -331,6 +331,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
|
|
DMI_MATCH(DMI_BOARD_NAME, "KN9 Series(NF-CK804)"),
|
|
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 */
|
|
#endif /* CONFIG_SUSPEND */
|