linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Input: synaptics - enable SMBus on ThinkPad L470
@ 2020-02-07 18:50 Gaurav Agrawal
  2020-02-14  1:07 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Gaurav Agrawal @ 2020-02-07 18:50 UTC (permalink / raw)
  To: linux-input; +Cc: benjamin.tissoires, dmitry.torokhov

Add touchpad LEN2044 to the list, as it is capable of working with
psmouse.synaptics_intertouch=1

Signed-off-by: Gaurav Agrawal <agrawalgaurav@gnome.org>
---
 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 1ae6f8bba9ae1..6947772cfc405 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = {
     "LEN0097", /* X280 -> ALPS trackpoint */
     "LEN009b", /* T580 */
     "LEN200f", /* T450s */
+    "LEN2044", /* L470  */
     "LEN2054", /* E480 */
     "LEN2055", /* E580 */
     "SYN3052", /* HP EliteBook 840 G4 */

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

end of thread, other threads:[~2020-02-14  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 18:50 Input: synaptics - enable SMBus on ThinkPad L470 Gaurav Agrawal
2020-02-14  1:07 ` Dmitry Torokhov

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).