Skip to content

Commit

Permalink
Input: elantech - support new ICs types for version 4
Browse files Browse the repository at this point in the history
This change allows the driver to recognize newer Elantech touchpads.

Cc: stable@vger.kernel.org
Signed-off-by: Yi ju Hong <sam.hung@emc.com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Sam hung authored and Dmitry Torokhov committed Jan 8, 2015
1 parent 148e9a7 commit 810aa09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/input/mouse/elantech.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 810aa09

Please sign in to comment.