Commit d30776c4 authored by Sam hung's avatar Sam hung Committed by Luis Henriques

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>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 04d406a4
......@@ -1397,6 +1397,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