commit | d55b2fdafb31f1c85a611f9c5438d47a54535a59 | [log] [tgz] |
---|---|---|
author | Nathan Hjelm <hjelmn@google.com> | Thu Jun 11 23:31:36 2020 -0600 |
committer | Nathan Hjelm <hjelmn@google.com> | Thu Jun 11 23:31:36 2020 -0600 |
tree | fabe7835103f43bcb32ca7733f148a8ab116d1dc | |
parent | a5962ba96863aad871d2e4d5d7ddae018f12e42c [diff] |
darwin: use GetPipePropertiesV3 on 10.9 and later Apple added the GetPipePropertiesV3 in IOUSBFamily version 550. The old function appears to be deprecated. When 10.8.x and older are no longer supported the GetPipeProperties call should be removed. Signed-off-by: Nathan Hjelm <hjelmn@google.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)