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

Commit 722c5ac7 authored by IHARA Hiroka's avatar IHARA Hiroka Committed by Dmitry Torokhov
Browse files

Input: elan_i2c - add ELAN0605 to the ACPI table



ELAN0605 has been confirmed to be a variant of ELAN0600, which is
blacklisted in the hid-core to be managed by elan_i2c. This device can be
found in Lenovo ideapad 310s (80U4000).

Signed-off-by: default avatarHiroka IHARA <ihara_h@live.jp>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 413d3732
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1231,6 +1231,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
	{ "ELAN0000", 0 },
	{ "ELAN0000", 0 },
	{ "ELAN0100", 0 },
	{ "ELAN0100", 0 },
	{ "ELAN0600", 0 },
	{ "ELAN0600", 0 },
	{ "ELAN0605", 0 },
	{ "ELAN1000", 0 },
	{ "ELAN1000", 0 },
	{ }
	{ }
};
};