]> git.ipfire.org Git - thirdparty/linux.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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 9 May 2025 19:20:03 +0000 (21:20 +0200)
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>
drivers/acpi/ec.c

index 3c5f34892734e9504ede1d730f628907daf0d679..6f4203716b53f6320a4ad110c8ce158175b75fb6 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"),
+               },
+       },
        { },
 };