Mirror of libusb
Find a file
2012-11-25 01:32:59 +00:00
.private Internal: Add fxload exe and sources to the Windows binary snapshot 2012-09-19 22:22:24 +01:00
doc Doc: Fix doxygen warnings and issues 2012-09-16 17:23:48 +01:00
examples Autotools: Carry over 2012.10.23 libusb changes 2012-11-25 00:27:45 +00:00
libusb Tests: Add libusbx stress test 2012-11-25 01:32:59 +00:00
msvc Tests: Add libusbx stress test 2012-11-25 01:32:59 +00:00
tests Tests: Add libusbx stress test 2012-11-25 01:32:59 +00:00
.gitattributes Windows: add VS2010 project files 2012-04-09 22:59:14 +01:00
.gitignore Tests: Add libusbx stress test 2012-11-25 01:32:59 +00:00
AUTHORS Misc: Update copyrights, TODO and libusb_version.describe 2012-09-18 21:35:23 +01:00
autogen.sh Tests: Add libusbx stress test 2012-11-25 01:32:59 +00:00
bootstrap.sh Autotools: Fix autogen.sh behavior when libtool is not found 2012-06-06 17:34:59 +01:00
ChangeLog libusbx-1.0.14 2012-09-25 23:52:40 +01:00
configure.ac Tests: Add libusbx stress test 2012-11-25 01:32:59 +00: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 Misc: Update and shorten various libusbx URLs 2012-08-22 21:42:21 +01:00
libusb-1.0.pc.in Autotools: Carry over 2012.10.23 libusb changes 2012-11-25 00:27:45 +00:00
Makefile.am Tests: Add libusbx stress test 2012-11-25 01:32:59 +00:00
NEWS libusbx-1.0.14 2012-09-25 23:52:40 +01:00
PORTING Misc: Rebrand to libusbx 2012-04-03 15:42:10 +01:00
README libusbx 1.0.13-rc1 2012-09-16 00:23:09 +01:00
README.git libusbx 1.0.13-rc1 2012-09-16 00:23:09 +01:00
THANKS libusbx 1.0.9 2012-04-02 15:47:53 +01:00
TODO Misc: Update copyrights, TODO and libusb_version.describe 2012-09-18 21:35:23 +01:00

libusbx
=======

libusbx is a library for USB device access from Linux, Mac OS X,
Windows and OpenBSD/NetBSD userspace, with OpenBSD/NetBSD, and to a
lesser extent some of the newest features of Windows (such as libusbK
and libusb-win32 driver support) being 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://api.libusbx.org

Use the mailing list for questions, comments, etc:
http://mailing-list.libusbx.org

- 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)