All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
@ 2017-08-18 19:34 Dmitry Torokhov
  2017-08-04  7:32 ` My touchpad needs explicit kernel parameter "psmouse.synaptics_intertouch=1" (kernel 4.12.3) Teika Kazura
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Dmitry Torokhov @ 2017-08-18 19:34 UTC (permalink / raw)
  To: linux-input; +Cc: Benjamin Tissoires, linux-kernel

The touchpad on Lenovo Carbon X1 Gen 5 (2017 - Kabylake) is accessible over
SMBUS/RMI, so let's activate it by default.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 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 9a8d81efd329..248c7c9dcbaa 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -172,6 +172,7 @@ static const char * const smbus_pnp_ids[] = {
 	"LEN0048", /* X1 Carbon 3 */
 	"LEN0046", /* X250 */
 	"LEN004a", /* W541 */
+	"LEN0072", /* X1 Carbon Gen 5 (2017) */
 	"LEN200f", /* T450s */
 	NULL
 };
-- 
2.14.1.480.gb18f417b89-goog


-- 
Dmitry

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

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

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-18 19:34 [PATCH] Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI Dmitry Torokhov
2017-08-04  7:32 ` My touchpad needs explicit kernel parameter "psmouse.synaptics_intertouch=1" (kernel 4.12.3) Teika Kazura
2017-08-15 23:42   ` Synaptiics RMI4 ID rosenp
2017-08-18  2:52     ` Synaptics: Missing pnpID for rmi-smbus Markus Kaindl
2017-08-18  3:55       ` successful intertouch support: PNP: LEN2014 PNP0f13 Adam Goode
2017-07-25  1:17         ` rmi-smbus SYN1219 PNP0f13 not correctly detected Pablo Cholaky
2017-07-19 20:30           ` InterTouch support for Clevo P651Rx jan.steffens
2017-09-20  0:22             ` RMI4 support for synaptics (users, please test patch) Teika Kazura
2017-10-14 20:09               ` Darrick J. Wong
2017-08-18 12:59         ` successful intertouch support: PNP: LEN2014 PNP0f13 Adam Goode
2017-08-19  0:49           ` Teika Kazura
2017-08-19  1:16             ` Adam Goode
2017-08-21  7:15 ` [PATCH] Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI Benjamin Tissoires
2017-08-21  8:52 ` Damjan Georgievski
2017-08-21 15:45   ` Dmitry Torokhov
2017-08-21 16:25     ` Damjan Georgievski
2017-08-25 10:55       ` Damjan Georgievski
2018-02-02 20:50         ` Dmitry Torokhov
2018-02-05 11:56           ` Damjan Georgievski
2018-02-07 14:43             ` Damjan Georgievski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.