diff options
author | Alexandr Savca <alexandr.savca@saltedge.com> | 2018-06-22 02:12:54 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-06-22 02:20:41 +0200 |
commit | 8938fc7b8fe9ccfa11751ead502a8d385b607967 (patch) | |
tree | 1bb3181d7f0f81e85d23ec602572c7473f0c66d9 | |
parent | Input: elantech - fix V4 report decoding for module with middle key (diff) | |
download | linux-8938fc7b8fe9ccfa11751ead502a8d385b607967.tar.xz linux-8938fc7b8fe9ccfa11751ead502a8d385b607967.zip |
Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
Add ELAN0618 to the list of supported touchpads; this ID is used in
Lenovo v330 15IKB devices.
Signed-off-by: Alexandr Savca <alexandr.savca@saltedge.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-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 8ff75114e762..f69d21610166 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1345,6 +1345,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN060C", 0 }, { "ELAN0611", 0 }, { "ELAN0612", 0 }, + { "ELAN0618", 0 }, { "ELAN1000", 0 }, { } }; |