Hi! Is there a way around the lack of bRefresh and bSynchAddress for the EndpointDescriptor?
I know libusb1-sys does provide all the fields but this crate doesn't provide an API to access those fields or even to know the length of the EndpointDescriptor, since it can be either 7 or 9 bytes long.
Hi! Is there a way around the lack of
bRefresh
andbSynchAddress
for theEndpointDescriptor
?I know
libusb1-sys
does provide all the fields but this crate doesn't provide an API to access those fields or even to know the length of theEndpointDescriptor
, since it can be either7
or9
bytes long.Any help would be appreciated. Thanks!