Commit 17afe476900a76e3dfc3bc51d5776a52738eb2eb

Authored by Sam hung
Committed by Greg Kroah-Hartman
1 parent 17fb11ae0c

Input: elantech - support new ICs types for version 4

commit 810aa0918b2b032684c8cad13f73d6ba37ad11c0 upstream.

This change allows the driver to recognize newer Elantech touchpads.

Signed-off-by: Yi ju Hong <sam.hung@emc.com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

drivers/input/mouse/elantech.c
... ... @@ -1520,6 +1520,8 @@
1520 1520 case 7:
1521 1521 case 8:
1522 1522 case 9:
  1523 + case 10:
  1524 + case 13:
1523 1525 etd->hw_version = 4;
1524 1526 break;
1525 1527 default: