public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] Input: synaptics - add min/max quirk for Lenovo T440s
Date: Thu, 6 Nov 2014 09:27:35 -0800	[thread overview]
Message-ID: <20141106172735.GB34214@dtor-ws> (raw)
In-Reply-To: <1415288902-11140-1-git-send-email-tiwai@suse.de>

On Thu, Nov 06, 2014 at 04:48:22PM +0100, Takashi Iwai wrote:
> The new Lenovo T440s laptop has a different PnP ID "LEN0039", and it
> needs the similar min/max quirk to make its clickpad working.
> 
> BugLink: https://bugzilla.opensuse.org/show_bug.cgi?id=903748
> Reported-and-tested-by: Joschi Brauchle <joschibrauchle@gmx.de>
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>

Applied, thank you.

> ---
>  drivers/input/mouse/synaptics.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index 9031a0a28ea4..2a7a9174c702 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -135,8 +135,8 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
>  		1232, 5710, 1156, 4696
>  	},
>  	{
> -		(const char * const []){"LEN0034", "LEN0036", "LEN2002",
> -					"LEN2004", NULL},
> +		(const char * const []){"LEN0034", "LEN0036", "LEN0039",
> +					"LEN2002", "LEN2004", NULL},
>  		1024, 5112, 2024, 4832
>  	},
>  	{
> @@ -163,6 +163,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
>  	"LEN0036", /* T440 */
>  	"LEN0037",
>  	"LEN0038",
> +	"LEN0039", /* T440s */
>  	"LEN0041",
>  	"LEN0042", /* Yoga */
>  	"LEN0045",
> -- 
> 2.1.3
> 

-- 
Dmitry

      reply	other threads:[~2014-11-06 17:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 15:48 [PATCH] Input: synaptics - add min/max quirk for Lenovo T440s Takashi Iwai
2014-11-06 17:27 ` Dmitry Torokhov [this message]

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=20141106172735.GB34214@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=tiwai@suse.de \
    /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