]> git.baikalelectronics.ru Git - kernel.git/commitdiff
HID: wacom: add three styli to wacom_intuos_get_tool_type
authorPing Cheng <pinglinux@gmail.com>
Wed, 28 Sep 2022 20:49:29 +0000 (13:49 -0700)
committerJiri Kosina <jkosina@suse.cz>
Fri, 30 Sep 2022 09:08:15 +0000 (11:08 +0200)
We forgot to add the 3D pen ID a year ago. There are two new pro pen
IDs to be added.

Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_wac.c

index e4ae7fafe359c522a461aa7af80155924caaa9fa..9fc080e4e66f957a2fc74d0afcb9737233821396 100644 (file)
@@ -713,11 +713,14 @@ static int wacom_intuos_get_tool_type(int tool_id)
        case 0x802: /* Intuos4/5 13HD/24HD General Pen */
        case 0x8e2: /* IntuosHT2 pen */
        case 0x022:
+       case 0x200: /* Pro Pen 3 */
+       case 0x04200: /* Pro Pen 3 */
        case 0x10842: /* MobileStudio Pro Pro Pen slim */
        case 0x14802: /* Intuos4/5 13HD/24HD Classic Pen */
        case 0x16802: /* Cintiq 13HD Pro Pen */
        case 0x18802: /* DTH2242 Pen */
        case 0x10802: /* Intuos4/5 13HD/24HD General Pen */
+       case 0x80842: /* Intuos Pro and Cintiq Pro 3D Pen */
                tool_type = BTN_TOOL_PEN;
                break;