[PATCH xf86-input-libinput 3/4] Support the mouse/lens tool

2016-02-07 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/xf86libinput.c | 45 + 1 file changed, 45 insertions(+) diff --git a/src/xf86libinput.c b/src/xf86libinput.c index 477ec5c..d41826a 100644 --- a/src/xf86libinput.c +++ b/src/xf86libinput.c @@ -849,6 +849,39 @@ xf86

[PATCH xf86-input-libinput 0/4] Add tablet support

2016-02-07 Thread Peter Hutterer
Almost exactly the same patchset as sent earlier, with two patches squashed together for simplicity and a minor fix. http://lists.freedesktop.org/archives/xorg-devel/2015-December/048084.html This works in the gimp, but not yet with the GNOME control center (since that relies on wacom-specific pr

[PATCH xf86-input-libinput 2/4] Add support for the airbrush tool axes

2016-02-07 Thread Peter Hutterer
Same axes as the pen, but axis number 6 is the wheel (which really is a slider) Signed-off-by: Peter Hutterer --- src/xf86libinput.c | 44 +++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/src/xf86libinput.c b/src/xf86libinput.c index a438

[PATCH xf86-input-libinput 1/4] Add support for tablet tools

2016-02-07 Thread Peter Hutterer
Use two new internal capabilities, CAP_TABLET and CAP_TABLET_TOOL. If a libinput tablet device is added, add an X device without any classes. This device will not send events, but once we have pad support in libinput we may be able to this the pad device. When a tool comes into proximity, create a

[PATCH xf86-input-libinput 4/4] Support art pen rotation

2016-02-07 Thread Peter Hutterer
The art pen is a normal pen, but it does provide a rotation axis. Signed-off-by: Peter Hutterer --- src/xf86libinput.c | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/xf86libinput.c b/src/xf86libinput.c index d41826a..2f5e758 100644 --- a/src/xf

Re: [PATCH] Fix XineramaQueryScreens for reverse prime

2016-02-07 Thread Dave Airlie
On 4 February 2016 at 23:06, Jan Burgmeier wrote: > Bugzilla: https://bugs.freedesktop.org/92313 Reviewed-by: Dave Airlie though it might be nice to have some more info from the bug in the commit message. > --- > randr/rrmonitor.c | 6 +++--- > randr/rroutput.c | 12 > 2 files