]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list
authorWerner Sembach <wse@tuxedocomputers.com>
Thu, 8 May 2025 11:16:18 +0000 (13:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Sep 2025 13:31:44 +0000 (15:31 +0200)
commit 9cd51eefae3c871440b93c03716c5398f41bdf78 upstream.

Add the TUXEDO InfinityBook Pro AMD Gen9 to the acpi_ec_no_wakeup[]
quirk list to prevent spurious wakeups.

Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Link: https://patch.msgid.link/20250508111625.12149-1-wse@tuxedocomputers.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/ec.c

index e614e4bef9ea1b2e28adfa581b3a1a9da5709828..a813bc97cf425815a9f8b105decb66766a1fe9f9 100644 (file)
@@ -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"),
+               },
+       },
        { },
 };