Darwin: Provide libusb_get_device_speed() data
[libusbx.git] / README
blobc5dabd760e31f5d1c3927a3b113889acd1df3f18
1 libusb
2 ======
4 libusb is a library for USB device access from Linux, Mac OS X and
5 Windows userspace.
6 It is written in C and licensed under the LGPL-2.1 (see COPYING).
8 libusb is abstracted internally in such a way that it can hopefully
9 be ported to other operating systems. See the PORTING file for some
10 information, if you fancy a challenge :)
12 libusb homepage:
13 http://libusb.org/
15 Developers will wish to consult the API documentation:
16 http://libusb.sourceforge.net/api-1.0/
18 Use the mailing list for questions, comments, etc:
19 https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
21 - Daniel Drake <dsd@gentoo.org>
22 - Peter Stuge <peter@stuge.se>
23 (use the mailing list rather than mailing developers directly)