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 <[email protected]>
---
 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

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to