Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <dave.wang@emc.com.tw>
Link: https://lore.kernel.org/r/000201d5a8bd$9fead3f0$dfc07bd0$@emc.com.tw
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Dave Wang and committed by
Dmitry Torokhov
a50ca295 17d51429

+7
+7
include/linux/input/elan-i2c-ids.h
··· 67 67 { "ELAN062B", 0 }, 68 68 { "ELAN062C", 0 }, 69 69 { "ELAN062D", 0 }, 70 + { "ELAN062E", 0 }, /* Lenovo V340 Whiskey Lake U */ 71 + { "ELAN062F", 0 }, /* Lenovo V340 Comet Lake U */ 70 72 { "ELAN0631", 0 }, 71 73 { "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 */ 72 79 { "ELAN1000", 0 }, 73 80 { } 74 81 };