tb2097 / wacom-gui

Python/PyQt Wacom GUI for KDE
GNU General Public License v3.0
134 stars 36 forks source link

PTH-660 not found on CentOS 7 when using Bluetooth #38

Open jcpearson opened 4 years ago

jcpearson commented 4 years ago

On CentOS 7.5, an Intuos Pro 2 M (PTH-660) over Bluetooth is identified by 'xsetwacom --list' as:

Wacom Intuos Pro M Pad pad              id: 16  type: PAD       
Wacom Intuos Pro M Pen stylus           id: 17  type: STYLUS    
Wacom Intuos Pro M Pen eraser           id: 18  type: ERASER    
Wacom Intuos Pro M Pen cursor           id: 19  type: CURSOR    
Wacom Intuos Pro M Finger touch         id: 20  type: TOUCH     

... which is the same as when connected over USB - and hence wacom-gui fails to find the tablet

I notice that the very latest libwacom-data has merged the intuos-pro-2-m.tablet and intuos-pro-2-m-wl.tablet in to a single intuos-pro-2-m.tablet file - see https://github.com/linuxwacom/libwacom/blob/master/data/intuos-pro-2-m.tablet - which has the line:

DeviceMatch=usb:056a:0357;bluetooth:056a:0360;

If I remove intuos-pro-2-m-wl.tablet and change intuos-pro-2-m.tablet as above, then wacom-gui finds the tablet