linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Filip Ayazi <filipayazi@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: cramm0@gmail.com, linux-kernel@vger.kernel.org,
	consume.noise@gmail.com, linux-input@vger.kernel.org,
	Filip Ayazi <filipayazi@gmail.com>
Subject: [PATCH] input: synaptics: fix min-max quirk value for E440
Date: Wed, 25 Mar 2015 21:33:44 +0100	[thread overview]
Message-ID: <1427315624-6653-1-git-send-email-filipayazi@gmail.com> (raw)

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>
---
 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


             reply	other threads:[~2015-03-25 20:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-25 20:33 Filip Ayazi [this message]
2015-03-25 22:53 ` [PATCH] input: synaptics: fix min-max quirk value for E440 Dmitry Torokhov

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=1427315624-6653-1-git-send-email-filipayazi@gmail.com \
    --to=filipayazi@gmail.com \
    --cc=consume.noise@gmail.com \
    --cc=cramm0@gmail.com \
    --cc=dmitry.torokhov@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).