Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attach ourselves to all tablet devices? #353

Closed
whot opened this issue Sep 5, 2024 · 0 comments · Fixed by #354
Closed

Attach ourselves to all tablet devices? #353

whot opened this issue Sep 5, 2024 · 0 comments · Fixed by #354

Comments

@whot
Copy link
Member

whot commented Sep 5, 2024

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

whot added a commit to whot/xf86-input-wacom that referenced this issue Sep 12, 2024
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.

Closes linuxwacom#353
@whot whot closed this as completed in #354 Oct 3, 2024
@whot whot closed this as completed in 47552e1 Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant