Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle all known transfer/pipe errors. | Brian Cully | 2019-10-08 | 1 | -1/+4 |
* | Don't `assume_init` when allocating device descriptor buffer. | Brian Cully | 2019-10-08 | 1 | -3/+5 |
* | Log when a driver wants a device. | Brian Cully | 2019-09-24 | 1 | -1/+2 |
* | Reset the USB host driver if an unrecoverable error is found. | Brian Cully | 2019-09-24 | 1 | -3/+18 |
* | Minor refactor. | Brian Cully | 2019-09-15 | 1 | -16/+29 |
* | Clippy. | Brian Cully | 2019-09-09 | 1 | -6/+6 |
* | Update for starb 0.2 | Brian Cully | 2019-08-17 | 1 | -1/+1 |
* | A bunch of cleanup and fixes. | Brian Cully | 2019-08-10 | 1 | -61/+12 |
* | Use ring buffer for USB events. | Brian Cully | 2019-08-10 | 1 | -56/+24 |
* | Remove device from driver on error. | Brian Cully | 2019-08-10 | 1 | -0/+1 |
* | Simplify data toggle handling. | Brian Cully | 2019-08-08 | 1 | -0/+2 |
* | Initial commit | Brian Cully | 2019-08-04 | 1 | -0/+645 |