[PATCH libinput 00/15] tablet: support the remaining tools

Benjamin Tissoires benjamin.tissoires at gmail.com
Wed Feb 18 07:18:59 PST 2015


Hi Peter,

On Wed, Feb 18, 2015 at 12:45 AM, Peter Hutterer
<peter.hutterer at who-t.net> wrote:
>
> This patchset adds the remaining tools to the tablet branch (at least for
> Wacom tools). The notable additions are:
> * rotation support for mouse/lens cursor
> * rotation support for the artpen
> * 'wheel' support for the airbrush
> * correct per-tool capabilities (including buttons)
>
> If you have one of those tools handy, give it a test, most of this was lifted
> from memory, specs and code I had written in the past - not with an actual
> physical device at hand.
>
> Branch is available for testing here:
> https://github.com/whot/libinput/tree/wip/wacom-extra-tool-support

Thanks for this work. I gave a quick test with the devices I currently
have at home:
- mouse support:
 * rotation works just fine
 * buttons are not handled (silently ignored)
 * wheel events raise a EV_REL not supported
- general pen:
* so far, so good
- airbrush:
* ditto, so far so good
- artpen:
 * don't have it at home, will test it tomorrow at the office

This was for the pro-level Wacom (Intuos Pro and Intuos 4 BT).

For the general consumer line (Bamboo, Bamboo PAD and Huion H610 Pro),
everything works as expected except that event_debug always prints the
tilt_x/y information even if the tool does not support it. The tool
capability debug shows however if the device has the tilt support or
not, so it's just an event_debug bug.

I'll go further in the review now that the preliminary tests have been made.

Cheers,
Benjamin


More information about the wayland-devel mailing list