diff mbox series

add ELAN061E pad support in drivers/input/mouse/elan_i2c_core.c

Message ID 1538569651.29725.13.camel@quelquesmots.fr (mailing list archive)
State Superseded
Headers show
Series add ELAN061E pad support in drivers/input/mouse/elan_i2c_core.c | expand

Commit Message

Laurent Wandrebeck Oct. 3, 2018, 12:27 p.m. UTC
Hi,

Trivial patch to support pad used in some recent laptops. 
(my brand new laptop, lenovo ideapad 330-15ARR uses this id)
 
Please apply,
Best,
diff mbox series

Patch

--- elan_i2c_core.c.orig	2018-10-03 14:14:03.990826141 +0200
+++ elan_i2c_core.c	2018-10-03 14:14:25.469556341 +0200
@@ -1347,6 +1347,7 @@ 
 	{ "ELAN0612", 0 },
 	{ "ELAN0618", 0 },
 	{ "ELAN061D", 0 },
+	{ "ELAN061E", 0 },
 	{ "ELAN0622", 0 },
 	{ "ELAN1000", 0 },
 	{ }