Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 15:31
· 8 commits to main since this release

Fixed

  • Linux root_hub missing from it's own devices; lsusb mode listing with libusb feature.
  • nusb feature not profiling root_hub devices and so not gathering BOS, hub descriptors and status etc.
  • Attempt to claim HID interfaces on Linux to avoid dmesg warning. Note that if a kernel module is loaded for a device, it may still be claimed by that module and so not available to cyme. cyme could detach the kernel module but this is not done for usability reasons. The behaviour is the same as lsusb. (#52).

Changed

  • Logging should be more useful in debug mode.