commit | 136346391677455b9259e446c8445e7fbb1ad36e | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Wed Feb 26 09:18:02 2020 -0800 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Wed Feb 26 09:18:02 2020 -0800 |
tree | be2924eca685c3fe9d37080ed8ca3243f1b87052 | |
parent | 6816bb40a3bf3e80eb7f86f4dd368f8be76667c5 [diff] |
core: Use a consistent variable name for usbi_transfer structures Most places in the library use the name 'itransfer' when referring to a usbi_transfer structure. This is helpful to distinguish between the public libusb_transfer structure and the internal structure. Fix up the few places that don't follow this convention so that it is consistent across the entire library. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD and Haiku 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)