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

Input: i8042 - disable mux on Toshiba C850D

On Toshiba Satellite C850D, the touchpad and the keyboard might randomly
not work at boot. Preventing MUX mode activation solves this issue.

Signed-off-by: Anisse Astier <anisse@astier.eu>
Cc: stable@kernel.org
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Anisse Astier and committed by
Dmitry Torokhov
8669cf67 527df5fa

+6
+6
drivers/input/serio/i8042-x86ia64io.h
··· 335 335 }, 336 336 { 337 337 .matches = { 338 + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 339 + DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE C850D"), 340 + }, 341 + }, 342 + { 343 + .matches = { 338 344 DMI_MATCH(DMI_SYS_VENDOR, "ALIENWARE"), 339 345 DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"), 340 346 },