From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-co1nam03on0095.outbound.protection.outlook.com ([104.47.40.95]:16809 "EHLO NAM03-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1032055AbeCAP2L (ORCPT ); Thu, 1 Mar 2018 10:28:11 -0500 From: Sasha Levin To: "stable@vger.kernel.org" , "stable-commits@vger.kernel.org" CC: Aaron Ma , Dmitry Torokhov , Sasha Levin Subject: [added to the 4.1 stable tree] Input: elantech - add new icbody type 15 Date: Thu, 1 Mar 2018 15:23:39 +0000 Message-ID: <20180301152116.1486-113-alexander.levin@microsoft.com> References: <20180301152116.1486-1-alexander.levin@microsoft.com> In-Reply-To: <20180301152116.1486-1-alexander.levin@microsoft.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: From: Aaron Ma This patch has been added to the 4.1 stable tree. If you have any objections, please let us know. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [ Upstream commit 10d900303f1c3a821eb0bef4e7b7ece16768fba4 ] The touchpad of Lenovo Thinkpad L480 reports it's version as 15. Cc: stable@vger.kernel.org Signed-off-by: Aaron Ma Signed-off-by: Dmitry Torokhov Signed-off-by: Sasha Levin --- 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 c3c5d492cba0..07ce8f4314ba 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1550,7 +1550,7 @@ static int elantech_set_properties(struct elantech_da= ta *etd) case 5: etd->hw_version =3D 3; break; - case 6 ... 14: + case 6 ... 15: etd->hw_version =3D 4; break; default: --=20 2.14.1