diff mbox series

Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.

Message ID 20181129163019.4203-1-adam@adamwong.me (mailing list archive)
State Superseded
Headers show
Series Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad. | expand

Commit Message

adam@adamwong.me Nov. 29, 2018, 4:30 p.m. UTC
From: TheWongGuy <adam@adamwong.me>

Added the ability to detect the ELAN0621 touchpad found in some Lenovo
laptops.

Signed-off-by: TheWongGuy <adam@adamwong.me>
---
 drivers/input/mouse/elan_i2c_core.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Greg KH Nov. 29, 2018, 5:11 p.m. UTC | #1
On Thu, Nov 29, 2018 at 11:30:19AM -0500, adam@adamwong.me wrote:
> From: TheWongGuy <adam@adamwong.me>
> 
> Added the ability to detect the ELAN0621 touchpad found in some Lenovo
> laptops.
> 
> Signed-off-by: TheWongGuy <adam@adamwong.me>

I doubt that is the name on your passport :(

Please use your "real" name, like you did for the signed-off-by last
time, just fix up the From: line.

thanks,

greg k-h
diff mbox series

Patch

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 },
 	{ }