diff --git a/patches.suse/HID-wacom-Add-new-Intuos-Pro-Small-PTH-460-device-ID.patch b/patches.suse/HID-wacom-Add-new-Intuos-Pro-Small-PTH-460-device-ID.patch new file mode 100644 index 0000000..7050f46 --- /dev/null +++ b/patches.suse/HID-wacom-Add-new-Intuos-Pro-Small-PTH-460-device-ID.patch @@ -0,0 +1,45 @@ +From 0627f3df95e1609693f89e7ceb4156ac5db6e358 Mon Sep 17 00:00:00 2001 +From: Ping Cheng +Date: Fri, 26 Aug 2022 14:34:02 -0700 +Subject: [PATCH] HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs +Git-commit: 0627f3df95e1609693f89e7ceb4156ac5db6e358 +Patch-mainline: v6.1-rc1 +References: git-fixes + +Add the new PIDs to wacom_wac.c to support the new model in the Intuos Pro series. + +Signed-off-by: Ping Cheng +Tested-by: Aaron Armstrong Skomra +Signed-off-by: Jiri Kosina +Acked-by: Takashi Iwai + +--- + drivers/hid/wacom_wac.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c +index d049239256a2..e4ae7fafe359 100644 +--- a/drivers/hid/wacom_wac.c ++++ b/drivers/hid/wacom_wac.c +@@ -4875,6 +4875,10 @@ static const struct wacom_features wacom_features_0x3c6 = + 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_0x3dd = ++ { "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_HID_ANY_ID = + { "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID }; +@@ -5050,6 +5054,7 @@ const struct hid_device_id wacom_ids[] = { + { BT_DEVICE_WACOM(0x393) }, + { BT_DEVICE_WACOM(0x3c6) }, + { BT_DEVICE_WACOM(0x3c8) }, ++ { BT_DEVICE_WACOM(0x3dd) }, + { USB_DEVICE_WACOM(0x4001) }, + { USB_DEVICE_WACOM(0x4004) }, + { USB_DEVICE_WACOM(0x5000) }, +-- +2.35.3 + diff --git a/series.conf b/series.conf index 6eb5de5..ce1c698 100644 --- a/series.conf +++ b/series.conf @@ -16474,6 +16474,7 @@ patches.suse/media-uvcvideo-Fix-memory-leak-in-uvc_gpio_parse.patch patches.suse/media-uvcvideo-Use-entity-get_cur-in-uvc_ctrl_set.patch patches.suse/media-xilinx-vipp-Fix-refcount-leak-in-xvip_graph_dm.patch + patches.suse/HID-wacom-Add-new-Intuos-Pro-Small-PTH-460-device-ID.patch patches.suse/HID-roccat-Fix-use-after-free-in-roccat_read.patch patches.suse/hid-hid-logitech-hidpp-avoid-unnecessary-assignments.patch patches.suse/HID-multitouch-Add-memory-barriers.patch