[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181129163019.4203-1-adam@adamwong.me>
Date: Thu, 29 Nov 2018 11:30:19 -0500
From: adam@...mwong.me
To: dmitry.torokhov@...il.com
Cc: benjamin.tissoires@...hat.com, kt.liao@....com.tw,
dshanty@...tonmail.com, robh@...nel.org, jackxviichaos@...il.com,
ben.hutchings@...ethink.co.uk, gregkh@...uxfoundation.org,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
TheWongGuy <adam@...mwong.me>
Subject: [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.
From: TheWongGuy <adam@...mwong.me>
Added the ability to detect the ELAN0621 touchpad found in some Lenovo
laptops.
Signed-off-by: TheWongGuy <adam@...mwong.me>
---
drivers/input/mouse/elan_i2c_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
index b0f9d19b3410..a84362d0c99d 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0618", 0 },
{ "ELAN061C", 0 },
{ "ELAN061D", 0 },
+ { "ELAN0621", 0 },
{ "ELAN0622", 0 },
{ "ELAN1000", 0 },
{ }
--
2.17.1
Powered by blists - more mailing lists