Unverified Commit c96f8621 authored by Christoffer Sandberg's avatar Christoffer Sandberg Committed by Ilpo Järvinen
Browse files

platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list



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: default avatarChristoffer Sandberg <cs@tuxedo.de>
Signed-off-by: default avatarWerner Sembach <wse@tuxedocomputers.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250827131424.16436-1-wse@tuxedocomputers.com


Reviewed-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
parent 3c75dc44
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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"),
		}
	},
	{}
};