-
Notifications
You must be signed in to change notification settings - Fork 173
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
Generate the device Class programmatically #790
Comments
I started work on this, but it dawned on me that there's a lot of classes other than Cintiq, ISDV4 and Bamboo. I guess it makes sense to only generate it programmatically if it doesn't have an explicit one defined? |
…#790) This is still a part of the API, and thus have required even new .tablet files to fill this out even though it's superseded by IntegratedIn. So let's generate them programmatically. This turns devices that are IntegratedIn=Display to the Cintiq class, IntegratedIn=Display;System into the ISDV4 class, and everything else into the Bamboo class.
The only class that currently matters is the And the remote of course :) |
Fixed in #814 |
Nothing uses
libwacom_get_class()
(except for identifying remotes, see #779) but we still have to add it each.tablet
file. Since we don't have any known callers we can just generate the value:IntegratedIn=Display
-> CintiqIntegratedIn=Display;System
-> ISDV4IntegratedIn=
-> BambooThe text was updated successfully, but these errors were encountered: