dolphin-emulator/Externals/libusb
Tillmann Karras ca0c2efe7a WiimoteReal: reimplement using HIDAPI
Using the HIDAPI library has the advantage that we get Wiimote and
DolphinBar support on all platforms with only one IO implementation.
2015-01-10 18:10:45 +01:00
..
android Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
doc Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
examples Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
libusb WiimoteReal: reimplement using HIDAPI 2015-01-10 18:10:45 +01:00
m4 Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
msvc WiimoteReal: reimplement using HIDAPI 2015-01-10 18:10:45 +01:00
tests Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
Xcode Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
aclocal.m4 Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
AUTHORS Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
ChangeLog Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
compile Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
config.guess Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
config.h.in Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
config.sub Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
configure Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
configure.ac Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
COPYING Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
depcomp Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
INSTALL Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
install-sh Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
libusb-1.0.pc.in Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
ltmain.sh Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
Makefile.am Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
Makefile.in Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
missing Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
NEWS Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
PORTING Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
README Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00
TODO Externals: update libusb to version 1.0.19 2015-01-10 17:51:08 +01:00

libusb
======

libusb is a library for USB device access from Linux, Mac OS X,
Windows and OpenBSD/NetBSD userspace.
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).

libusb 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.

libusb homepage:
http://libusb.info/

Developers will wish to consult the API documentation:
http://api.libusb.info

Use the mailing list for questions, comments, etc:
http://mailing-list.libusb.info

- Pete Batard <pete@akeo.ie>
- Hans de Goede <hdegoede@redhat.com>
- Xiaofan Chen <xiaofanc@gmail.com>
- Ludovic Rousseau <ludovic.rousseau@gmail.com>
- Nathan Hjelm <hjelmn@users.sourceforge.net>
(Please use the mailing list rather than mailing developers directly)