Mirror of libusb
Find a file
Pete Batard cd87b6b1f1 Windows: Reduce severity of initial conf desc readout failures
* Failure to read the config descriptor through regular API calls can
  occur for some hubs (eg. 05E3:0608) and is of no major consequence.
* Later failures still reported with error severity as they may hide
  something more dramatic
* Issue reported by Jerry from NovaDSP
2012-05-23 00:10:19 +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: Use the implicit _SOURCES rule 2012-05-10 15:39:11 +01:00
libusb Windows: Reduce severity of initial conf desc readout failures 2012-05-23 00:10:19 +01:00
msvc Windows: remove obsolete lsusb project files 2012-04-09 23:31:24 +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.11-rc1 2012-05-07 00:05:36 +01:00
autogen.sh Autotools: Use "$@" instead of $* to avoid spaces problems 2012-05-04 23:05:37 +01:00
bootstrap.sh Autotools: Use "set -e" to exit on the first error 2012-05-04 23:03:46 +01:00
ChangeLog Autotools: Fix make distcheck and add ChangeLog 2012-03-30 13:16:50 +01:00
configure.ac Core: Add a timestamping and thread ID to logging 2012-05-06 23:46:34 +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: Fix missing DLL .def file from make dist 2012-03-31 22:32:56 +01:00
NEWS libusbx-1.0.11 2012-05-08 23:04:44 +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
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)