libx52/lib/libusbx52/util
nirenjan 40c14fed24 Update calls to libusb_set_debug
With the release of libusb 1.0.22, `libusb_set_debug` has been
deprecated and replaced by `libusb_set_option`. This function is a new
generic API to add additional functionality in the future without having
to introduce new functions.

This change checks for `LIBUSB_API_VERSION` of at least `0x01000106`,
which is the version corresponding to 1.0.22, and if it matches, it
replaces the calls to `libusb_set_debug` with equivalent calls to
`libusb_set_option`.
2019-02-01 21:31:57 -08:00
..
create_device_list.c Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
log_actions.c Update calls to libusb_set_debug 2019-02-01 21:31:57 -08:00