• Home
  • Raw
  • Download

Lines Matching +full:macos +full:- +full:10

4 2020-12-09: v1.0.24
10 * Darwin (macOS): Fix race condition that results in segmentation fault (#701)
11 * Darwin (macOS): Fix stale descriptor information post reset (#733)
12 * Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
28 2019-08-28: v1.0.23
37 * Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)
38 * Darwin(macOS): Remove code that changed the device class used (#428)
39 * Darwin(macOS): Reduce hotplug timeout to 1ms (from 5s)
49 2018-03-24: v1.0.22
52 * Report super speed plus devices on modern Linux and macOS
53 * Darwin: Improve support for macOS Sierra and High Sierra
67 2016-10-01: v1.0.21
84 2015-09-13: v1.0.20
94 * Examples: Add two-stage load support to fxload (#12)
97 * Improve speed of transfer submission in multi-threaded environments
102 2014-05-30: v1.0.19
104 * Windows: Add AMD and Intel USB-3.0 root hub support
105 * Windows: Fix USB 3.0 speed detection on Windows 8 or later (#10)
109 2014-01-25: v1.0.18
117 2013-09-06: v1.0.17
127 * Linux: Fix libusb build failure with --disable-udev (#124)
128 * Linux: Fix libusb_get_device_list() hang with --disable-udev (#130)
130 non-ugen(4) devices and make get_configuration() no longer generate I/O.
132 OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised
137 2013-07-11: v1.0.16
147 * Logging now use a single write call per log-message, avoiding log-message
158 2013-04-15: v1.0.15
160 * Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
172 2012-09-26: v1.0.14
179 2012-09-20: v1.0.13
184 * Fix broken support for the 0.1 -> 1.0 libusb-compat layer
189 http://linux-hotplug.sourceforge.net
190 * Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while
192 not supported yet is the use of libusb-win32 filter drivers on composite interfaces
199 2012-06-15: v1.0.12
207 * Update log messages severity and avoid polluting log output on OS-X
212 2012-05-08: v1.0.11
213 * Revert removal of critical Windows event handling that was introduced in 1.0.10
221 2012-04-17: v1.0.10
228 2012-04-02: v1.0.9
236 2010-05-07: v1.0.8
239 2010-04-19: v1.0.7
243 2009-11-22: v1.0.6
247 2009-11-15: v1.0.5
251 2009-11-06: v1.0.4 release
257 2009-08-27: v1.0.3 release
261 2009-06-13: v1.0.2 release
264 2009-05-12: v1.0.1 release
268 2008-12-13: v1.0.0 release
271 2008-11-21: v0.9.4 release
275 2008-08-23: v0.9.3 release
278 2008-07-19: v0.9.2 release
281 2008-06-28: v0.9.1 release
286 2008-05-25: v0.9.0 release
287 * First libusb-1.0 beta release
291 APPENDIX A - How to maintain code compatibility with versions of libusb and
299 if (dev->config[0].MaxPower < 250)
304 if (dev->config[0].bMaxPower < 250)
306 if (dev->config[0].MaxPower < 250)