Skip to content

Commit

Permalink
data: Add "Wacom One pen tablet"
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Gerecke <[email protected]>
  • Loading branch information
jigpu authored and whot committed Aug 14, 2023
1 parent 3563898 commit bab4b09
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/wacom-one-pen-m.tablet
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Wacom
# Wacom One Pen tablet medium
# CTC6110WL
#
# sysinfo.u4eUPF71FH.tar.gz
# sysinfo.IjTSbRB2uI.tar.gz
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/317
#
# Stylus with two buttons and no physical eraser. Upper button switches the
# pen to become an eraser, similar to AES devices.
#
# Pen active area: 8.50 x 5.31in
#
# Has an "Android mode" with a slightly different HID descriptor which
# uses the alternate VID:PID of 0531:0105.

[Device]
Name=Wacom One Pen tablet medium
ModelName=CTC6110WL
DeviceMatch=usb:0531:0102;bluetooth:0531:0103;usb:0531:0105
Class=Bamboo
Width=9
Height=5
# No pad buttons, so no layout
IntegratedIn=

[Features]
Stylus=true
Reversible=false
Touch=false
Buttons=0
31 changes: 31 additions & 0 deletions data/wacom-one-pen-s.tablet
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Wacom
# Wacom One Pen tablet small
# CTC4110WL
#
# sysinfo.2l5xhSogc9.tar.gz
# sysinfo.jIO6fyyckl.tar.gz
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/317
#
# Stylus with two buttons and no physical eraser. Upper button switches the
# pen to become an eraser, similar to AES devices.
#
# Pen active area: 5.98 x 3.74in
#
# Has an "Android mode" with a slightly different HID descriptor which
# uses the alternate VID:PID of 0531:0104.

[Device]
Name=Wacom One Pen tablet small
ModelName=CTC4110WL
DeviceMatch=usb:0531:0100;bluetooth:0531:0101;usb:0531:0104
Class=Bamboo
Width=6
Height=4
# No pad buttons, so no layout
IntegratedIn=

[Features]
Stylus=true
Reversible=false
Touch=false
Buttons=0

0 comments on commit bab4b09

Please sign in to comment.