All of lore.kernel.org
 help / color / mirror / Atom feed
From: Teika Kazura <teika@gmx.com>
To: rosenp@gmail.com
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	jan.steffens@gmail.com, waltercool@slash.cl
Subject: [PATCH v2 1/1] Input: synaptics - Enable RMI4 for Clevo P870DM laptops.
Date: Mon, 30 Jul 2018 20:35:27 +0900 (JST)	[thread overview]
Message-ID: <20180730.203527.1651668819503376656.teika@gmx.com> (raw)
In-Reply-To: <20180730.201359.525452745785453302.teika@gmx.com>

This patch enables SMBus/RMI4 for PCs with SYN1219, e.g. Clevo P870DM etc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Co-Developed-by: Teika Kazura <teika@gmx.com>
Signed-off-by: Teika Kazura <teika@gmx.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 a9591d2..0669770 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -179,7 +179,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN0096", /* X280 */
"LEN0097", /* X280 -> ALPS trackpoint */
"LEN200f", /* T450s */
+	"SYN1219", /* Schenker H506 (rebrand of Clevo P651RG), Clevo P870DM */
NULL
};

--
2.16.1

           reply	other threads:[~2018-07-30 11:36 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20180730.201359.525452745785453302.teika@gmx.com>]

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=20180730.203527.1651668819503376656.teika@gmx.com \
    --to=teika@gmx.com \
    --cc=jan.steffens@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rosenp@gmail.com \
    --cc=waltercool@slash.cl \
    /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 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.