mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Input: elantech - add new icbody type
This adds new icbody type to the list recognized by Elantech PS/2 driver. Cc: stable@vger.kernel.org Signed-off-by: Sam Hung <sam.hung@emc.com.tw> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
5f0ee9d17a
commit
692dd19164
1 changed files with 1 additions and 0 deletions
|
@ -1556,6 +1556,7 @@ static int elantech_set_properties(struct elantech_data *etd)
|
|||
case 9:
|
||||
case 10:
|
||||
case 13:
|
||||
case 14:
|
||||
etd->hw_version = 4;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue