commit | ad0473413edec14805e59599ff537eba0f5b8d33 | [log] [tgz] |
---|---|---|
author | Ido Yariv <ido@wizery.com> | Tue Jun 16 23:22:31 2020 -0400 |
committer | Nathan Hjelm <hjelmn@google.com> | Tue Jun 16 22:58:46 2020 -0600 |
tree | 8361c5009121d01a089c29197a5f2cdde27ac866 | |
parent | bb3773090883409865a40e97a8cabb531fa00683 [diff] |
darwin: Fix invalid GetPipePropertiesV3 argument GetPipePropertiesV3 seems to require that the bVersion field of the properties argument be set before calling it: "Version of the structure. Currently kUSBEndpointPropertiesVersion3. Need to set this when using this structure" Not doing so results in an invalid argument error. Closes #744 Signed-off-by: Ido Yariv <ido@wizery.com> 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)