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
usb-device: Default bDeviceClass, bDeviceSubClass, bDeviceProtocol to 0.
These values are apparently interpreted as "interface defined", which is
a good fit for what happens here (more than one interface might show up in
the device).
It works as expected for the examples in Linux and Windows 10. There will
probably be some scenarios where a different value needs to be explicitly
passed in for the device.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
0 commit comments