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

Input: i8042 - add quirks for MECHREVO Wujie 15X Pro

The MECHREVO Wujie 15X Pro requires several i8042 quirks to function
correctly. Specifically, NOMUX, RESET_ALWAYS, NOLOOP, and NOPNP are
needed to ensure the keyboard and touchpad work reliably.

Signed-off-by: gongqi <550230171hxy@gmail.com>
Link: https://patch.msgid.link/20260122155501.376199-3-550230171hxy@gmail.com
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

gongqi and committed by
Dmitry Torokhov
19a5d9ba 2934325f

+7
+7
drivers/input/serio/i8042-acpipnpio.h
··· 1187 1187 .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | 1188 1188 SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) 1189 1189 }, 1190 + { 1191 + .matches = { 1192 + DMI_MATCH(DMI_BOARD_NAME, "WUJIE Series-X5SP4NAG"), 1193 + }, 1194 + .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS | 1195 + SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP) 1196 + }, 1190 1197 /* 1191 1198 * A lot of modern Clevo barebones have touchpad and/or keyboard issues 1192 1199 * after suspend fixable with the forcenorestore quirk.