linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add a second working PNP_ID for a T470s
@ 2020-03-30 16:21  
  2020-04-24 12:54 `  
  2020-04-24 22:25 ` Dmitry Torokhov
  0 siblings, 2 replies; 10+ messages in thread
From:   @ 2020-03-30 16:21 UTC (permalink / raw)
  To: linux-input

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 <denk@eclipso.email>
---
 drivers/input/mouse/synaptics.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 4d2036209b45d..758dae8d65006 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -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) */
---­

---

________________________________________________________
Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-11-02 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 16:21 Add a second working PNP_ID for a T470s  
2020-04-24 12:54 `  
2020-04-24 22:25 ` Dmitry Torokhov
2020-04-25  6:13   `  
2020-05-22 11:42     `  
2020-05-27  6:10       ` Dmitry Torokhov
2020-05-27 12:28         `  
2020-05-27 12:29         `  
2020-06-08  9:05           `  
2020-11-02 11:28             `  

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).