Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf87ade0 authored by Adam Wong's avatar Adam Wong Committed by Dmitry Torokhov
Browse files

Input: elan_i2c - add support for ELAN0621 touchpad



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>
parent 10f91c73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 },
	{ }