From: Yiannis Marangos <yiannis.marangos@gmail.com>
To: linux-input@vger.kernel.org
Cc: Yiannis Marangos <yiannis.marangos@gmail.com>
Subject: [PATCH 2/2] Input: synaptics - Lenovo X1 Carbon 5 devices should use SMBUS/RMI
Date: Thu, 5 Oct 2017 21:22:21 +0300 [thread overview]
Message-ID: <20171005182221.7138-3-yiannis.marangos@gmail.com> (raw)
In-Reply-To: <20171005182221.7138-1-yiannis.marangos@gmail.com>
X1 Carbon 5 has two synaptics ids: LEN0072 and LEN0073.
---
drivers/input/mouse/synaptics.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 5af0b7d200bc..c9ab666e5ab1 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -172,6 +172,8 @@ static const char * const smbus_pnp_ids[] = {
"LEN0048", /* X1 Carbon 3 */
"LEN0046", /* X250 */
"LEN004a", /* W541 */
+ "LEN0072", /* X1 Carbon 5 */
+ "LEN0073", /* X1 Carbon 5 */
"LEN200f", /* T450s */
NULL
};
--
2.14.1
next prev parent reply other threads:[~2017-10-05 18:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-05 18:22 Input: synaptics - Lenovo X1 Carbon 5 devices should use SMBUS/RMI Yiannis Marangos
2017-10-05 18:22 ` [PATCH 1/2] Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3 Yiannis Marangos
2017-10-05 18:22 ` Yiannis Marangos [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-05 17:43 Input: synaptics - Lenovo X1 Carbon 5 devices should use SMBUS/RMI Yiannis Marangos
2017-10-05 17:43 ` [PATCH 2/2] " Yiannis Marangos
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=20171005182221.7138-3-yiannis.marangos@gmail.com \
--to=yiannis.marangos@gmail.com \
--cc=linux-input@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).