Mirror of libusb
Find a file
Pete Batard 196acee784 libusbx 1.0.15-rc1
* Also fix missing header in release tarball
2013-04-02 20:21:48 +01: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 Core: Add HID and kernel detach capability detection for all backends 2013-04-02 19:13:47 +01:00
libusb libusbx 1.0.15-rc1 2013-04-02 20:21:48 +01:00
msvc Windows: Fix multiple warnings 2013-03-12 01:26:08 +00:00
tests libusbx 1.0.15-rc1 2013-04-02 20:21:48 +01:00
.gitattributes Windows: add VS2010 project files 2012-04-09 22:59:14 +01:00
.gitignore WinCE: Add support for WinCE (Solution files) 2013-01-23 00:41:00 +00:00
AUTHORS libusbx 1.0.15-rc1 2013-04-02 20:21:48 +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.15-rc1 2013-04-02 20:21:48 +01:00
configure.ac Core: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_H 2013-01-23 00:39:47 +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 WinCE: Add support for WinCE (Solution files) 2013-01-23 00:41:00 +00: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)