nusb/src
Davíð Steinn Geirsson a45a3e08be
Some checks failed
Rust / format (push) Has been cancelled
Rust / build (macos-latest, 1.79) (push) Has been cancelled
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (ubuntu-latest, 1.79) (push) Has been cancelled
Rust / build (ubuntu-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, 1.79) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled
Rust / build_android (push) Has been cancelled
feat: add Interface::clear_halt(endpoint: u8) for direct endpoint halt clearing
Allows clearing a halt/stall condition by raw endpoint address without
needing to construct a typed Endpoint object. Implemented on all three
platform backends (Linux usbfs, macOS IOKit, Windows WinUSB).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 15:13:39 +00:00
..
io Fix "hiding a lifetime that's elided elsewhere is confusing" warnings from rustc 1.90 2025-10-03 18:00:24 -06:00
platform feat: add Interface::clear_halt(endpoint: u8) for direct endpoint halt clearing 2026-03-31 15:13:39 +00:00
transfer implement isochronous transfers for linux 2026-03-19 21:11:36 +00:00
bitset.rs feat(linux): allow multiple endpoints per address for concurrent URB pipelining 2026-03-22 14:11:33 +00:00
descriptors.rs fix: correct return type of fuzz_parse_concatenated_config_descriptors 2026-03-25 22:12:48 +00:00
device.rs feat: add Interface::clear_halt(endpoint: u8) for direct endpoint halt clearing 2026-03-31 15:13:39 +00:00
enumeration.rs Documentation improvements 2025-07-26 17:21:28 -06:00
error.rs Documentation improvements 2025-07-26 17:21:28 -06:00
hotplug.rs Clippy fixes 2025-05-24 14:56:33 -06:00
lib.rs implement isochronous transfers for linux 2026-03-19 21:11:36 +00:00
maybe_future.rs Add must_use to MaybeFuture 2025-07-27 13:00:28 -06:00