]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Sep 2025 16:58:18 +0000 (18:58 +0200)
commit c96f86217bb28e019403bb8f59eacd8ad5a7ad1a upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/x86/amd/pmc/pmc-quirks.c

index 04686ae1e976bdf1d662bcbcc9a596c73b79be88..6f5437d210a6179b57516ffa2fe4cc58580eb247 100644 (file)
@@ -242,6 +242,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"),
+               }
+       },
        {}
 };