Skip to content
Snippets Groups Projects
Commit 642aa86e authored by Dennis Kadioglu's avatar Dennis Kadioglu Committed by Dmitry Torokhov
Browse files

Input: synaptics - add a second working PNP_ID for Lenovo T470s


The Lenovo Thinkpad T470s I own has a different touchpad with "LEN007a"
instead of the already included PNP ID "LEN006c". However, my touchpad
seems to work well without any problems using RMI. So this patch adds the
other PNP ID.

Signed-off-by: default avatarDennis Kadioglu <denk@eclipso.email>
Link: https://lore.kernel.org/r/ff770543cd53ae818363c0fe86477965@mail.eclipso.de


Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent d34fced4
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN005b", /* P50 */
"LEN005e", /* T560 */
"LEN006c", /* T470s */
"LEN007a", /* T470s */
"LEN0071", /* T480 */
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
"LEN0073", /* X1 Carbon G5 (Elantech) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment