@@ -4746,6 +4746,12 @@ static const struct wacom_features wacom_features_0x393 =
4746
4746
{ "Wacom Intuos Pro S" , 31920 , 19950 , 8191 , 63 ,
4747
4747
INTUOSP2S_BT , WACOM_INTUOS3_RES , WACOM_INTUOS3_RES , 7 ,
4748
4748
.touch_max = 10 };
4749
+ static const struct wacom_features wacom_features_0x3c6 =
4750
+ { "Wacom Intuos BT S" , 15200 , 9500 , 4095 , 63 ,
4751
+ INTUOSHT3_BT , WACOM_INTUOS_RES , WACOM_INTUOS_RES , 4 };
4752
+ static const struct wacom_features wacom_features_0x3c8 =
4753
+ { "Wacom Intuos BT M" , 21600 , 13500 , 4095 , 63 ,
4754
+ INTUOSHT3_BT , WACOM_INTUOS_RES , WACOM_INTUOS_RES , 4 };
4749
4755
4750
4756
static const struct wacom_features wacom_features_HID_ANY_ID =
4751
4757
{ "Wacom HID" , .type = HID_GENERIC , .oVid = HID_ANY_ID , .oPid = HID_ANY_ID };
@@ -4919,6 +4925,8 @@ const struct hid_device_id wacom_ids[] = {
4919
4925
{ USB_DEVICE_WACOM (0x37A ) },
4920
4926
{ USB_DEVICE_WACOM (0x37B ) },
4921
4927
{ BT_DEVICE_WACOM (0x393 ) },
4928
+ { BT_DEVICE_WACOM (0x3c6 ) },
4929
+ { BT_DEVICE_WACOM (0x3c8 ) },
4922
4930
{ USB_DEVICE_WACOM (0x4001 ) },
4923
4931
{ USB_DEVICE_WACOM (0x4004 ) },
4924
4932
{ USB_DEVICE_WACOM (0x5000 ) },
0 commit comments