Skip to content

Commit 7698869

Browse files
KT Liaodtor
authored andcommitted
Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
Add 2 new IDs (ELAN0609 and ELAN060B) to the list of ACPI IDs that should be handled by the driver. Signed-off-by: KT Liao <kt.liao@emc.com.tw> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 1874064 commit 7698869

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/input/mouse/elan_i2c_core.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,9 @@ static const struct acpi_device_id elan_acpi_id[] = {
12491249
{ "ELAN0600", 0 },
12501250
{ "ELAN0605", 0 },
12511251
{ "ELAN0608", 0 },
1252+
{ "ELAN0605", 0 },
1253+
{ "ELAN0609", 0 },
1254+
{ "ELAN060B", 0 },
12521255
{ "ELAN1000", 0 },
12531256
{ }
12541257
};

0 commit comments

Comments
 (0)