following the intructions at: https://bugs.launchpad.net/xf86-input-wacom/+bug/1265714/comments/38
I have the pad half working. As he says, the pen works, but touch doesn’t. Good enugh for now (until someone provides a proper fix ;))
This is what I now get.
lsusb
Bus 001 Device 004: ID 2232:1005
Bus 002 Device 004: ID 056a:0319 Wacom Co., Ltd
Bus 003 Device 002: ID 0a5c:219c Broadcom Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
xsetwacom --list devices
Wacom Co.,Ltd. Bamboo Pad, wireless stylus id: 10 type: STYLUS
Wacom Co.,Ltd. Bamboo Pad, wireless eraser id: 14 type: ERASER
Wacom Co.,Ltd. Bamboo Pad, wireless pad id: 15 type: PAD
lsusb -vv -s 002:004
Bus 002 Device 004: ID 056a:0319 Wacom Co., Ltd
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x056a Wacom Co., Ltd
idProduct 0x0319
bcdDevice 1.02
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 109
bNumInterfaces 4
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 98mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 99
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0010 1x 16 bytes
bInterval 4
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 129
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0009 1x 9 bytes
bInterval 2
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 2
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 33 US
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 43
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0009 1x 9 bytes
bInterval 8
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 3
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.10
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 53
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0020 1x 32 bytes
bInterval 4
/var/log/messages
2015-01-10T15:42:56.144233+00:00 xxxxxxx kernel: 244.677176] usb 2-1: new full-speed USB device number 3 using uhci_hcd
2015-01-10T15:42:56.298228+00:00 xxxxxxx kernel: 244.831204] usb 2-1: New USB device found, idVendor=056a, idProduct=0319
2015-01-10T15:42:56.298290+00:00 xxxxxxx kernel: 244.831220] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2015-01-10T15:42:56.298304+00:00 xxxxxxx kernel: 244.831231] usb 2-1: Product: Bamboo Pad, wireless
2015-01-10T15:42:56.298315+00:00 xxxxxxx kernel: 244.831240] usb 2-1: Manufacturer: Wacom Co.,Ltd.
2015-01-10T15:42:56.306141+00:00 xxxxxxx kernel: 244.839500] input: Wacom Co.,Ltd. Bamboo Pad, wireless as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input14
2015-01-10T15:42:56.308230+00:00 xxxxxxx kernel: 244.841138] hid-generic 0003:056A:0319.0005: input,hiddev0,hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input0
2015-01-10T15:42:56.314147+00:00 xxxxxxx kernel: 244.847452] input: Wacom Co.,Ltd. Bamboo Pad, wireless as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input15
2015-01-10T15:42:56.315197+00:00 xxxxxxx kernel: 244.848264] hid-generic 0003:056A:0319.0006: input,hidraw1: USB HID v1.10 Mouse [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input1
2015-01-10T15:42:56.318162+00:00 xxxxxxx kernel: 244.851540] input: Wacom Co.,Ltd. Bamboo Pad, wireless as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.2/input/input16
2015-01-10T15:42:56.319147+00:00 xxxxxxx kernel: 244.852252] hid-generic 0003:056A:0319.0007: input,hidraw2: USB HID v1.10 Keyboard [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input2
2015-01-10T15:42:56.325143+00:00 xxxxxxx kernel: 244.858669] hid-generic 0003:056A:0319.0008: hiddev0,hidraw3: USB HID v1.10 Device [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input3
2015-01-10T15:42:56.334193+00:00 xxxxxxx mtp-probe: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1"
2015-01-10T15:42:56.336547+00:00 xxxxxxx mtp-probe: bus: 2, device: 3 was not an MTP device
2015-01-10T15:42:56.421122+00:00 xxxxxxx kernel: 244.954652] usb 2-1: USB disconnect, device number 3
2015-01-10T15:42:56.717154+00:00 xxxxxxx kernel: 245.250106] usb 2-1: new full-speed USB device number 4 using uhci_hcd
2015-01-10T15:42:56.823656+00:00 xxxxxxx laptop-mode: Laptop mode
2015-01-10T15:42:56.830738+00:00 xxxxxxx laptop-mode: enabled, active
2015-01-10T15:42:56.876314+00:00 xxxxxxx kernel: 245.407184] usb 2-1: New USB device found, idVendor=056a, idProduct=0319
2015-01-10T15:42:56.876376+00:00 xxxxxxx kernel: 245.407199] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2015-01-10T15:42:56.876387+00:00 xxxxxxx kernel: 245.407209] usb 2-1: Product: Bamboo Pad, wireless
2015-01-10T15:42:56.876397+00:00 xxxxxxx kernel: 245.407219] usb 2-1: Manufacturer: Wacom Co.,Ltd.
2015-01-10T15:42:56.882132+00:00 xxxxxxx kernel: 245.415460] input: Wacom Co.,Ltd. Bamboo Pad, wireless as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input17
2015-01-10T15:42:56.884145+00:00 xxxxxxx kernel: 245.417227] hid-generic 0003:056A:0319.0009: input,hiddev0,hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input0
2015-01-10T15:42:56.890176+00:00 xxxxxxx kernel: 245.423483] input: Wacom Co.,Ltd. Bamboo Pad, wireless as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input18
2015-01-10T15:42:56.892229+00:00 xxxxxxx kernel: 245.425187] hid-generic 0003:056A:0319.000A: input,hidraw1: USB HID v1.10 Mouse [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input1
2015-01-10T15:42:56.895173+00:00 xxxxxxx kernel: 245.428492] input: Wacom Co.,Ltd. Bamboo Pad, wireless as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.2/input/input19
2015-01-10T15:42:56.895222+00:00 xxxxxxx kernel: 245.428965] hid-generic 0003:056A:0319.000B: input,hidraw2: USB HID v1.10 Keyboard [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input2
2015-01-10T15:42:56.903163+00:00 xxxxxxx kernel: 245.436759] hid-generic 0003:056A:0319.000C: hiddev0,hidraw3: USB HID v1.10 Device [Wacom Co.,Ltd. Bamboo Pad, wireless] on usb-0000:00:1d.0-1/input3
2015-01-10T15:42:56.913228+00:00 xxxxxxx mtp-probe: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1"
2015-01-10T15:42:56.915858+00:00 xxxxxxx mtp-probe: bus: 2, device: 4 was not an MTP device