Commit 810aa091 authored by Sam hung's avatar Sam hung Committed by Dmitry Torokhov

Input: elantech - support new ICs types for version 4

This change allows the driver to recognize newer Elantech touchpads.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarYi ju Hong <sam.hung@emc.com.tw>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 148e9a71
......@@ -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:
......
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