Skip to content

Commit 0dd4a4c

Browse files
tuxedoxtgregkh
authored andcommitted
platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list
commit c96f862 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>
1 parent dc2631d commit 0dd4a4c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

drivers/platform/x86/amd/pmc/pmc-quirks.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,20 @@ static const struct dmi_system_id fwbug_list[] = {
248248
DMI_MATCH(DMI_PRODUCT_NAME, "Lafite Pro V 14M"),
249249
}
250250
},
251+
{
252+
.ident = "TUXEDO InfinityBook Pro 14/15 AMD Gen10",
253+
.driver_data = &quirk_spurious_8042,
254+
.matches = {
255+
DMI_MATCH(DMI_BOARD_NAME, "XxHP4NAx"),
256+
}
257+
},
258+
{
259+
.ident = "TUXEDO InfinityBook Pro 14/15 AMD Gen10",
260+
.driver_data = &quirk_spurious_8042,
261+
.matches = {
262+
DMI_MATCH(DMI_BOARD_NAME, "XxKK4NAx_XxSP4NAx"),
263+
}
264+
},
251265
{}
252266
};
253267

0 commit comments

Comments
 (0)