linuxwacom / libwacom

libwacom is a tablet description library
Other
336 stars 173 forks source link

Generate the class given in class if not explicitly given #792

Closed redstrate closed 4 weeks ago

redstrate commented 1 month ago

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.

(This definitely needs more test cases)

whot commented 4 weeks ago

@redstrate ok if I take this one and push it over the line?

redstrate commented 4 weeks ago

Yes go ahead, I don’t have access to a computer right now and would appreciate it :)On Oct 27, 2024, at 23:09, Peter Hutterer @.***> wrote: @redstrate ok if I take this one and push it over the line?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

whot commented 4 weeks ago

Thanks, closing in favour of #814 now