commit | 53f4a7bff71b96f5295ee5f45eebb17d0c6de18d | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Apr 16 12:40:49 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Apr 16 12:40:49 2020 -0700 |
tree | c87c78ed3208cbcc017a980769d601a39ee46a37 | |
parent | f0cce43f882d8b55d3abaacda110a4102d75de9a [diff] |
libusb.h: Move BOS descriptor enumerations The location of the enumerations for the various bits in the BOS descriptors is not consistent with the other enumerations, so move it up to group it with the rest. In addition, fix the Doxygen documentation to put these in the descriptors group rather than the devices group. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.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)