[PATCH 4.0 055/105] Input: elantech - add new icbody type
From: Greg Kroah-Hartman
Date: Fri Jun 19 2015 - 17:15:10 EST
4.0-stable review patch. If anyone has any objections, please let me know.
------------------
From: Sam Hung <sam.hung@xxxxxxxxxx>
commit 692dd1916436164e228608803dfb6cb768d6355a upstream.
This adds new icbody type to the list recognized by Elantech PS/2 driver.
Signed-off-by: Sam Hung <sam.hung@xxxxxxxxxx>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
drivers/input/mouse/elantech.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1556,6 +1556,7 @@ static int elantech_set_properties(struc
case 9:
case 10:
case 13:
+ case 14:
etd->hw_version = 4;
break;
default:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/