linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Teika Kazura <teika@gmx.com>
To: kitsunyan@inbox.ru
Cc: dmitry.torokhov@gmail.com, benjamin.tissoires@redhat.com,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Input: synaptics - Lenovo ThinkPad T25 and T480 devices should use RMI
Date: Sat, 14 Jul 2018 15:35:01 +0900 (JST)	[thread overview]
Message-ID: <20180714.153501.1002564188152837590.teika@gmx.com> (raw)
In-Reply-To: <20180707051913.24035-1-kitsunyan@inbox.ru>

Hi, kitsunyan. (Привет, perhaps?) Thanks for you patch, but the "signed-off" tag needs your real name. You can re-submit your patch conforming to that rule. Or if you're ok, the kernel maintainer can instead sign it off, adding "reported-by: kitsunyan <kitsunyan@inbox.ru>". (I'm not sure about the latter case. Sorry if I'm wrong.)

You can find the instruction in <kernell source tree>/Documentation/process/submitting-patches.rst .

Best regards / Пока, 
Teika (Teika kazura)


From: kitsunyan <kitsunyan@inbox.ru>
Subject: [PATCH] Input: synaptics - Lenovo ThinkPad T25 and T480 devices should use RMI
Date: Sat,  7 Jul 2018 08:19:12 +0300

> The touchpads on both T25 and T480 are accessible over SMBUS/RMI.
> 
> Signed-off-by: kitsunyan <kitsunyan@inbox.ru>
> ---
>  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 55d33500d55e..be934a082424 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -175,7 +175,9 @@ static const char * const smbus_pnp_ids[] = {
>  	"LEN0071", /* T480 */
>  	"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
>  	"LEN0073", /* X1 Carbon G5 (Elantech) */
> +	"LEN008e", /* T25 */
>  	"LEN0092", /* X1 Carbon 6 */
> +	"LEN0093", /* T480 */
>  	"LEN0096", /* X280 */
>  	"LEN0097", /* X280 -> ALPS trackpoint */
>  	"LEN200f", /* T450s */
> -- 
> 2.18.0

  reply	other threads:[~2018-07-14  7:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-07  5:19 [PATCH] Input: synaptics - Lenovo ThinkPad T25 and T480 devices should use RMI kitsunyan
2018-07-14  6:35 ` Teika Kazura [this message]
2018-07-14 13:20   ` kitsunyan
2018-08-24  5:07 ` [PATCH v2] " Teika Kazura

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=20180714.153501.1002564188152837590.teika@gmx.com \
    --to=teika@gmx.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=kitsunyan@inbox.ru \
    --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).