Skip to content

Commit 9cd51ee

Browse files
tuxedo-wserafaeljw
authored andcommitted
ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list
Add the TUXEDO InfinityBook Pro AMD Gen9 to the acpi_ec_no_wakeup[] quirk list to prevent spurious wakeups. Signed-off-by: Werner Sembach <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 92a09c4 commit 9cd51ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/acpi/ec.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,6 +2329,12 @@ static const struct dmi_system_id acpi_ec_no_wakeup[] = {
23292329
DMI_MATCH(DMI_PRODUCT_NAME, "83Q3"),
23302330
}
23312331
},
2332+
{
2333+
// TUXEDO InfinityBook Pro AMD Gen9
2334+
.matches = {
2335+
DMI_MATCH(DMI_BOARD_NAME, "GXxHRXx"),
2336+
},
2337+
},
23322338
{ },
23332339
};
23342340

0 commit comments

Comments
 (0)