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
src/usb_libusb10.c: slightly smarter isoc error handling.
Unless we get LIBUSB_TRANSFER_NO_DEVICE or LIBUSB_TRANSFER_CANCELLED, we really
should resubmit unsucessful transfers, or eventually all of them will error and
we won't stream any transfers anymore. We should also correctly track the
number of dead transfers if we fail to submit a transfer.
FixesOpenKinect#227.
Signed-off-by: Drew Fisher <[email protected]>
0 commit comments