| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 1 | -7/+7 |
| | | |||||
| * | review comments | matteo | 2025-09-30 | 1 | -95/+39 |
| | | |||||
| * | add usb subclass boot and usb protocol mouse and keyboard | matteo | 2025-09-23 | 1 | -5/+90 |
| | | |||||
| * | update comments | matteo | 2025-09-21 | 1 | -3/+3 |
| | | |||||
| * | fix compilation with usbd-hid feature off | matteo | 2025-09-21 | 1 | -0/+25 |
| | | |||||
| * | Add support for changing hid protocol mode | matteo | 2025-09-21 | 1 | -7/+32 |
| | | |||||
| * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 1 | -2/+2 |
| | | |||||
| * | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 1 | -3/+3 |
| | | |||||
| * | usb/hid: make RequestHandler::set_report(&mut self,…) | Boris Faure | 2024-04-15 | 1 | -9/+9 |
| | | | | | | That way, it is possible to change some fields in the RequestHandler based on outside report. | ||||
| * | Apply Pedantic Clippy Lints | Rafael Bachmann | 2023-10-15 | 1 | -11/+9 |
| | | |||||
| * | Fix clippy | Rafael Bachmann | 2023-10-15 | 1 | -5/+11 |
| | | |||||
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 |
| | | |||||
| * | Address review comments | James Munns | 2023-03-27 | 1 | -2/+2 |
| | | |||||
| * | Add logging and interface for debugging buffer usage | James Munns | 2023-03-27 | 1 | -0/+3 |
| | | |||||
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵ | Dario Nieuwenhuis | 2023-02-08 | 1 | -75/+95 |
| | | | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available). | ||||
| * | Merge #1151 | bors[bot] | 2023-02-01 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | 1151: USB: allow setting the interface string for interface alt settings r=Dirbaio a=mattico This is a breaking change to embassy-usb's API. Co-authored-by: Matt Ickstadt <[email protected]> | ||||
| | * | usb: allow setting the interface string for interface alt settings | Matt Ickstadt | 2023-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -0/+21 |
| |/ | |||||
| * | Drive-by documentation link fixes | Gabriel Smith | 2022-11-27 | 1 | -1/+1 |
| | | |||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -0/+504 |
