Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934148AbeAOMgq (ORCPT + 1 other); Mon, 15 Jan 2018 07:36:46 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44866 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934065AbeAOMgm (ORCPT ); Mon, 15 Jan 2018 07:36:42 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Aaron Ma , Dmitry Torokhov Subject: [PATCH 3.18 07/46] Input: elantech - add new icbody type 15 Date: Mon, 15 Jan 2018 13:33:15 +0100 Message-Id: <20180115123328.071238677@linuxfoundation.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180115123327.303455538@linuxfoundation.org> References: <20180115123327.303455538@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Aaron Ma commit 10d900303f1c3a821eb0bef4e7b7ece16768fba4 upstream. The touchpad of Lenovo Thinkpad L480 reports it's version as 15. Signed-off-by: Aaron Ma Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/mouse/elantech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1558,7 +1558,7 @@ static int elantech_set_properties(struc case 5: etd->hw_version = 3; break; - case 6 ... 14: + case 6 ... 15: etd->hw_version = 4; break; default: