I've looked and found similar issues (and the corresponding hacks in the current master of wacom_data.py), where there is some sort of naming mismatch leading to the titled error:
Device information for "Wacom Intuos Pro L" not found.
If I understand correctly, then the strange thing in my case is that all of the device-type strings agree! That is, libwacom-list-local-devices, xsetwacom --list devices and the Name= line of /usr/share/libwacom/intuos-pro-l.tablet all agree with the dev_type string in wacom_data.py. (See listed items below.)
Thanks again for your time---even if you only have time to point me in a direction.
> xsetwacom --list devices
Wacom Intuos Pro L Pen stylus id: 9 type: STYLUS
Wacom Intuos Pro L Pad pad id: 10 type: PAD
Wacom Intuos Pro L Finger touch id: 11 type: TOUCH
Wacom Intuos Pro L Pen eraser id: 17 type: ERASER
Wacom Intuos Pro L Pen cursor id: 18 type: CURSOR
> cat /usr/share/libwacom/intuos-pro-l.tablet
# Wacom
# Intuos Pro L
# PTH-851
#
# Button Map:
# (A=1, B=2, C=3, ...)
#
# *-----------------------*
# | |
# B | |
# C | |
# D | |
# E | |
# A | TABLET |
# F | |
# G | |
# H | |
# I | |
# | |
# *-----------------------*
#
# Touch Ring Map:
# (A=1st ring, B=2nd ring, ...)
#
# *-----------------------*
# | |
# A | TABLET |
# | |
# *-----------------------*
#
# LED Map:
# (XY=Bank X, LED Y; *=Invisible)
#
# *-----------------------*
# | |
# | |
# 00 01 | |
# | TABLET |
# 03 02 | |
# | |
# | |
# *-----------------------*
#
[Device]
Name=Wacom Intuos Pro L
ModelName=PTH-851
DeviceMatch=usb:056a:0317
Class=Intuos5
Width=13
Height=8
Layout=intuos-pro-l.svg
IntegratedIn=
Styli=@intuos4-lens;@intuos4-puck;@intuos5;@intuos4;
[Features]
Stylus=true
Reversible=true
Touch=true
Buttons=9
Ring=true
StatusLEDs=Ring
[Buttons]
Left=A;B;C;D;E;F;G;H;I
Ring=A
RingNumModes=4
Thanks in advance.
I've looked and found similar issues (and the corresponding hacks in the current master of
wacom_data.py
), where there is some sort of naming mismatch leading to the titled error:If I understand correctly, then the strange thing in my case is that all of the device-type strings agree! That is,
libwacom-list-local-devices
,xsetwacom --list devices
and theName=
line of/usr/share/libwacom/intuos-pro-l.tablet
all agree with thedev_type
string inwacom_data.py
. (See listed items below.)Thanks again for your time---even if you only have time to point me in a direction.