Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to i8042 quirk table

The device occasionally wakes up from suspend with missing input on the
internal keyboard and the following suspend attempt results in an instant
wake-up. The quirks fix both issues for this device.

Signed-off-by: Christoffer Sandberg <cs@tuxedo.de>
Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Link: https://patch.msgid.link/20260223142054.50310-1-wse@tuxedocomputers.com
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Christoffer Sandberg and committed by
Dmitry Torokhov
5839419c fc1e8a6f

+7
+7
drivers/input/serio/i8042-acpipnpio.h
··· 1189 1189 }, 1190 1190 { 1191 1191 .matches = { 1192 + DMI_MATCH(DMI_BOARD_NAME, "X6KK45xU_X6SP45xU"), 1193 + }, 1194 + .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | 1195 + SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) 1196 + }, 1197 + { 1198 + .matches = { 1192 1199 DMI_MATCH(DMI_BOARD_NAME, "WUJIE Series-X5SP4NAG"), 1193 1200 }, 1194 1201 .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |