aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/usbproto.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove DataBuf dependency in tests.Brian Cully2019-07-281-16/+25
* Get rid of stuff I can't test yet.Brian Cully2019-07-281-21/+0
* Rename RequestType subfields.Brian Cully2019-07-281-75/+74
* Use TryFrom where possible, instead of panicking.Brian Cully2019-07-281-59/+52
* Rename basic USB protocol types.Brian Cully2019-07-281-40/+40
* Remove duplicate test code.Brian Cully2019-07-251-57/+28
* Add deserialize tests for usbproto as well.Brian Cully2019-07-251-0/+40
* Make DataBuf hold a mut pointer.Brian Cully2019-07-251-10/+10
* Put packet repr back. Add tests.Brian Cully2019-07-251-14/+130
* Move USB host stuff to separate crate.Brian Cully2019-07-251-0/+331