aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorAdam Wong <adam@adamwong.me>2018-11-29 10:04:35 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-12-03 11:37:15 -0800
commitbf87ade0dd7f8cf19dac4d3161d5e86abe0c062b (patch)
tree7538702a66fc18ae801cba54e5b983a7bb3a5789 /drivers/input
parentInput: hyper-v - fix wakeup from suspend-to-idle (diff)
downloadlinux-dev-bf87ade0dd7f8cf19dac4d3161d5e86abe0c062b.tar.xz
linux-dev-bf87ade0dd7f8cf19dac4d3161d5e86abe0c062b.zip
Input: elan_i2c - add support for ELAN0621 touchpad
Added the ability to detect the ELAN0621 touchpad found in some Lenovo laptops. Signed-off-by: Adam Wong <adam@adamwong.me> 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.c1
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 99227807a584..1428de803d2d 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1349,6 +1349,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN061C", 0 },
{ "ELAN061D", 0 },
{ "ELAN0620", 0 },
+ { "ELAN0621", 0 },
{ "ELAN0622", 0 },
{ "ELAN1000", 0 },
{ }