Commit 17afe476 authored by Sam hung's avatar Sam hung Committed by Greg Kroah-Hartman

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 avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 17fb11ae
......@@ -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