Skip to content

Commit f6952b1

Browse files
Joshua-Dickensgregkh
authored andcommitted
HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
[ Upstream commit 0c8fbaa ] Add the new PIDs to wacom_wac.c to support the new models in the Intuos series. [jkosina@suse.cz: fix changelog] Signed-off-by: Joshua Dickens <joshua.dickens@wacom.com> Reviewed-by: Ping Cheng <ping.cheng@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ddc4ba7 commit f6952b1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/hid/wacom_wac.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4715,6 +4715,12 @@ static const struct wacom_features wacom_features_0x393 =
47154715
{ "Wacom Intuos Pro S", 31920, 19950, 8191, 63,
47164716
INTUOSP2S_BT, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 7,
47174717
.touch_max = 10 };
4718+
static const struct wacom_features wacom_features_0x3c6 =
4719+
{ "Wacom Intuos BT S", 15200, 9500, 4095, 63,
4720+
INTUOSHT3_BT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
4721+
static const struct wacom_features wacom_features_0x3c8 =
4722+
{ "Wacom Intuos BT M", 21600, 13500, 4095, 63,
4723+
INTUOSHT3_BT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 };
47184724

47194725
static const struct wacom_features wacom_features_HID_ANY_ID =
47204726
{ "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
@@ -4888,6 +4894,8 @@ const struct hid_device_id wacom_ids[] = {
48884894
{ USB_DEVICE_WACOM(0x37A) },
48894895
{ USB_DEVICE_WACOM(0x37B) },
48904896
{ BT_DEVICE_WACOM(0x393) },
4897+
{ BT_DEVICE_WACOM(0x3c6) },
4898+
{ BT_DEVICE_WACOM(0x3c8) },
48914899
{ USB_DEVICE_WACOM(0x4001) },
48924900
{ USB_DEVICE_WACOM(0x4004) },
48934901
{ USB_DEVICE_WACOM(0x5000) },

0 commit comments

Comments
 (0)