You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A USB device descriptor decoder is needed for getting information about the interfaces that a USB device provides.
We could link to libusb, but there's AFAIK no possibility to instantiate a usb device structure directly without calling the "get list" function which enumerates all devices. However, it might be possible to extract just the decoder from the code and simplify it to the bare minimum.
Another possibility is to implement the decoder from scratch...
The text was updated successfully, but these errors were encountered:
A USB device descriptor decoder is needed for getting information about the interfaces that a USB device provides.
We could link to libusb, but there's AFAIK no possibility to instantiate a usb device structure directly without calling the "get list" function which enumerates all devices. However, it might be possible to extract just the decoder from the code and simplify it to the bare minimum.
Another possibility is to implement the decoder from scratch...
The text was updated successfully, but these errors were encountered: