diff options
author | Alexandr Savca <alexandr.savca@saltedge.com> | 2018-06-21 17:12:54 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-03 11:23:16 +0200 |
commit | c38bac75d1c21b09764a882b520b0ad33749ac10 (patch) | |
tree | b66b079a090f85a0958cba40ecc1406d3c123b7f | |
parent | 7673ca3c93414faf90fa2a3c339f1f625415fecb (diff) | |
download | linux-stable-c38bac75d1c21b09764a882b520b0ad33749ac10.tar.gz linux-stable-c38bac75d1c21b09764a882b520b0ad33749ac10.tar.bz2 linux-stable-c38bac75d1c21b09764a882b520b0ad33749ac10.zip |
Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
commit 8938fc7b8fe9ccfa11751ead502a8d385b607967 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 aeb8250ab079..2d6481f3e89b 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1250,6 +1250,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN060C", 0 }, { "ELAN0611", 0 }, { "ELAN0612", 0 }, + { "ELAN0618", 0 }, { "ELAN1000", 0 }, { } }; |