Skip to content

Commit 08a7e48

Browse files
pgaskingregkh
authored andcommitted
Input: elan_i2c - add ELAN0620 to the ACPI table
commit 3ed64da upstream. Add ELAN0620 to the ACPI table to support the elan touchpad in the Lenovo IdeaPad 130-15IKB. Signed-off-by: Patrick Gaskin <patrick@pgaskin.net> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 918cd7d commit 08a7e48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/mouse/elan_i2c_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
13481348
{ "ELAN0618", 0 },
13491349
{ "ELAN061C", 0 },
13501350
{ "ELAN061D", 0 },
1351+
{ "ELAN0620", 0 },
13511352
{ "ELAN0622", 0 },
13521353
{ "ELAN1000", 0 },
13531354
{ }

0 commit comments

Comments
 (0)