lkml.org 
[lkml]   [2017]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] drivers: Adding driver support for "One by Wacom CTL472/672" (parameters transferred from CTL471/671 since only difference is the force resolution)
On Sun, 8 Oct 2017, ? ?? wrote:

> Signed-off-by: Mx Jing <jingmingxuan@outlook.com>

Changelog is missing, please provide one.

Adding Jason and Ping to CC.

> ---
> 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 aa692e28b2cd..920f3d6bbc71 100644
> --- a/drivers/hid/wacom_wac.c
> +++ b/drivers/hid/wacom_wac.c
> @@ -4376,6 +4376,12 @@ static const struct wacom_features wacom_features_0x360 =
> static const struct wacom_features wacom_features_0x361 =
> { "Wacom Intuos Pro L", 62200, 43200, 8191, 63,
> INTUOSP2_BT, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 9, .touch_max = 10 };
> +static const struct wacom_features wacom_features_0x37A =
> + { "One by Wacom CTL472", 14720, 9225, 2047, 63,
> + BAMBOO_PEN, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
> +static const struct wacom_features wacom_features_0x37B =
> + { "One by Wacom CTL672", 21648, 13530, 2047, 63,
> + BAMBOO_PEN, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
>
> static const struct wacom_features wacom_features_HID_ANY_ID =
> { "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
> @@ -4544,6 +4550,8 @@ const struct hid_device_id wacom_ids[] = {
> { USB_DEVICE_WACOM(0x343) },
> { BT_DEVICE_WACOM(0x360) },
> { BT_DEVICE_WACOM(0x361) },
> + { USB_DEVICE_WACOM(0x37A) },
> + { USB_DEVICE_WACOM(0x37B) },
> { USB_DEVICE_WACOM(0x4001) },
> { USB_DEVICE_WACOM(0x4004) },
> { USB_DEVICE_WACOM(0x5000) },
> --
> 2.11.0
>

--
Jiri Kosina
SUSE Labs

\
 
 \ /
  Last update: 2017-10-11 15:25    [W:0.045 / U:0.528 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site