libusb v0.6.4 Release Notes
Release Date: 2018-05-05 // over 5 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