Commit 61ffe9b9 authored by Adam Wong's avatar Adam Wong Committed by Greg Kroah-Hartman

Input: elan_i2c - add support for ELAN0621 touchpad

commit bf87ade0 upstream.

Added the ability to detect the ELAN0621 touchpad found in some Lenovo
laptops.
Signed-off-by: default avatarAdam Wong <adam@adamwong.me>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ec2c95c5
......@@ -1266,6 +1266,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN061D", 0 },
{ "ELAN061E", 0 },
{ "ELAN0620", 0 },
{ "ELAN0621", 0 },
{ "ELAN0622", 0 },
{ "ELAN1000", 0 },
{ }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment