Matthias Bolte
Matthias Bolte
I don't understand the problem here. I seems that Coverity complains about casting `priv->descriptors` from `void *` to a different type and then accessing that casted data. All information that...
I did a narrow focused incomplete libusb API implementation for UWP using CX for my specific use case. You can find it here: https://github.com/Tinkerforge/brickd/blob/master/src/build_data/windows/libusb_uwp/libusb_uwp.cpp The thing that took me the...
@mcuee What I did there is not a libusb OS backend. What I did there doesn't interact with libusb at all. It just mimics the part of the libusb API...
> It typically takes in the order of a few seconds to complete. For me it takes 150 milliseconds to enumerate 8 devices on Windows 10 wih libusb 1.0.26.11755.