linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: linux-input@vger.kernel.org
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
Date: Fri, 18 Aug 2017 12:34:36 -0700	[thread overview]
Message-ID: <20170818193436.GA31365@dtor-ws> (raw)

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

             reply	other threads:[~2017-08-18 19:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-18 19:34 Dmitry Torokhov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170818193436.GA31365@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).