Skip to content

Commit a50ca29

Browse files
Davekuandtor
authored andcommitted
Input: elan_i2c - add more hardware ID for Lenovo laptops
This adds more hardware IDs for Elan touchpads found in various Lenovo laptops. Signed-off-by: Dave Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 17d5142 commit a50ca29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/linux/input/elan-i2c-ids.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,15 @@ static const struct acpi_device_id elan_acpi_id[] = {
6767
{ "ELAN062B", 0 },
6868
{ "ELAN062C", 0 },
6969
{ "ELAN062D", 0 },
70+
{ "ELAN062E", 0 }, /* Lenovo V340 Whiskey Lake U */
71+
{ "ELAN062F", 0 }, /* Lenovo V340 Comet Lake U */
7072
{ "ELAN0631", 0 },
7173
{ "ELAN0632", 0 },
74+
{ "ELAN0633", 0 }, /* Lenovo S145 */
75+
{ "ELAN0634", 0 }, /* Lenovo V340 Ice lake */
76+
{ "ELAN0635", 0 }, /* Lenovo V1415-IIL */
77+
{ "ELAN0636", 0 }, /* Lenovo V1415-Dali */
78+
{ "ELAN0637", 0 }, /* Lenovo V1415-IGLR */
7279
{ "ELAN1000", 0 },
7380
{ }
7481
};

0 commit comments

Comments
 (0)