Releases: surban/usb-gadget
Releases · surban/usb-gadget
v0.7.4
0.7.4 - 2024-11-29
Added
- MIDI gadget support by John Whittington
v0.7.3
0.7.3 - 2024-11-19
Added
- custom descriptor support
v0.7.2
0.7.2 - 2024-06-25
Changed
Fixed
v0.7.1
0.7.1 - 2024-04-22
Fixed
- maximum device current handling
- use correct bcdVersion in descriptor
v0.6.0
0.6.0 - 2023-11-11
Changed
- custom interface: make status() return an Option<_>
v0.5.2
0.5.2 - 2023-11-09
Changed
- use old value for bcdVersion of OS descriptors for compatibility
with older Linux kernels
v0.5.1
0.5.1 - 2023-11-09
Added
- interface-specific device class
v0.5.0
0.5.0 - 2023-11-07
Added
- custom interface: support usage with external USB gadget
registration and pre-mounted FunctionFS
- custom interface: allow specification of FunctionFS
mount options and skip of interface initialization
- allow gadget registration without binding
Changed
- custom interface: switch to Bytes-based buffers