linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Filip Ayazi <filipayazi@gmail.com>
Cc: cramm0@gmail.com, linux-kernel@vger.kernel.org,
	consume.noise@gmail.com, linux-input@vger.kernel.org
Subject: Re: [PATCH] input: synaptics: fix min-max quirk value for E440
Date: Wed, 25 Mar 2015 15:53:35 -0700	[thread overview]
Message-ID: <20150325225335.GB17427@dtor-ws> (raw)
In-Reply-To: <1427315624-6653-1-git-send-email-filipayazi@gmail.com>

On Wed, Mar 25, 2015 at 09:33:44PM +0100, Filip Ayazi wrote:
> Commit 98dc070373 ("Input: synaptics - add quirk for Thinkpad E440") had
> a typo in ymax, this changes the value to the one reported by
> touchpad-edge-detector and mentioned in the commit.
> 
> Signed-off-by: Filip Ayazi <filipayazi@gmail.com>

Applied, thank you.

> ---
>  drivers/input/mouse/synaptics.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index f6a3a7b..3b06c8a 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -155,7 +155,7 @@ static const struct min_max_quirk min_max_pnpid_table[] = {
>  	{
>  		(const char * const []){"LEN2006", NULL},
>  		{2691, 2691},
> -		1024, 5045, 2457, 4632
> +		1024, 5045, 2457, 4832
>  	},
>  	{
>  		(const char * const []){"LEN2006", NULL},
> -- 
> 1.9.1
> 

-- 
Dmitry

      reply	other threads:[~2015-03-25 22:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-25 20:33 [PATCH] input: synaptics: fix min-max quirk value for E440 Filip Ayazi
2015-03-25 22:53 ` 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=20150325225335.GB17427@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=consume.noise@gmail.com \
    --cc=cramm0@gmail.com \
    --cc=filipayazi@gmail.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).