Skip to content

Commit 738c06d

Browse files
KT Liaodtor
authored andcommitted
Input: elan_i2c - add hardware ID for multiple Lenovo laptops
There are many Lenovo laptops which need elan_i2c support, this patch adds relevant IDs to the Elan driver so that touchpads are recognized. Signed-off-by: KT Liao <[email protected]> Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 44fc95e commit 738c06d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

drivers/input/mouse/elan_i2c_core.c

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,21 +1339,46 @@ static const struct acpi_device_id elan_acpi_id[] = {
13391339
{ "ELAN0600", 0 },
13401340
{ "ELAN0601", 0 },
13411341
{ "ELAN0602", 0 },
1342+
{ "ELAN0603", 0 },
1343+
{ "ELAN0604", 0 },
13421344
{ "ELAN0605", 0 },
1345+
{ "ELAN0606", 0 },
1346+
{ "ELAN0607", 0 },
13431347
{ "ELAN0608", 0 },
13441348
{ "ELAN0609", 0 },
13451349
{ "ELAN060B", 0 },
13461350
{ "ELAN060C", 0 },
1351+
{ "ELAN060F", 0 },
1352+
{ "ELAN0610", 0 },
13471353
{ "ELAN0611", 0 },
13481354
{ "ELAN0612", 0 },
1355+
{ "ELAN0615", 0 },
1356+
{ "ELAN0616", 0 },
13491357
{ "ELAN0617", 0 },
13501358
{ "ELAN0618", 0 },
1359+
{ "ELAN0619", 0 },
1360+
{ "ELAN061A", 0 },
1361+
{ "ELAN061B", 0 },
13511362
{ "ELAN061C", 0 },
13521363
{ "ELAN061D", 0 },
13531364
{ "ELAN061E", 0 },
1365+
{ "ELAN061F", 0 },
13541366
{ "ELAN0620", 0 },
13551367
{ "ELAN0621", 0 },
13561368
{ "ELAN0622", 0 },
1369+
{ "ELAN0623", 0 },
1370+
{ "ELAN0624", 0 },
1371+
{ "ELAN0625", 0 },
1372+
{ "ELAN0626", 0 },
1373+
{ "ELAN0627", 0 },
1374+
{ "ELAN0628", 0 },
1375+
{ "ELAN0629", 0 },
1376+
{ "ELAN062A", 0 },
1377+
{ "ELAN062B", 0 },
1378+
{ "ELAN062C", 0 },
1379+
{ "ELAN062D", 0 },
1380+
{ "ELAN0631", 0 },
1381+
{ "ELAN0632", 0 },
13571382
{ "ELAN1000", 0 },
13581383
{ }
13591384
};

0 commit comments

Comments
 (0)