Skip to content

Commit 642aa86

Browse files
Dennis Kadiogludtor
authored andcommitted
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: Dennis Kadioglu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent d34fced commit 642aa86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ static const char * const smbus_pnp_ids[] = {
170170
"LEN005b", /* P50 */
171171
"LEN005e", /* T560 */
172172
"LEN006c", /* T470s */
173+
"LEN007a", /* T470s */
173174
"LEN0071", /* T480 */
174175
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
175176
"LEN0073", /* X1 Carbon G5 (Elantech) */

0 commit comments

Comments
 (0)