/usr/share/libwacom/bamboo-0fg-s-p.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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | # Wacom
# Bamboo
# MTE-450
#
# Button Map:
# (A=1, B=2, C=3, ...)
#
# AAAA BBBB
# CCCC DDDD
# *-----------------------*
# | |
# | |
# | |
# | TABLET |
# | |
# | |
# | |
# | |
# *-----------------------*
#
# Default button assignments:
# A: Back
# B: Forward
# C: Left
# D: Right
#
# Touch Ring Map:
# (A=1st ring, B=2nd ring, ...)
#
# A
# *-----------------------*
# | |
# | TABLET |
# | |
# *-----------------------*
#
# first generation Bamboo
#
# stylus with two buttons and no eraser
# Pen active area: 5.8 x 3.62in
[Device]
Name=Wacom Bamboo Pen
DeviceMatch=usb:056a:0065
Class=Bamboo
Width=6
Height=4
IntegratedIn=
Layout=bamboo-0fg-s-p.svg
[Features]
Stylus=true
Reversible=false
Touch=false
Buttons=4
Ring=true
[Buttons]
Top=A;B;C;D
EvdevCodes=0x116;0x115;0x110;0x111
|