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 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>
Cc: stable@vger.kernel.org
Link: https://patch.msgid.link/20251124203336.64072-1-wse@tuxedocomputers.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Christoffer Sandberg and committed by
Dmitry Torokhov
aed3716d 2aaf33c6

+7
+7
drivers/input/serio/i8042-acpipnpio.h
··· 1169 1169 .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | 1170 1170 SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) 1171 1171 }, 1172 + { 1173 + .matches = { 1174 + DMI_MATCH(DMI_BOARD_NAME, "X5KK45xS_X5SP45xS"), 1175 + }, 1176 + .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | 1177 + SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) 1178 + }, 1172 1179 /* 1173 1180 * A lot of modern Clevo barebones have touchpad and/or keyboard issues 1174 1181 * after suspend fixable with the forcenorestore quirk.