diff options
author | Sam hung <sam.hung@emc.com.tw> | 2015-01-09 00:22:43 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-27 19:29:43 +0300 |
commit | 17afe476900a76e3dfc3bc51d5776a52738eb2eb (patch) | |
tree | 9ef3be0c972789887152527bd04681780bf53f78 | |
parent | 17fb11ae0cb25d050aae298ded291a7d51879649 (diff) | |
download | linux-17afe476900a76e3dfc3bc51d5776a52738eb2eb.tar.xz |
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>
-rw-r--r-- | drivers/input/mouse/elantech.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index f2b978026407..77ecf6d32237 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1520,6 +1520,8 @@ static int elantech_set_properties(struct elantech_data *etd) case 7: case 8: case 9: + case 10: + case 13: etd->hw_version = 4; break; default: |