commit | fc5132ca74d4a6fc9a8ae942451bc107b25497be | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Fri Apr 17 14:21:44 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Fri Apr 17 14:21:44 2020 -0700 |
tree | e9f99cea82262467f6ccd984d3f2a8d9606d42d4 | |
parent | e873677b9196b191d6cdbdf9783c6d6a18379249 [diff] |
core: Change pointer type from 'unsigned char' to 'void' This removes the need for pointer casts when calling backend functions. 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)