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
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
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
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
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
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