• Home
Name Date Size #Lines LOC

..--

doc/03-May-2024-1,306927

examples/03-May-2024-1,141898

libusb/03-May-2024-18,11810,700

msvc/03-May-2024-3,1332,767

AUTHORSD03-May-2024977 4644

Android.mkD03-May-20241.1 KiB4116

COPYINGD03-May-202425.8 KiB505418

INSTALLD03-May-20249.2 KiB235177

MODULE_LICENSE_LGPLD03-May-20240

Makefile.amD03-May-2024637 2922

NEWSD03-May-20241.5 KiB6649

NOTICED03-May-202425.8 KiB505418

PORTINGD03-May-20243.8 KiB9666

READMED03-May-2024678 2316

RELEASE-NOTESD03-May-20241.4 KiB3625

THANKSD03-May-2024215 97

TODOD03-May-2024290 109

autogen.shD03-May-2024552 2015

config.hD03-May-20243 KiB11834

configure.acD03-May-20246.8 KiB223198

libusb-1.0.pc.inD03-May-2024316 1310

README

1libusb
2======
3
4libusb is a library for USB device access from Linux, Mac OS X,
5OpenBSD, NetBSD, and Windows userspace.
6It is written in C and licensed under the LGPL-2.1 (see COPYING).
7
8libusb is abstracted internally in such a way that it can hopefully
9be ported to other operating systems. See the PORTING file for some
10information, if you fancy a challenge. :)
11
12libusb homepage:
13http://libusb.org/
14
15Developers will wish to consult the API documentation:
16http://libusb.sourceforge.net/api-1.0/
17
18Use the mailing list for questions, comments, etc:
19http://libusb.org/wiki/MailingList
20
21- Peter Stuge <peter@stuge.se>
22(use the mailing list rather than mailing developers directly)
23