Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-21 Thread jsanchezf
Hi Benjamin, Would unpatched 3.19 work as well? I don't really have 3.18 available right now. I checked with 3.19 and hid-replay was able to capture data from the touch input: http://pastebin.com/bThF7s5D let me know if that's ok! 2015-02-21 14:21 GMT+01:00 Benjamin Tissoires : > On Feb 21 2015

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-21 Thread Benjamin Tissoires
On Feb 21 2015 or thereabouts, jsanchezf wrote: > You mean the kernel that worked before the thing broke? That would be 3.16, > without any patch whatsoever, is that right? No, sorry. I meant a plain 3.18 (you need a 3.17 at least to have the device handled by hid and 3.18 to have wacom picked up

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-21 Thread Benjamin Tissoires
On Feb 21 2015 or thereabouts, jsanchezf wrote: You mean the kernel that worked before the thing broke? That would be 3.16, without any patch whatsoever, is that right? No, sorry. I meant a plain 3.18 (you need a 3.17 at least to have the device handled by hid and 3.18 to have wacom picked up

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-21 Thread jsanchezf
Hi Benjamin, Would unpatched 3.19 work as well? I don't really have 3.18 available right now. I checked with 3.19 and hid-replay was able to capture data from the touch input: http://pastebin.com/bThF7s5D let me know if that's ok! 2015-02-21 14:21 GMT+01:00 Benjamin Tissoires

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-20 Thread Benjamin Tissoires
On Feb 18 2015 or thereabouts, jsanchezf wrote: > > So could you run "sudo hid-recorder /dev/hidraw*" while making some > > inputs on the touchpad? > > Moving my finger and pressing the buttons on the touchpad seemed to show no > events on hid-recorder. This is the full log for it: >

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-20 Thread Benjamin Tissoires
On Feb 18 2015 or thereabouts, jsanchezf wrote: So could you run sudo hid-recorder /dev/hidraw* while making some inputs on the touchpad? Moving my finger and pressing the buttons on the touchpad seemed to show no events on hid-recorder. This is the full log for it:

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-18 Thread Benjamin Tissoires
On Feb 18 2015 or thereabouts, jsanchezf wrote: > Hello Benjamin > > Following your instructions I managed to compile and install the wacom > module properly (actually I had to run automake and autoconf to make it all > work but no problems after that). > > The stylus is working just fine now.

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-18 Thread Benjamin Tissoires
On Feb 18 2015 or thereabouts, jsanchezf wrote: Hello Benjamin Following your instructions I managed to compile and install the wacom module properly (actually I had to run automake and autoconf to make it all work but no problems after that). The stylus is working just fine now.

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-17 Thread Peter Hutterer
On Tue, Feb 17, 2015 at 02:27:13PM -0500, Benjamin Tissoires wrote: > The stylus of this device works just fine out of the box. > The touch is seen by default as a mouse with relative events and some > gestures. > Switching the default in raw mode allows us to retrieve the touch data > and have a

[PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-17 Thread Benjamin Tissoires
The stylus of this device works just fine out of the box. The touch is seen by default as a mouse with relative events and some gestures. Switching the default in raw mode allows us to retrieve the touch data and have a consistent user experience accross all the multitouch touchpads. Note that

Re: [PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-17 Thread Peter Hutterer
On Tue, Feb 17, 2015 at 02:27:13PM -0500, Benjamin Tissoires wrote: The stylus of this device works just fine out of the box. The touch is seen by default as a mouse with relative events and some gestures. Switching the default in raw mode allows us to retrieve the touch data and have a

[PATCH] HID: wacom: add full support of the Wacom Bamboo PAD

2015-02-17 Thread Benjamin Tissoires
The stylus of this device works just fine out of the box. The touch is seen by default as a mouse with relative events and some gestures. Switching the default in raw mode allows us to retrieve the touch data and have a consistent user experience accross all the multitouch touchpads. Note that