Skip to content

Commit

Permalink
Input: elantech - add support for newer (August 2013) devices
Browse files Browse the repository at this point in the history
Added detection for newer Elantech touchpads, so that kernel doesn't
fall-back to default PS/2 driver. Supports touchpads released after
~August 2013.  Fixes bug:
https://lists.launchpad.net/kernel-packages/msg18481.html

Tested on an Acer Aspire S7-392-6302.

Signed-off by: Matt Walker <matt.g.d.walker@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Matt Walker authored and Dmitry Torokhov committed Dec 5, 2013
1 parent 3b5a7ab commit 9cb80b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/mouse/elantech.c
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,7 @@ static int elantech_set_properties(struct elantech_data *etd)
break;
case 6:
case 7:
case 8:
etd->hw_version = 4;
break;
default:
Expand Down

0 comments on commit 9cb80b9

Please sign in to comment.