All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
@ 2022-08-26 21:34 Ping Cheng
  2022-09-02 10:01 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Ping Cheng @ 2022-08-26 21:34 UTC (permalink / raw)
  To: linux-input; +Cc: jkosina, Ping Cheng, Aaron Armstrong Skomra

Add the new PIDs to wacom_wac.c to support the new model in the Intuos Pro series.

Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
Tested-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
---
 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 4fc64bd..b36a957 100644
--- a/drivers/hid/wacom_wac.c
+++ b/drivers/hid/wacom_wac.c
@@ -4890,6 +4890,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 };
@@ -5065,6 +5069,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.37.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
  2022-08-26 21:34 [PATCH 1/2] HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs Ping Cheng
@ 2022-09-02 10:01 ` Jiri Kosina
  2023-05-16 23:20   ` [PATCH] " Ping Cheng
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2022-09-02 10:01 UTC (permalink / raw)
  To: Ping Cheng; +Cc: linux-input, Ping Cheng, Aaron Armstrong Skomra

On Fri, 26 Aug 2022, Ping Cheng wrote:

> Add the new PIDs to wacom_wac.c to support the new model in the Intuos Pro series.
> 
> Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
> Tested-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>

Applied, thanks Ping.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
  2022-09-02 10:01 ` Jiri Kosina
@ 2023-05-16 23:20   ` Ping Cheng
  0 siblings, 0 replies; 3+ messages in thread
From: Ping Cheng @ 2023-05-16 23:20 UTC (permalink / raw)
  To: stable # v4 . 10

Hi Stable Team,

This patch, ID 0627f3df95e1609693f89e7ceb4156ac5db6e358, can be
applied to stable kernels 5.4 to 5.15 AS IS.

The patch has been merged to stable 6.1 and later. Thank you for your support!

Cheers,
Ping

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-16 23:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 21:34 [PATCH 1/2] HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs Ping Cheng
2022-09-02 10:01 ` Jiri Kosina
2023-05-16 23:20   ` [PATCH] " Ping Cheng

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.