aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/pipe/ctrl_pipe.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use `repr(packed)` on pipe descriptors structure.Brian Cully2019-07-301-1/+1
| | | | Ensure offsets and sizes are correct with tests.
* Move USB host stuff to separate crate.Brian Cully2019-07-251-0/+177