From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8874AC432C0 for ; Mon, 2 Dec 2019 03:07:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5B1CB20833 for ; Mon, 2 Dec 2019 03:07:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727362AbfLBDHd (ORCPT ); Sun, 1 Dec 2019 22:07:33 -0500 Received: from emcscan.emc.com.tw ([192.72.220.5]:63103 "EHLO emcscan.emc.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727285AbfLBDHc (ORCPT ); Sun, 1 Dec 2019 22:07:32 -0500 X-IronPort-AV: E=Sophos;i="5.56,253,1539619200"; d="scan'208";a="33103632" Received: from unknown (HELO webmail.emc.com.tw) ([192.168.10.1]) by emcscan.emc.com.tw with ESMTP; 02 Dec 2019 11:07:29 +0800 Received: from 192.168.10.23 by webmail.emc.com.tw with MailAudit ESMTP Server V5.0(71492:0:AUTH_RELAY) (envelope-from ); Mon, 02 Dec 2019 11:07:28 +0800 (CST) Received: from 192.168.33.57 by webmail.emc.com.tw with Mail2000 ESMTP Server V7.00(101175:1:AUTH_RELAY) (envelope-from ); Mon, 02 Dec 2019 11:07:26 +0800 (CST) From: "Dave.Wang" To: "'Dmitry Torokhov'" Cc: , , , "'Benjamin Tissoires'" References: <001e01d5a368$24946950$6dbd3bf0$@emc.com.tw> <20191202010253.GO248138@dtor-ws> In-Reply-To: <20191202010253.GO248138@dtor-ws> Subject: RE: [PATCH] Input: elan_i2c - Add more hardware ID for Lenovo laptop Date: Mon, 2 Dec 2019 11:07:26 +0800 Message-ID: <000201d5a8bd$9fead3f0$dfc07bd0$@emc.com.tw> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQI6+YXXx3QKDBXF90Pih5gjJN6pWADF47uwptVVUQA= Content-Language: zh-tw x-dg-ref: PG1ldGE+PGF0IG5tPSJib2R5LnR4dCIgcD0iYzpcdXNlcnNcMDYxMjlcYXBwZGF0YVxyb2FtaW5nXDA5ZDg0OWI2LTMyZDMtNGE0MC04NWVlLTZiODRiYTI5ZTM1Ylxtc2dzXG1zZy1kZDUyOGFlOS0xNGIwLTExZWEtYWExNy04OGQ3ZjY1NjczMzBcYW1lLXRlc3RcZGQ1MjhhZWEtMTRiMC0xMWVhLWFhMTctODhkN2Y2NTY3MzMwYm9keS50eHQiIHN6PSIyNTgxIiB0PSIxMzIxOTcyOTY0NTg0ODcyNjAiIGg9ImNJU2RhQ3h3ajlmTWVLQWNKa1BqaEFaWkNZbz0iIGlkPSIiIGJsPSIwIiBibz0iMSIvPjwvbWV0YT4= x-dg-rorf: true Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry, List device with its corresponding hardware ID as below patch, Please check , thanks! Add more hardware ID for Lenovo laptop. Signed-off-by: Dave Wang --- include/linux/input/elan-i2c-ids.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/linux/input/elan-i2c-ids.h b/include/linux/input/elan-i2c-ids.h index 1ecb6b45812c..520858d12680 100644 --- a/include/linux/input/elan-i2c-ids.h +++ b/include/linux/input/elan-i2c-ids.h @@ -67,8 +67,15 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN062B", 0 }, { "ELAN062C", 0 }, { "ELAN062D", 0 }, + { "ELAN062E", 0 }, /* Lenovo V340 Whiskey Lake U */ + { "ELAN062F", 0 }, /* Lenovo V340 Comet Lake U */ { "ELAN0631", 0 }, { "ELAN0632", 0 }, + { "ELAN0633", 0 }, /* Lenovo S145 */ + { "ELAN0634", 0 }, /* Lenovo V340 Ice lake */ + { "ELAN0635", 0 }, /* Lenovo V1415-IIL */ + { "ELAN0636", 0 }, /* Lenovo V1415-Dali */ + { "ELAN0637", 0 }, /* Lenovo V1415-IGLR */ { "ELAN1000", 0 }, { } }; -- 2.17.1 Best regards, Dave -----Original Message----- From: Dmitry Torokhov [mailto:dmitry.torokhov@gmail.com] Sent: Monday, December 2, 2019 9:03 AM To: Dave.Wang Cc: Linux-kernel@vger.kernel.org; Linux-input@vger.kernel.org; jingle.wu@emc.com.tw; Benjamin Tissoires Subject: Re: [PATCH] Input: elan_i2c - Add more hardware ID for Lenovo laptop Hi Dave, On Mon, Nov 25, 2019 at 04:12:56PM +0800, Dave.Wang wrote: > Add more hardware ID for Lenovo laptop. Any chance you could also list what devices use which hardware ID? Thanks! > > Signed-off-by: Dave Wang > --- > include/linux/input/elan-i2c-ids.h | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/include/linux/input/elan-i2c-ids.h > b/include/linux/input/elan-i2c-ids.h > index 1ecb6b45812c..247e3f75bae7 100644 > --- a/include/linux/input/elan-i2c-ids.h > +++ b/include/linux/input/elan-i2c-ids.h > @@ -67,8 +67,15 @@ static const struct acpi_device_id elan_acpi_id[] = { > { "ELAN062B", 0 }, > { "ELAN062C", 0 }, > { "ELAN062D", 0 }, > + { "ELAN062E", 0 }, > + { "ELAN062F", 0 }, > { "ELAN0631", 0 }, > { "ELAN0632", 0 }, > + { "ELAN0633", 0 }, > + { "ELAN0634", 0 }, > + { "ELAN0635", 0 }, > + { "ELAN0636", 0 }, > + { "ELAN0637", 0 }, > { "ELAN1000", 0 }, > { } > }; > -- > 2.17.1 > -- Dmitry