libusb v0.6.4 Release Notes

Release Date: 2018-05-05 // almost 6 years ago
  • โž• Added:

    • ๐Ÿ†• New function Context#set_option. It is also available when running libusb < 1.0.22 and calls libusb_set_debug() in this case.
    • Add definition for SUPER_SPEED_PLUS.
    • ๐Ÿง Linux: Use system libusb even when only library but no dev package is installed.
    • โž• Add Transfer#dev_handle and #timeout
    • ๐Ÿ“ฆ Use system libusb even when no development package is installed. Means "libusb-1.0-0" is enough, no need for "libusb-dev" on Ubuntu.

    ๐Ÿ”„ Changed:

    • โšก๏ธ Update libusb to 1.0.22

    ๐Ÿ—„ Deprecated:

    • Deprecate Context#debug= analogous to libusb_set_debug in libusb-1.0.22.

Previous changes from v0.6.3

    • ๐Ÿ›  Fix compat with FreeBSD. #24