]> 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:26:25 +0000 (15:26 +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 57769873909074d0129bb582b758ac85a08e76f1..15148513b050da888b31393555419d463420785c 100644 (file)
@@ -2288,6 +2288,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"),
+               },
+       },
        { },
 };