lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 25 Nov 2019 16:12:56 +0800
From:   "Dave.Wang" <dave.wang@....com.tw>
To:     <Linux-kernel@...r.kernel.org>, <Linux-input@...r.kernel.org>,
        <Dmitry.torokhov@...il.com>
Subject: [PATCH] Input: elan_i2c - Add more hardware ID for Lenovo laptop

Add more hardware ID for Lenovo laptop.

Signed-off-by: Dave Wang <dave.wang@....com.tw>
---
 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ