]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: x86: Drop quirk for HP Elitebook
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 23 Feb 2023 20:26:22 +0000 (14:26 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 10:49:15 +0000 (12:49 +0200)
commitd146b27413204f7e933c9ed88baf6e7a1ff529d9
treeb0cddcb7a857b4ccdfa721fe0103edf87dee03fc
parentf845ecdd1342dae8f0af22ec7cb415695b532b51
ACPI: x86: Drop quirk for HP Elitebook

[ Upstream commit e32d546c483a2a0f607687f5b521c2a2f942ffbe ]

There was a quirk in `acpi/x86/s2idle.c` for an HP Elitebook G9
platforms to force AMD GUID codepath instead of Microsoft codepath.

This was due to a bug with WCN6855 WLAN firmware interaction with
the system.

This bug is fixed by WCN6855 firmware:
WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23

Remove the quirk as it's no longer necessary with this firmware.

Link: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=c7a57ef688f7d99d8338a5d8edddc8836ff0e6de
Tested-by: Anson Tsao <anson.tsao@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/x86/s2idle.c