Skip to content

Commit ddeea2c

Browse files
superm1rafaeljw
authored andcommitted
ACPI: x86: s2idle: Add a quirk for ASUS ROG Zephyrus G14
ASUS ROG Zephyrus G14 is affected by the same BIOS bug as ASUS TUF Gaming A17 where important ASL is not called in the AMD code path. Use the Microsoft codepath instead. Reported-and-suggested-by: Philipp Zabel <philipp.zabel@gmail.com> Tested-by: Philipp Zabel <philipp.zabel@gmail.com> Tested-by: Matthew Anderson <ruinairas1992@gmail.com> Tested-by: Marko Cekrlic <marko.cekrlic.26@gmail.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent d0f61e8 commit ddeea2c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/acpi/x86/s2idle.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,14 @@ static const struct dmi_system_id s2idle_dmi_table[] __initconst = {
420420
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS TUF Gaming A17"),
421421
},
422422
},
423+
{
424+
/* ASUS ROG Zephyrus G14 (2022) */
425+
.callback = lps0_prefer_microsoft,
426+
.matches = {
427+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
428+
DMI_MATCH(DMI_PRODUCT_NAME, "ROG Zephyrus G14 GA402"),
429+
},
430+
},
423431
{}
424432
};
425433

0 commit comments

Comments
 (0)