Input: i8042 - add Sony VAIOs to MUX blacklist

The Sony VPCZ1 doesn't support active multiplexing and trying to enable
it causes keyboard to stop working. Since most (all?) VAIOs do not have
external PS/2 ports nor they implement active multiplexing properly, and
trying to enable MUX usually messes up keyboard/touchpad, let's simply
disable MUX probing based on board name (VAIO).

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by Jesse Barnes and committed by Dmitry Torokhov 73b14484 111c1823

+11
+11
drivers/input/serio/i8042-x86ia64io.h
··· 351 351 }, 352 352 }, 353 353 { 354 + /* 355 + * Most (all?) VAIOs do not have external PS/2 ports nor 356 + * they implement active multiplexing properly, and 357 + * MUX discovery usually messes up keyboard/touchpad. 358 + */ 359 + .matches = { 360 + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), 361 + DMI_MATCH(DMI_BOARD_NAME, "VAIO"), 362 + }, 363 + }, 364 + { 354 365 /* Amoi M636/A737 */ 355 366 .matches = { 356 367 DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."),