No description
  • C 96.2%
  • Makefile 1.3%
  • M4 1%
  • Batchfile 1%
  • Shell 0.5%
Find a file
Koushik Dutta 128f4a25a5 fixes for building windows
Change-Id: I4c26d86e57c6373c23a9908104f11119dfc467da
2013-08-14 13:55:09 -07:00
.private WinCE: Include COPYING and license information in binary snapshots. 2013-04-16 18:25:54 +02:00
android Android: Add examples and stress tests 2013-08-11 22:14:13 +01:00
doc Add hotplug support. 2013-05-15 17:28:06 +02:00
examples made some globals static to fix warnings 2013-07-30 10:44:13 -06:00
libusb fixes for building windows 2013-08-14 13:55:09 -07:00
msvc Windows: Fix a cast warning when compiling for x64 in VS 2013-08-13 19:00:54 +01:00
tests Android: Add examples and stress tests 2013-08-11 22:14:13 +01:00
Xcode fixed link errors by adding missing files to Xcode project 2013-07-30 10:44:21 -06:00
.gitattributes Add INSTALL_WIN.txt eol=crlf to .gitattributes 2013-05-15 20:43:35 +02:00
.gitignore examples: Add sam3u_benchmark isochronous example by Harald Welte 2013-05-30 14:21:00 +02:00
AUTHORS Prepare for 1.0.16-rc2 release 2013-07-01 13:00:43 +02:00
autogen.sh autogen.sh: Honor NOCONFIGURE=1 2013-06-20 15:24:08 +02:00
bootstrap.sh Autotools: Fix autogen.sh behavior when libtool is not found 2012-06-06 17:34:59 +01:00
ChangeLog Prepare for 1.0.16 final release 2013-07-11 11:04:02 +02:00
config.h fixes for building windows 2013-08-14 13:55:09 -07:00
configure.ac Core: Add compile time option to use native OS logging facility 2013-08-09 01:55:04 +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 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 README: Add OS X specific notes 2013-08-02 11:40:33 +02: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)