Mirror of libusb
Find a file
Nicholas Corgan 1421e31ec5 Windows: Add support for 2nd gen Renesas USB 3.0 controllers
* Driver version 3.0.20.0 for uPD720201 & uPD720202 uses RUSB3HUB
* Closes #40
2012-08-22 00:05:59 +01:00
.private Misc: Separate nano from version.h 2012-05-10 15:56:51 +01:00
doc Doc: Update doxygen for libusbx and add logo 2012-04-03 15:42:13 +01:00
examples Samples: Make target mandatory with -b option in xusb 2012-08-12 22:57:10 +01:00
libusb Windows: Add support for 2nd gen Renesas USB 3.0 controllers 2012-08-22 00:05:59 +01:00
msvc Windows: Address MSVC Level 4 & WDK's OACR/Prefast warnings 2012-07-02 18:28:37 +01:00
.gitattributes Windows: add VS2010 project files 2012-04-09 22:59:14 +01:00
.gitignore Autotools: Fix make distcheck and add ChangeLog 2012-03-30 13:16:50 +01:00
AUTHORS libusbx 1.0.12-rc1 2012-06-11 14:27:17 +01:00
autogen.sh Autotools: Use "$@" instead of $* to avoid spaces problems 2012-05-04 23:05:37 +01:00
bootstrap.sh Autotools: Fix autogen.sh behavior when libtool is not found 2012-06-06 17:34:59 +01:00
ChangeLog Autotools: Fix make distcheck and add ChangeLog 2012-03-30 13:16:50 +01:00
configure.ac Windows: Enable MinGW and MSVC DLL interchangeability 2012-06-08 23:31:56 +01:00
COPYING Initial commit 2007-12-02 22:54:59 +00:00
INSTALL Initial commit 2007-12-02 22:54:59 +00:00
INSTALL_WIN.txt Windows: Add INSTALL_WIN.txt 2012-05-10 16:44:30 +01:00
libusb-1.0.pc.in BSD: add NetBSD experimental support 2012-04-19 18:01:41 +01:00
Makefile.am Autotools: add libusb-1.0.def and libusb_nano.h as dependencies 2012-06-11 14:26:51 +01:00
NEWS libusbx-1.0.12 2012-06-15 15:14:48 +01:00
PORTING Misc: Rebrand to libusbx 2012-04-03 15:42:10 +01:00
README libusbx-1.0.10 2012-04-17 02:20:40 +01:00
README.git Misc: Add a readme for git user 2012-08-01 17:43:33 +01:00
THANKS libusbx 1.0.9 2012-04-02 15:47:53 +01:00
TODO Linux: Compatibility with new sysfs descriptors file 2008-06-28 21:18:41 -05:00

libusbx
=======

libusbx is a library for USB device access from Linux, Mac OS X,
Windows and OpenBSD userspace (with OpenBSD, and to a lesser extent
Windows, currently being considered EXPERIMENTAL).
It is written in C and licensed under the GNU Lesser General Public
License version 2.1 or (at your option) any later version (see COPYING).

libusbx 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.

libusbx homepage:
http://libusbx.org/

Developers will wish to consult the API documentation:
http://libusbx.sourceforge.net/api-1.0/

Use the mailing list for questions, comments, etc:
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

- Pete Batard <pete@akeo.ie>
- Hans de Goede <hdegoede@redhat.com>
- Xiaofan Chen <xiaofanc@gmail.com>
- Ludovic Rousseau <ludovic.rousseau@gmail.com>
(use the mailing list rather than mailing developers directly)