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
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
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.
> >
>
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,
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 +++
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