Skip to content

Commit 7ad222b

Browse files
maurocianciodtor
authored andcommitted
Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK
This adds ELAN0617 to the ACPI table to support Elan touchpad found in Lenovo V330-15ISK. Signed-off-by: Mauro Ciancio <mauro@acadeu.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 2439d37 commit 7ad222b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/mouse/elan_i2c_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
13451345
{ "ELAN060C", 0 },
13461346
{ "ELAN0611", 0 },
13471347
{ "ELAN0612", 0 },
1348+
{ "ELAN0617", 0 },
13481349
{ "ELAN0618", 0 },
13491350
{ "ELAN061C", 0 },
13501351
{ "ELAN061D", 0 },

0 commit comments

Comments
 (0)