[PATCH libinput] tablet: reject mislabelled tablet devices

2016-03-06 Thread Peter Hutterer
The HUION 580 has a "consumer control" event node that has an ABS_VOLUME, keys and a REL_HWHEEL. It has the same VID/PID as the pen tablet and libwacom labels it as ID_INPUT_TABLET. This causes a crash later when we try to init pointer acceleration for a device that doesn't have axes. https://bugz

Re: [RFC wayland-protocols] Add pad support to the tablet protocol

2016-03-06 Thread Peter Hutterer
On Mon, Mar 07, 2016 at 11:46:31AM +1000, Peter Hutterer wrote: > > > + > > > + > > summary="the newly added pad"/> > > > + > > > > > > > > > > > > @@ -619,4 +636,407 @@ > > > > > > > > > > > > + > > > + > > > + > > > + A circular interaction a

Re: [RFC wayland-protocols] Add pad support to the tablet protocol

2016-03-06 Thread Peter Hutterer
On Fri, Mar 04, 2016 at 01:40:09PM -0800, Bryce Harrington wrote: > On Wed, Mar 02, 2016 at 11:06:52AM +1000, Peter Hutterer wrote: > > From: Carlos Garnacho > > > > The pad's interface is similar to the tool interface, a client is notified > > of > > the pad after the tablet_added event. > > >

Re: Questions about experimental Spice compositor rebase

2016-03-06 Thread Fabio Fantoni
Il 06/03/2016 13:25, Yury Shvedov ha scritto: Hi, Fabio! I made 3 new commits. First one updates code to work with new Spice API. Here, as I think, must be Spice version check if for example in Debian 8 it less than 0.11. Debian 8 have spice-server 0.12.5, debian 7 with backports have 0.12.4,

[PATCH weston v2] refactor x11-backend configuration API

2016-03-06 Thread Benoit Gschwind
Hello, This patch include versioning and related changes. Signed-off-by: Benoit Gschwind Best regards Use a "well" defined structure to configure x11-backend and move configuration file parsing inside the weston compositor code. --- Makefile.am | 1 + src/compositor-x11.c | 152 +++

Re: Questions about experimental Spice compositor rebase

2016-03-06 Thread Yury Shvedov
Hi, Fabio! I made 3 new commits. First one updates code to work with new Spice API. Here, as I think, must be Spice version check if for example in Debian 8 it less than 0.11. Second one is regarding your remarks. I hurried too much with editing your commits. I'm sorry. So I left your logic b