surban / usb-gadget

Expose standard or fully custom USB peripherals (gadgets) through a USB device controller (UDC) on Linux using Rust.
https://crates.io/crates/usb-gadget
Apache License 2.0
73 stars 7 forks source link

Linux dev major and minor are u32 #1

Closed windoze closed 11 months ago

windoze commented 11 months ago

These numbers are c_uint in libc, instead of u8.

surban commented 11 months ago

Thanks!