diff options
author | Donald Shanty III <dshanty@protonmail.com> | 2018-07-04 15:50:47 +0000 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-07-04 15:58:47 +0000 |
commit | 938f45008d8bc391593c97508bc798cc95a52b9b (patch) | |
tree | 7ffb3f8fe5f23ed7d81642d6352153eb92fa81e1 /drivers/input | |
parent | 03ae3a9caf4a59edd32b65c89c375a98ce3ea1ef (diff) | |
download | talos-obmc-linux-938f45008d8bc391593c97508bc798cc95a52b9b.tar.gz talos-obmc-linux-938f45008d8bc391593c97508bc798cc95a52b9b.zip |
Input: elan_i2c - add ACPI ID for lenovo ideapad 330
This allows Elan driver to bind to the touchpad found in Lenovo Ideapad 330
series laptops.
Signed-off-by: Donald Shanty III <dshanty@protonmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/mouse/elan_i2c_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index 1f9cd7d8b7ad..e26d8c7d131d 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1346,6 +1346,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0611", 0 }, { "ELAN0612", 0 }, { "ELAN0618", 0 }, + { "ELAN061D", 0 }, { "ELAN1000", 0 }, { } }; |