Peter Hutterer
Peter Hutterer
Let's add a line in the form `Aliases=0x1234;0xabcd` to `libwacom.stylus` so we can easily duplicate tools that are identical but have had (or will have) multiple tool ids over time....
Provided to me via private email [sysinfo.MGYZr3MuFs.tar.gz](https://github.com/user-attachments/files/16301507/sysinfo.MGYZr3MuFs.tar.gz)
The style is fairly close to what we have and at least enforces a consistent coding style. The only true change in style is no indentation for case in switch...
This needs to be cleaned up so we have one approach only (preferable `foo()`) together with then marking that commit in `.git-blame-ignore-revs` so it doesn't show up in `git blame`.
IIRC, originally we added w/h to make it possible to refer to devices as "That's the 6x9 intuos 3". Since Wacom uses inches, the width/height is specified in inches. We...
See #425 for the same device connected via USB [sysinfo.YS1xk8fa7P.tar.gz](https://github.com/user-attachments/files/21765417/sysinfo.YS1xk8fa7P.tar.gz)
The "inputcapture" permission table/id now store a per-app-id triplet of masks. The first one is the mask capabilities will always be clamped to. The second mask is the set of...