mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 12:49:24 +00:00
wacomhid: Support more tablets
These are untested, but use the same HID protocol for flashing.
This commit is contained in:
parent
b72aa8c813
commit
0a7e590e22
@ -1,4 +1,61 @@
|
|||||||
[FuWacDevice]
|
[FuWacDevice]
|
||||||
|
|
||||||
# Intuos Pro
|
# MobileStudio Pro 13 (touch) [DTH-W1320]
|
||||||
|
USB\VID_056A&PID_034A=use-runtime-version
|
||||||
|
|
||||||
|
# MobileStudio Pro 16 (touch) [DTH-W1620]
|
||||||
|
USB\VID_056A&PID_034B=use-runtime-version
|
||||||
|
|
||||||
|
# MobileStudio Pro 13 (pen/pad) [DTH-W1320]
|
||||||
|
USB\VID_056A&PID_034D=use-runtime-version
|
||||||
|
|
||||||
|
# MobileStudio Pro 16 (pen/pad) [DTH-W1620]
|
||||||
|
USB\VID_056A&PID_034E=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos Pro medium (2nd-gen BT) [PTH-660]
|
||||||
|
USB\VID_056A&PID_0360=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos Pro large (2nd-gen BT) [PTH-860]
|
||||||
|
USB\VID_056A&PID_0361=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos BT S (3rd-gen BT) [CTL-4100WL]
|
||||||
|
USB\VID_056A&PID_0377=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos BT M (3rd-gen BT) [CTL-6100WL]
|
||||||
|
USB\VID_056A&PID_0379=use-runtime-version
|
||||||
|
|
||||||
|
# Cintiq Pro 13 (pen/pad) [DTH-1320]
|
||||||
|
USB\VID_056A&PID_034F=use-runtime-version
|
||||||
|
|
||||||
|
# Cintiq Pro 16 (pen/pad) [DTH-1620]
|
||||||
|
USB\VID_056A&PID_0350=use-runtime-version
|
||||||
|
|
||||||
|
# Cintiq Pro 13 (touch) [DTH-1320]
|
||||||
|
USB\VID_056A&PID_0353=use-runtime-version
|
||||||
|
|
||||||
|
# Cintiq Pro 16 (touch) [DTH-1620]
|
||||||
|
USB\VID_056A&PID_0354=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos Pro medium (2nd-gen USB) [PTH-660]
|
||||||
|
USB\VID_056A&PID_0357=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos Pro large (2nd-gen USB) [PTH-860]
|
||||||
|
USB\VID_056A&PID_0358=use-runtime-version
|
||||||
|
|
||||||
|
# Pen [DTH-1152]
|
||||||
|
USB\VID_056A&PID_035A=use-runtime-version
|
||||||
|
|
||||||
|
# Touch [DTH-1152]
|
||||||
|
USB\VID_056A&PID_0368=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos S 3rd-gen (USB) [CTL-4100]
|
||||||
|
USB\VID_056A&PID_0374=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos M 3rd-gen (USB) [NA]
|
||||||
|
USB\VID_056A&PID_0375=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos BT S 3rd-gen (USB) [CTL-4100WL]
|
||||||
|
USB\VID_056A&PID_0376=use-runtime-version
|
||||||
|
|
||||||
|
# Intuos BT M 3rd-gen (USB) [CTL-6100WL]
|
||||||
USB\VID_056A&PID_0378=use-runtime-version
|
USB\VID_056A&PID_0378=use-runtime-version
|
||||||
|
Loading…
Reference in New Issue
Block a user