-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove endpoint (re)init due to port change
When the USB device exits the suspend state to resume operation, the device observes a port change. Before this commit, this port change would initialize and disable all non-zero endpoints. By resetting endpoints without re-enabling them, the USB device stops functioning. We should make sure the endpoints are in a known state before operation, and we can handle that when responding to bus resets.
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters