/usr/share/libwacom/dth-2242.tablet is in libwacom-common 0.18-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 37 38 39 | # Wacom
# DTH-2242 Interactive Pen and Touch Display
#
# Button Map:
# (A=1, B=2, C=3, ...)
#
# A B C D E F
# *-----------------*
# | |
# | DISPLAY |
# | |
# *-----------------*
#
# Note: touch data comes through the usb:056a:005d interface
[Device]
Name=Wacom DTH2242
DeviceMatch=usb:056a:0059
Class=PenDisplay
Width=19
Height=11
Layout=dth-2242.svg
Styli=0x180802;0x18080a;
IntegratedIn=Display
[Features]
# This tablet supports two stylus models:
# a pen without eraser and a pen with eraser
Stylus=true
Reversible=false
Touch=true
Ring=false
Ring2=false
NumStrips=0
# Actually 7 buttons but one is reserved for onscreen menus
Buttons=6
[Buttons]
Top=A;B;C;D;E;F
|