Bug 395332 - Wacom Co., Ltd PTH-660 [Intuos Pro (M)] - missing from wacom_devicelist
Summary: Wacom Co., Ltd PTH-660 [Intuos Pro (M)] - missing from wacom_devicelist
Status: RESOLVED FIXED
Alias: None
Product: wacomtablet
Classification: Plasma
Component: general (show other bugs)
Version: 3.0.0
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Valerii Malov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-13 20:54 UTC by nomasteryoda
Modified: 2018-06-14 15:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nomasteryoda 2018-06-13 20:54:41 UTC
$ lsusb:
Wacom Co.,Ltd. Wacom Intuos Pro M as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:056A:0357.0007/input/input33
[66024.007672] hid-generic 0003:056A:0357.0007: input,hiddev0,hidraw0: USB HID v1.10 Mouse [Wacom Co.,Ltd. Wacom Intuos Pro M] on usb-0000:38:00.0-1.3/input0
[66024.009378] hid-generic 0003:056A:0357.0008: hiddev3,hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Wacom Intuos Pro M] on usb-0000:38:00.0-1.3/input2
[66024.100492] input: Wacom Intuos Pro M Pen as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:056A:0357.0007/input/input34
[66024.100553] input: Wacom Intuos Pro M Pad as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:056A:0357.0007/input/input36
[66024.100685] wacom 0003:056A:0357.0007: hidraw0: USB HID v1.10 Mouse [Wacom Co.,Ltd. Wacom Intuos Pro M] on usb-0000:38:00.0-1.3/input0
[66024.101017] input: Wacom Intuos Pro M Finger as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb3/3-1/3-1.3/3-1.3:1.2/0003:056A:0357.0008/input/input38
[66024.101074] wacom 0003:056A:0357.0008: hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Wacom Intuos Pro M] on usb-0000:38:00.0-1.3/input2


Wacom Intuos Pro Medium tablet wacom_devicelist requires modification for Plasma desktop control via kcm-wacomtablet.

Optional packages from the AUR: wacom-utility-git -- Graphical tablet configuration utility input-wacom-dkms -- Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet (not sure how useful in this instance).

Verify you tablet is identified:

lsusb

 056a:0357 Wacom Co., Ltd PTH-660 [Intuos Pro (M)]

Edit /usr/share/wacomtablet/data/wacom_devicelist and search for that ID (or 660). This ID is not located in the file. 

Copy the previous model of the Medium tablet in the wacom_devicelist to the end of wacom_devicelist file, edit device ID and device name to match the name similar to the code below:

sudo vi /usr/share/wacomtablet/data/wacom_devicelist

## 
[0357]
 model=PTH-660
 layout=bl_4
 name=Wacom Intuos Pro M
 padbuttons=9
 wheel=no
 touchring=yes
 touchstripl=no
 touchstripr=no
 hwbutton1=1
 hwbutton2=2
 hwbutton3=3
 hwbutton4=8
 hwbutton5=9
 hwbutton6=10
 hwbutton7=11
 hwbutton8=12
 hwbutton9=13

Disconnect tablet and reconnect to verify it is identified.
Open the Graphic Tablet from Plasma menu or Settings and the tablet now appears as expected and can be configured properly.
Comment 1 Valerii Malov 2018-06-14 15:17:21 UTC
Git commit 475211f7887d22c298e9cbdce5f50ef930cadf0c by Valeriy Malov, on behalf of Jeff H.
Committed on 14/06/2018 at 15:17.
Pushed by valeriymalov into branch '3.1'.

Add Wacom Intuos Pro 2 M to device list

M  +19   -0    data/wacom_devicelist

https://commits.kde.org/wacomtablet/475211f7887d22c298e9cbdce5f50ef930cadf0c
Comment 2 Valerii Malov 2018-06-14 15:17:28 UTC
Git commit 190ca9735ae0f0e2247757e0874b7ba3149c97ae by Valeriy Malov, on behalf of Jeff H.
Committed on 14/06/2018 at 15:15.
Pushed by valeriymalov into branch 'master'.

Add Wacom Intuos Pro 2 M to device list

M  +19   -0    data/wacom_devicelist

https://commits.kde.org/wacomtablet/190ca9735ae0f0e2247757e0874b7ba3149c97ae