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
usbd: Don't reset the transfer state when reading config descriptor.
It seems Windows may read the configuration descriptor more than once after
a bus reset, so it's necessary not to clear the transfer state when this
happens.
The other changes are assumed to be idempotent (endpoint numbers will be
re-assigned again, but they should come back the same as the last time this
function was called.)
Signed-off-by: Angus Gratton <angus@redyak.com.au>
0 commit comments