Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fb507b6 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Len Brown
Browse files

ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering



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: default avatarRafael J. Wysocki <rjw@sisk.pl>
Tested-by: default avatarJohn Brown <john.brown3@hp.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d0c71fe7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 */