From patchwork Wed Nov 22 05:00:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Ma X-Patchwork-Id: 840261 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yhVf76f9kz9s7F; Wed, 22 Nov 2017 16:01:03 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1eHN9Z-0005B1-RL; Wed, 22 Nov 2017 05:00:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1eHN9Y-0005Aj-LG for kernel-team@lists.ubuntu.com; Wed, 22 Nov 2017 05:00:52 +0000 Received: from [222.129.34.168] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1eHN9X-0001pZ-R3; Wed, 22 Nov 2017 05:00:52 +0000 From: Aaron Ma To: kernel-team@lists.ubuntu.com, timo.aaltonen@canonical.com, aaron.ma@canonical.com Subject: [PATCH 1/1] Input: elantech - add new icbody type 15 Date: Wed, 22 Nov 2017 13:00:42 +0800 Message-Id: <20171122050042.27001-2-aaron.ma@canonical.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171122050042.27001-1-aaron.ma@canonical.com> References: <20171122050042.27001-1-aaron.ma@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" 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@vger.kernel.org Signed-off-by: Aaron Ma Acked-by: Po-Hsu Lin --- 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: