aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/src/class/hid.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosDirk Stolle2023-05-081-1/+1
* Address review commentsJames Munns2023-03-271-2/+2
* Add logging and interface for debugging buffer usageJames Munns2023-03-271-0/+3
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-081-75/+95
* Merge #1151bors[bot]2023-02-011-1/+1
|\
| * usb: allow setting the interface string for interface alt settingsMatt Ickstadt2023-01-131-1/+1
* | usb: docsDario Nieuwenhuis2023-01-311-0/+21
|/
* Drive-by documentation link fixesGabriel Smith2022-11-271-1/+1
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-261-0/+504