aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Handle all known transfer/pipe errors.Brian Cully2019-10-081-1/+4
* Don't `assume_init` when allocating device descriptor buffer.Brian Cully2019-10-081-3/+5
* Log when a driver wants a device.Brian Cully2019-09-241-1/+2
* Reset the USB host driver if an unrecoverable error is found.Brian Cully2019-09-241-3/+18
* Minor refactor.Brian Cully2019-09-151-16/+29
* Clippy.Brian Cully2019-09-091-6/+6
* Update for starb 0.2Brian Cully2019-08-171-1/+1
* A bunch of cleanup and fixes.Brian Cully2019-08-101-61/+12
* Use ring buffer for USB events.Brian Cully2019-08-101-56/+24
* Remove device from driver on error.Brian Cully2019-08-101-0/+1
* Simplify data toggle handling.Brian Cully2019-08-081-0/+2
* Initial commitBrian Cully2019-08-041-0/+645