v0.1.7
New features
- Add
Interface::clear_halt
andQueue::clear_halt
- #46
Fixes
- windows: Allow opening interfaces of a composite device that use the registry key
DeviceInterfaceGUID
rather thanDeviceInterfaceGUIDs
- #39 - windows: Fix crash when calling
Interface::set_alt_setting
- windows: Improve error message when attempting to claim an interface not associated with WinUSB driver - #41
- windows: Document and warn on case where WinUSB changes the passed control transfer
index
field to the interface number - #45 - linux: Fix build on s390x and when using rustix libc backend - #44
- Lower log level to
debug!()
for errors in enumeration. - #40
Contributors
@elfmimi @jonlamb-gh @kevinmehall
Full Changelog: v0.1.6...v0.1.7