* [PATCH] HID: Wacom: Add a new Art Pen
@ 2025-08-01 3:09 Ping Cheng
0 siblings, 0 replies; 3+ messages in thread
From: Ping Cheng @ 2025-08-01 3:09 UTC (permalink / raw)
To: linux-input; +Cc: jkosina, bentiss, Ping Cheng
Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
---
drivers/hid/wacom_wac.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
index 955b39d22524..9b2c710f8da1 100644
--- a/drivers/hid/wacom_wac.c
+++ b/drivers/hid/wacom_wac.c
@@ -684,6 +684,7 @@ static bool wacom_is_art_pen(int tool_id)
case 0x885: /* Intuos3 Marker Pen */
case 0x804: /* Intuos4/5 13HD/24HD Marker Pen */
case 0x10804: /* Intuos4/5 13HD/24HD Art Pen */
+ case 0x204: /* Art Pen 2 */
is_art_pen = true;
break;
}
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] HID: Wacom: Add a new Art Pen
@ 2025-08-11 5:40 Ping Cheng
2025-08-12 12:57 ` Jiri Kosina
0 siblings, 1 reply; 3+ messages in thread
From: Ping Cheng @ 2025-08-11 5:40 UTC (permalink / raw)
To: linux-input, jkosina, bentiss; +Cc: Ping Cheng
Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
---
drivers/hid/wacom_wac.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
index 955b39d22524..9b2c710f8da1 100644
--- a/drivers/hid/wacom_wac.c
+++ b/drivers/hid/wacom_wac.c
@@ -684,6 +684,7 @@ static bool wacom_is_art_pen(int tool_id)
case 0x885: /* Intuos3 Marker Pen */
case 0x804: /* Intuos4/5 13HD/24HD Marker Pen */
case 0x10804: /* Intuos4/5 13HD/24HD Art Pen */
+ case 0x204: /* Art Pen 2 */
is_art_pen = true;
break;
}
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] HID: Wacom: Add a new Art Pen
2025-08-11 5:40 [PATCH] HID: Wacom: Add a new Art Pen Ping Cheng
@ 2025-08-12 12:57 ` Jiri Kosina
0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2025-08-12 12:57 UTC (permalink / raw)
To: Ping Cheng; +Cc: linux-input, bentiss, Ping Cheng
On Sun, 10 Aug 2025, Ping Cheng wrote:
> diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
> index 955b39d22524..9b2c710f8da1 100644
> --- a/drivers/hid/wacom_wac.c
> +++ b/drivers/hid/wacom_wac.c
> @@ -684,6 +684,7 @@ static bool wacom_is_art_pen(int tool_id)
> case 0x885: /* Intuos3 Marker Pen */
> case 0x804: /* Intuos4/5 13HD/24HD Marker Pen */
> case 0x10804: /* Intuos4/5 13HD/24HD Art Pen */
> + case 0x204: /* Art Pen 2 */
> is_art_pen = true;
> break;
Applied to hid.git#for-6.17/upstream-fixes, thanks.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-12 12:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 5:40 [PATCH] HID: Wacom: Add a new Art Pen Ping Cheng
2025-08-12 12:57 ` Jiri Kosina
-- strict thread matches above, loose matches on Subject: below --
2025-08-01 3:09 Ping Cheng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).