[PATCH 1/1] Input: elantech - add new icbody type 15
Aaron Ma
aaron.ma at canonical.com
Wed Nov 22 05:00:42 UTC 2017
BugLink: https://bugs.launchpad.net/bugs/1733605
The touchpad of Lenovo Thinkpad L480 reports it's version as 15.
Link: https://patchwork.kernel.org/patch/10065519/
Cc: stable at vger.kernel.org
Signed-off-by: Aaron Ma <aaron.ma at canonical.com>
---
drivers/input/mouse/elantech.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index 6f4dc0fd2ca3..51b96e9bf793 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1613,7 +1613,7 @@ static int elantech_set_properties(struct elantech_data *etd)
case 5:
etd->hw_version = 3;
break;
- case 6 ... 14:
+ case 6 ... 15:
etd->hw_version = 4;
break;
default:
--
2.13.6
More information about the kernel-team
mailing list