Skip to content

v0.1.7

Compare
Choose a tag to compare
@kevinmehall kevinmehall released this 03 Mar 22:04
· 99 commits to main since this release

New features

  • Add Interface::clear_halt and Queue::clear_halt - #46

Fixes

  • windows: Allow opening interfaces of a composite device that use the registry key DeviceInterfaceGUID rather than DeviceInterfaceGUIDs - #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