Commit b0225e8f1023ff1323e2de4caa148813eea71385

Authored by Dmitry Torokhov
1 parent 1572ca2a84

Input: i8042 - add Sony Vaio VGN-FZ240E to the nomux list

On this model, when KBD is in active multiplexing mode, acknowledgements
to reset and get ID commands issued on KBD port sometimes are delivered
to AUX3 port (touchpad) which messes up device detection. Legacy KBC
mode works fine and since there are no external PS/2 ports on this laptop
and no support for docking station we can safely disable active MUX mode.

Tested-by: Carlos R. Mafra <crmafra2@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff

drivers/input/serio/i8042-x86ia64io.h
... ... @@ -327,6 +327,17 @@
327 327 },
328 328 },
329 329 {
  330 + /*
  331 + * Reset and GET ID commands issued via KBD port are
  332 + * sometimes being delivered to AUX3.
  333 + */
  334 + .ident = "Sony Vaio FZ-240E",
  335 + .matches = {
  336 + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
  337 + DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FZ240E"),
  338 + },
  339 + },
  340 + {
330 341 .ident = "Amoi M636/A737",
331 342 .matches = {
332 343 DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."),