Skip to content

Commit 280d652

Browse files
TheWongGuygregkh
authored andcommitted
Input: elan_i2c - add support for ELAN0621 touchpad
commit bf87ade upstream. Added the ability to detect the ELAN0621 touchpad found in some Lenovo laptops. Signed-off-by: Adam Wong <adam@adamwong.me> 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 77dd91c commit 280d652

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
@@ -1350,6 +1350,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
13501350
{ "ELAN061D", 0 },
13511351
{ "ELAN061E", 0 },
13521352
{ "ELAN0620", 0 },
1353+
{ "ELAN0621", 0 },
13531354
{ "ELAN0622", 0 },
13541355
{ "ELAN1000", 0 },
13551356
{ }

0 commit comments

Comments
 (0)