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
Add warning about some errors possibly going unreported
Setting state to USB_TYPE_IDLE allows the library to recover from an error after the channels
have been cleared. But this might lead to some errors going unreported, and should be improved
in the future - but at least the library passes all our tests from higher levels in the stack
at this point, which it didn't before. Our tests don't show any signs of data loss when the
error recovery kicks in with the current solution. Fixing this last problem will probably take
quite some effort (time), which isn't possible at the moment.
0 commit comments