/usr/share/libwacom/dtk-2451.tablet is in libwacom-common 0.29-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | # Wacom
# DTK-2451 Interactive Pen Display
#
# Button Map:
# (A=1, B=2, C=3, ...)
#
# *-----------------*
# | | A
# | | B
# | DISPLAY |
# | | C
# | | D
# *-----------------*
#
[Device]
Name=Wacom DTK2451
DeviceMatch=usb:056a:0382
Class=PenDisplay
Width=20
Height=12
Layout=dtk-2451.svg
IntegratedIn=Display
[Features]
Stylus=true
Reversible=false
Touch=false
Ring=false
Ring2=false
NumStrips=0
# Actually 5 buttons but one is reserved for onscreen menus
Buttons=4
[Buttons]
Right=A;B;C;D
|