linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Hutterer <peter.hutterer@who-t.net>
To: Ping Cheng <pinglinux@gmail.com>
Cc: linux-input@vger.kernel.org, dmitry.torokhov@gmail.com,
	benjamin.tissoires@gmail.com, Ping Cheng <pingc@wacom.com>
Subject: Re: [PATCH 1/2] Input: wacom_w8001 - W8001_MAX_LENGTH should be 13
Date: Tue, 24 May 2016 15:01:45 +1000	[thread overview]
Message-ID: <20160524050145.GA11910@jelly> (raw)
In-Reply-To: <1464059020-6205-1-git-send-email-pingc@wacom.com>

On Mon, May 23, 2016 at 08:03:40PM -0700, Ping Cheng wrote:
> Somehow the patch that added two-finger touch support forgot to update
> W8001_MAX_LENGTH from 11 to 13.
> 
> Signed-off-by: Ping Cheng <pingc@wacom.com>

whoops, I think that was me.

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>

Cheers,
   Peter

> ---
>  drivers/input/touchscreen/wacom_w8001.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/wacom_w8001.c b/drivers/input/touchscreen/wacom_w8001.c
> index bab3c6a..b1b4127 100644
> --- a/drivers/input/touchscreen/wacom_w8001.c
> +++ b/drivers/input/touchscreen/wacom_w8001.c
> @@ -27,7 +27,7 @@ MODULE_AUTHOR("Jaya Kumar <jayakumar.lkml@gmail.com>");
>  MODULE_DESCRIPTION(DRIVER_DESC);
>  MODULE_LICENSE("GPL");
>  
> -#define W8001_MAX_LENGTH	11
> +#define W8001_MAX_LENGTH	13
>  #define W8001_LEAD_MASK		0x80
>  #define W8001_LEAD_BYTE		0x80
>  #define W8001_TAB_MASK		0x40
> -- 
> 1.9.1
> 

  reply	other threads:[~2016-05-24  5:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24  3:03 [PATCH 1/2] Input: wacom_w8001 - W8001_MAX_LENGTH should be 13 Ping Cheng
2016-05-24  5:01 ` Peter Hutterer [this message]
2016-06-23 18:00   ` 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=20160524050145.GA11910@jelly \
    --to=peter.hutterer@who-t.net \
    --cc=benjamin.tissoires@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=pingc@wacom.com \
    --cc=pinglinux@gmail.com \
    /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).