You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tbh I thought we're already doing this and only in #347 realised we didnt (and now #352): should we just change our default configuration to MatchIsTablet "on" and done, i.e. anything that udev thinks is a tablet should be handled by our driver if it is installed.
With xf86-input-libinput we have an alternative tablet driver and that is used by default on most distros. xf86-input-wacom is no longer mandatory and the easiest way to sort any issues is either install it (if missing) or remove it (if not missing). I think the overlap between "device doesn't work with the wacom driver" and "need to have the wacom driver installed" is nil, so where that exists the users can work around with their own config files.
Historically we've only bound to Wacom devices and a select few other
tablets that were handled by this driver. This required adding those
tablets which we forgot for years for e.g. Huion/XP-Pen devices
(see commit 4e1d6d6).
At this point we should support pretty much anything that is a tablet so
let's bind to those by default.
Exceptions for Wacom touchpad/touchscreens stay in the file and so do
some other ones that are too hard to test whether they're handled by
them generic MatchIsTablet condition.
Closeslinuxwacom#353
tbh I thought we're already doing this and only in #347 realised we didnt (and now #352): should we just change our default configuration to
MatchIsTablet "on"
and done, i.e. anything that udev thinks is a tablet should be handled by our driver if it is installed.With xf86-input-libinput we have an alternative tablet driver and that is used by default on most distros. xf86-input-wacom is no longer mandatory and the easiest way to sort any issues is either install it (if missing) or remove it (if not missing). I think the overlap between "device doesn't work with the wacom driver" and "need to have the wacom driver installed" is nil, so where that exists the users can work around with their own config files.
cc @jigpu, @Pinglinux
The text was updated successfully, but these errors were encountered: