From: Werner Sembach Date: Thu, 8 May 2025 11:16:18 +0000 (+0200) Subject: ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list X-Git-Tag: v6.16-rc1~161^2~1^4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cd51eefae3c871440b93c03716c5398f41bdf78;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20250508111625.12149-1-wse@tuxedocomputers.com Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 3c5f34892734e..6f4203716b53f 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -2329,6 +2329,12 @@ static const struct dmi_system_id acpi_ec_no_wakeup[] = { DMI_MATCH(DMI_PRODUCT_NAME, "83Q3"), } }, + { + // TUXEDO InfinityBook Pro AMD Gen9 + .matches = { + DMI_MATCH(DMI_BOARD_NAME, "GXxHRXx"), + }, + }, { }, };