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

conf: bind this driver to all tablets by default #354

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

whot
Copy link
Member

@whot whot commented 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 #353

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
Copy link
Contributor

@TheSnowfield TheSnowfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@whot whot merged commit 47552e1 into linuxwacom:master Oct 3, 2024
13 checks passed
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 this pull request may close these issues.

Attach ourselves to all tablet devices?
2 participants