Mirror of libusb
Find a file
Peter Stuge f51b19db34 examples: Add sam3u_benchmark isochronous example by Harald Welte
Copied with the author's permission under LGPL-2.1 from
usb-benchmark-project/host/benchmark.c in
git://git.gnumonks.org/sam3u-tests.git commit
74959f7ee88f1597286cd435f312a8ff52c56b7e

http://git.gnumonks.org/cgi-bin/gitweb.cgi?p=sam3u-tests.git;a=blob;f=usb-benchmark-project/host/benchmark.c;h=74959f7ee88f1597286cd435f312a8ff52c56b7e

An Atmel SAM3U test firmware is also available in the above repository.

Conflicts:
	.gitignore

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2013-05-30 14:21:00 +02:00
.private WinCE: Include COPYING and license information in binary snapshots. 2013-04-16 18:25:54 +02:00
doc Add hotplug support. 2013-05-15 17:28:06 +02:00
examples examples: Add sam3u_benchmark isochronous example by Harald Welte 2013-05-30 14:21:00 +02:00
libusb examples: Add sam3u_benchmark isochronous example by Harald Welte 2013-05-30 14:21:00 +02:00
msvc WinCE: Add hotplug.c to projects 2013-05-28 12:29:03 +02:00
tests libusbx 1.0.15-rc1 2013-04-02 20:21:48 +01: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 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 2013-04-15 23:15:10 +01:00
configure.ac configure: Fix --enable-udev help text 2013-05-16 17:18:32 +02: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)