Commit d3c248b638b606c80c9c771a0275ed488420f41a

Authored by Dmitry Torokhov
Committed by Greg Kroah-Hartman
1 parent aae7cd96b4

Input: I8042 - add Acer Aspire 7738 to the nomux list

commit 9333caeaeae4f831054e0e127a6ed3948b604d3e upstream.

When KBC is in active multiplexing mode the touchpad on this laptop does
not work.

Reported-by: Bilal Koc <koc.bilo@googlemail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

drivers/input/serio/i8042-x86ia64io.h
... ... @@ -415,6 +415,13 @@
415 415 },
416 416 },
417 417 {
  418 + /* Acer Aspire 7738 */
  419 + .matches = {
  420 + DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
  421 + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7738"),
  422 + },
  423 + },
  424 + {
418 425 /* Gericom Bellagio */
419 426 .matches = {
420 427 DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),