Lines Matching +full:07 +full:- +full:callback

4 2024-01-31: v1.0.27
8 * Allow setting log callback with libusb_set_option/libusb_init_context
11 * Fix sync transfer completion race and use-after-free
18 * Windows: Ignore non-configured devices instead of waiting
21 2022-04-10: v1.0.26
27 * Fix macOS exit crash in some multi-context cases
29 * Fix Windows HID multi-interface product string retrieval
34 2022-01-31: v1.0.25
48 2020-12-09: v1.0.24
72 2019-08-28: v1.0.23
93 2018-03-24: v1.0.22
111 2016-10-01: v1.0.21
128 2015-09-13: v1.0.20
131 * Fix possible deadlock when executing transfer callback
138 * Examples: Add two-stage load support to fxload (#12)
141 * Improve speed of transfer submission in multi-threaded environments
146 2014-05-30: v1.0.19
148 * Windows: Add AMD and Intel USB-3.0 root hub support
153 2014-01-25: v1.0.18
161 2013-09-06: v1.0.17
171 * Linux: Fix libusb build failure with --disable-udev (#124)
172 * Linux: Fix libusb_get_device_list() hang with --disable-udev (#130)
174 non-ugen(4) devices and make get_configuration() no longer generate I/O.
176 OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised
181 2013-07-11: v1.0.16
191 * Logging now use a single write call per log-message, avoiding log-message
202 2013-04-15: v1.0.15
204 * Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
216 2012-09-26: v1.0.14
223 2012-09-20: v1.0.13
228 * Fix broken support for the 0.1 -> 1.0 libusb-compat layer
233 http://linux-hotplug.sourceforge.net
234 * Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while
236 not supported yet is the use of libusb-win32 filter drivers on composite interfaces
243 2012-06-15: v1.0.12
251 * Update log messages severity and avoid polluting log output on OS-X
256 2012-05-08: v1.0.11
265 2012-04-17: v1.0.10
272 2012-04-02: v1.0.9
280 2010-05-07: v1.0.8
283 2010-04-19: v1.0.7
287 2009-11-22: v1.0.6
291 2009-11-15: v1.0.5
295 2009-11-06: v1.0.4 release
301 2009-08-27: v1.0.3 release
305 2009-06-13: v1.0.2 release
308 2009-05-12: v1.0.1 release
312 2008-12-13: v1.0.0 release
315 2008-11-21: v0.9.4 release
319 2008-08-23: v0.9.3 release
322 2008-07-19: v0.9.2 release
325 2008-06-28: v0.9.1 release
330 2008-05-25: v0.9.0 release
331 * First libusb-1.0 beta release
335 APPENDIX A - How to maintain code compatibility with versions of libusb and
343 if (dev->config[0].MaxPower < 250)
348 if (dev->config[0].bMaxPower < 250)
350 if (dev->config[0].MaxPower < 250)