USB 3.0 / XHCI improvements #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now we use a pending flag per ring. This isn't wrong/incorrect and works well, but it would be better from a design standpoint to implement a request queue (or something similar).