Skip to content

Commit 13c1c5e

Browse files
JackXVIIdtor
authored andcommitted
Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM
Add ELAN061C to the ACPI table to support Elan touchpad found in Lenovo IdeaPad 330-15IGM. Signed-off-by: Mikhail Nikiforov <jackxviichaos@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent cecf107 commit 13c1c5e

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
@@ -1346,6 +1346,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
13461346
{ "ELAN0611", 0 },
13471347
{ "ELAN0612", 0 },
13481348
{ "ELAN0618", 0 },
1349+
{ "ELAN061C", 0 },
13491350
{ "ELAN061D", 0 },
13501351
{ "ELAN0622", 0 },
13511352
{ "ELAN1000", 0 },

0 commit comments

Comments
 (0)