Commit 197dc62f authored by Sam hung's avatar Sam hung Committed by Kamal Mostafa

Input: elantech - support new ICs types for version 4

commit 810aa091 upstream.

This change allows the driver to recognize newer Elantech touchpads.
Signed-off-by: default avatarYi ju Hong <sam.hung@emc.com.tw>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
[ kamal: backport to 3.13-stable: picked up case 9 also ]
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent d5238979
......@@ -1396,6 +1396,9 @@ static int elantech_set_properties(struct elantech_data *etd)
case 6:
case 7:
case 8:
case 9:
case 10:
case 13:
etd->hw_version = 4;
break;
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment