Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ring buffer for USB events. | Brian Cully | 2019-08-10 | 1 | -56/+24 |
| | | | | | Get rid of the static mut that can drop intermediate events and cause innumerable race conditions. | ||||
* | Use endpoint's max packet size for pipe. | Brian Cully | 2019-08-10 | 2 | -4/+34 |
| | |||||
* | Remove device from driver on error. | Brian Cully | 2019-08-10 | 1 | -0/+1 |
| | |||||
* | Simplify data toggle handling. | Brian Cully | 2019-08-08 | 2 | -5/+10 |
| | | | | | Only use the data toggle from hardware if we get a data toggle error. Otherwise, use computed toggle values based on endpoint. | ||||
* | Initial commit | Brian Cully | 2019-08-04 | 8 | -0/+2830 |