commit | b832e9f03ac32cfe23b6962007f53d781d8231b9 | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Apr 16 13:54:17 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Apr 16 13:54:17 2020 -0700 |
tree | 4009f72f4d3f01cf97b57d6b599aeda440e2c232 | |
parent | 53f4a7bff71b96f5295ee5f45eebb17d0c6de18d [diff] |
libusb.h: Make formatting and style consistent across the whole file * Define USB spec. definitions as hexadecimal values * Define bitmask values using a shift operation * Fix Doxygen for enum libusb_log_level * Fix some broken/missing whitespace * Give explicit values to all enumerations * Remove trailing comma from all enumerations 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)