Message ID | 20181118165901.31689-1-harsh@prjkt.io (mailing list archive) |
---|---|
State | Under Review |
Headers | show |
Series | [1/1] input/mouse: elan_i2c_core: Add ELAN061E ID | expand |
Hi Harsh, On Sun, Nov 18, 2018 at 10:29:01PM +0530, Harsh Shandilya wrote: > Trackpad found in the Lenovo IdeaPad 330-15ARR U SKU > > Signed-off-by: Harsh Shandilya <harsh@prjkt.io> > Cc: stable@vger.kernel.org Sorry, I noticed similar patch by Noah Westervelt first. > --- > 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 fb8806c1a39a..5a27944fb8de 100644 > --- a/drivers/input/mouse/elan_i2c_core.c > +++ b/drivers/input/mouse/elan_i2c_core.c > @@ -1371,6 +1371,7 @@ static const struct acpi_device_id elan_acpi_id[] = { > { "ELAN0618", 0 }, > { "ELAN061C", 0 }, > { "ELAN061D", 0 }, > + { "ELAN061E", 0 }, > { "ELAN0622", 0 }, > { "ELAN1000", 0 }, > { } > -- > 2.20.0.rc0 >
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index fb8806c1a39a..5a27944fb8de 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1371,6 +1371,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0618", 0 }, { "ELAN061C", 0 }, { "ELAN061D", 0 }, + { "ELAN061E", 0 }, { "ELAN0622", 0 }, { "ELAN1000", 0 }, { }
Trackpad found in the Lenovo IdeaPad 330-15ARR U SKU Signed-off-by: Harsh Shandilya <harsh@prjkt.io> Cc: stable@vger.kernel.org --- drivers/input/mouse/elan_i2c_core.c | 1 + 1 file changed, 1 insertion(+)