A cross-platform library to access USB devices
Go to file
2011-06-13 22:06:30 +02:00
doc Introduced calling convention (for Windows) 2010-08-23 18:48:55 -06:00
examples dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warning 2011-06-13 22:05:34 +02:00
libusb Windows: Touch up FileDescription and ProductName resource strings 2011-06-13 22:06:30 +02:00
.gitattributes Add .gitattributes to avoid Windows line ending issues with autocrlf 2011-06-13 22:06:30 +02:00
.gitignore added doxygen, dpfp, msvc, and xusb stuff to gitignore 2010-05-31 20:02:38 -05:00
AUTHORS Revert libusb_strerror() until we have i18n and l10n 2011-06-13 22:06:30 +02:00
autogen.sh Darwin backend 2009-02-16 21:40:45 -03:00
configure.ac configure.ac: Refactor Windows backend settings into one occurence 2011-06-13 22:01:43 +02:00
COPYING Initial commit 2007-12-02 22:54:59 +00:00
INSTALL Initial commit 2007-12-02 22:54:59 +00:00
libusb-1.0.pc.in libusb is not just for Linux! 2010-11-26 20:47:23 +01:00
Makefile.am v1.0.3 release 2009-08-27 21:40:57 +05:45
NEWS v1.0.8 release 2010-05-04 19:01:59 -03:00
PORTING Backend documentation for porting efforts 2008-05-13 23:47:55 +01:00
README README: Update webpage URL and add Peter's email address 2010-11-26 20:47:23 +01:00
THANKS docs update 2008-06-15 15:30:02 -05:00
TODO Linux: Compatibility with new sysfs descriptors file 2008-06-28 21:18:41 -05:00

libusb
======

libusb is a library for USB device access from Linux, Mac OS X and
Windows userspace.
It is written in C and licensed under the LGPL-2.1 (see COPYING).

libusb is abstracted internally in such a way that it can hopefully
be ported to other operating systems. See the PORTING file for some
information, if you fancy a challenge :)

libusb homepage:
http://libusb.org/

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

Use the mailing list for questions, comments, etc:
https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel

- Daniel Drake <dsd@gentoo.org>
- Peter Stuge <peter@stuge.se>
(use the mailing list rather than mailing developers directly)