All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Kosina <jikos@kernel.org>
To: Joshua Dickens <joshua@joshua-dickens.com>
Cc: linux-input@vger.kernel.org, ping.cheng@wacom.com,
	Joshua Dickens <joshua.dickens@wacom.com>,
	Jason Gerecke <jason.gerecke@wacom.com>,
	Ping Cheng <ping.cheng@wacom.com>
Subject: Re: [PATCH] HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) support Added the new PID's to wacom_wac.c to support the new models in the Intuos series
Date: Wed, 15 Sep 2021 16:52:40 +0200 (CEST)	[thread overview]
Message-ID: <nycvar.YFH.7.76.2109151651440.15944@cbobk.fhfr.pm> (raw)
In-Reply-To: <20210914172825.63335-1-Joshua@Joshua-Dickens.com>

On Tue, 14 Sep 2021, Joshua Dickens wrote:

> From: Joshua-Dickens <Joshua@Joshua-Dickens.com>

Thanks for the patch. Seems like you did put too much into your subject 
line and too little into actual changelog :) I can fix that on my part 
when applying, but let me first CC our Wacom maintainers for Review/Ack.

> Signed-off-by: Joshua Dickens <joshua.dickens@wacom.com>
> ---
>  drivers/hid/wacom_wac.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
> index fd51769d0994..33a6908995b1 100644
> --- a/drivers/hid/wacom_wac.c
> +++ b/drivers/hid/wacom_wac.c
> @@ -4746,6 +4746,12 @@ static const struct wacom_features wacom_features_0x393 =
>  	{ "Wacom Intuos Pro S", 31920, 19950, 8191, 63,
>  	  INTUOSP2S_BT, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 7,
>  	  .touch_max = 10 };
> +static const struct wacom_features wacom_features_0x3c6 =
> +	{ "Wacom Intuos BT S", 15200, 9500, 4095, 63,
> +	  INTUOSHT3_BT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
> +static const struct wacom_features wacom_features_0x3c8 =
> +	{ "Wacom Intuos BT M", 21600, 13500, 4095, 63,
> +	  INTUOSHT3_BT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
>  
>  static const struct wacom_features wacom_features_HID_ANY_ID =
>  	{ "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
> @@ -4919,6 +4925,8 @@ const struct hid_device_id wacom_ids[] = {
>  	{ USB_DEVICE_WACOM(0x37A) },
>  	{ USB_DEVICE_WACOM(0x37B) },
>  	{ BT_DEVICE_WACOM(0x393) },
> +	{ BT_DEVICE_WACOM(0x3c6) },
> +	{ BT_DEVICE_WACOM(0x3c8) },
>  	{ USB_DEVICE_WACOM(0x4001) },
>  	{ USB_DEVICE_WACOM(0x4004) },
>  	{ USB_DEVICE_WACOM(0x5000) },
> -- 
> 2.31.1
> 

-- 
Jiri Kosina
SUSE Labs


  reply	other threads:[~2021-09-15 14:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14 17:28 [PATCH] HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) support Added the new PID's to wacom_wac.c to support the new models in the Intuos series Joshua Dickens
2021-09-15 14:52 ` Jiri Kosina [this message]
2021-09-15 15:15   ` Cheng, Ping
2021-09-15 15:20     ` Jiri Kosina

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=nycvar.YFH.7.76.2109151651440.15944@cbobk.fhfr.pm \
    --to=jikos@kernel.org \
    --cc=jason.gerecke@wacom.com \
    --cc=joshua.dickens@wacom.com \
    --cc=joshua@joshua-dickens.com \
    --cc=linux-input@vger.kernel.org \
    --cc=ping.cheng@wacom.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.