]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list
authorChristoffer Sandberg <cs@tuxedo.de>
Wed, 27 Aug 2025 13:13:51 +0000 (15:13 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 28 Aug 2025 15:42:18 +0000 (18:42 +0300)
Prevents instant wakeup ~1s after suspend.

It seems to be kernel/system dependent if the IRQ actually manages to wake
the system every time or if it gets ignored (and everything works as
expected).

Signed-off-by: Christoffer Sandberg <cs@tuxedo.de>
Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250827131424.16436-1-wse@tuxedocomputers.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/amd/pmc/pmc-quirks.c

index 7ffc659b2794413ad36a869cf2dd8f682c2fbfe8..18fb44139de2518125d63e5cfdc265cfec0eab00 100644 (file)
@@ -248,6 +248,20 @@ static const struct dmi_system_id fwbug_list[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Lafite Pro V 14M"),
                }
        },
+       {
+               .ident = "TUXEDO InfinityBook Pro 14/15 AMD Gen10",
+               .driver_data = &quirk_spurious_8042,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "XxHP4NAx"),
+               }
+       },
+       {
+               .ident = "TUXEDO InfinityBook Pro 14/15 AMD Gen10",
+               .driver_data = &quirk_spurious_8042,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "XxKK4NAx_XxSP4NAx"),
+               }
+       },
        {}
 };