[PATCH xf86-input-libinput] conf: match against tablets too
Peter Hutterer
peter.hutterer at who-t.net
Tue Nov 1 00:12:27 UTC 2016
Now that we sort below the xf86-input-wacom driver anyway, there's no good
reason to ignore tablets anymore.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
conf/40-libinput.conf | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/conf/40-libinput.conf b/conf/40-libinput.conf
index 97afd07..7b7162e 100644
--- a/conf/40-libinput.conf
+++ b/conf/40-libinput.conf
@@ -26,3 +26,10 @@ Section "InputClass"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
+
+Section "InputClass"
+ Identifier "libinput tablet catchall"
+ MatchIsTablet "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+EndSection
--
2.9.3
More information about the xorg-devel
mailing list