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 <[email protected]> Tested-by: Philipp Zabel <[email protected]> Tested-by: Matthew Anderson <[email protected]> Tested-by: Marko Cekrlic <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent d0f61e8 commit ddeea2c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)