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

Commit 8938fc7b authored by Alexandr Savca's avatar Alexandr Savca Committed by Dmitry Torokhov
Browse files

Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID



Add ELAN0618 to the list of supported touchpads; this ID is used in
Lenovo v330 15IKB devices.

Signed-off-by: default avatarAlexandr Savca <alexandr.savca@saltedge.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent e0ae2519
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1345,6 +1345,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
	{ "ELAN060C", 0 },
	{ "ELAN0611", 0 },
	{ "ELAN0612", 0 },
	{ "ELAN0618", 0 },
	{ "ELAN1000", 0 },
	{ }
};