Tormod Volden
Tormod Volden
Not sure how much features you want in the examples, but this turned out useful for me. Later I might look at periodically reread the file for live updates, and...
Do not make device node world-writeable, instead give access to desktop user. Also use one "here" document instead of mixing in echo statements. Customarily keep "then" on same line as...
As soon as we start using USBD_CLIENT_CONTRACT_VERSION_602 in order to access USBD_HANDLE [1] and the new stuff in usbdex.lib, we also have to fulfill the "contract" [2], and use the...
This should fail on current master, but go green once #1508 is in place.
We have previously seen errors on macOS on virtual machines, but here we have something I can reproduce. Testing on a Lenovo L13 with Intel i5-1135G7 (8 cores), Ubuntu 24.04...
Include my own public key, used for 1.0.25/1.0.26/1.0.27 already. References #1469
This allows building without warnings even with -Wconversion added to CFLAGS. At the moment, this covers the common code and not the platform-specific files. Discussion is (as always) welcome. I...
The second byte was checked independently of the first, which leaves a checkerboard of false positives and negatives. Note that I separated the user-defined ranges from the non-user-defined ranges for...
Closes #1548 Since we were just silently erring out on a failing langid retrieval, it was not easy to see if the problem is with the langid descriptor or with...