All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Kosina <jikos@kernel.org>
To: Ping Cheng <pinglinux@gmail.com>
Cc: linux-input@vger.kernel.org, Ping Cheng <pingc@wacom.com>
Subject: Re: [PATCH] HID: wacom: Add outbounding area for DTU1141
Date: Fri, 13 Nov 2015 11:18:28 +0100 (CET)	[thread overview]
Message-ID: <alpine.LNX.2.00.1511131114050.20111@pobox.suse.cz> (raw)
In-Reply-To: <1447377674-16818-1-git-send-email-pingc@wacom.com>

On Thu, 12 Nov 2015, Ping Cheng wrote:

> DTU1141 has an extra 1 mm tablet active outbounding area on each
> side of the display, same as those recently released DTUs.
> 
> Signed-off-by: Ping Cheng <pingc@wacom.com>
> ---
>  drivers/hid/wacom_wac.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
> index 9db6a8b..5d946bb 100644
> --- a/drivers/hid/wacom_wac.c
> +++ b/drivers/hid/wacom_wac.c
> @@ -3187,7 +3187,8 @@ static const struct wacom_features wacom_features_0x32F =
>  	  WACOM_DTU_OFFSET, WACOM_DTU_OFFSET };
>  static const struct wacom_features wacom_features_0x336 =
>  	{ "Wacom DTU1141", 23472, 13203, 1023, 0,
> -	  DTUS, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
> +	  DTUS, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4,
> +	  WACOM_DTU_OFFSET, WACOM_DTU_OFFSET };
>  static const struct wacom_features wacom_features_0x57 =
>  	{ "Wacom DTK2241", 95640, 54060, 2047, 63,
>  	  DTK, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 6,

Applied to for-4.4/upstream-fixes.

-- 
Jiri Kosina
SUSE Labs


      reply	other threads:[~2015-11-13 10:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13  1:21 [PATCH] HID: wacom: Add outbounding area for DTU1141 Ping Cheng
2015-11-13 10:18 ` Jiri Kosina [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=alpine.LNX.2.00.1511131114050.20111@pobox.suse.cz \
    --to=jikos@kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.