• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Apr-2021-

doc/H10-Apr-2021-1,6841,238

examples/H10-Apr-2021-1,6841,364

libusb/H10-Apr-2021-18,83011,320

msvc/H10-Apr-2021-3,1332,767

AUTHORSH A D10-Apr-2021977 4644

COPYINGH A D10-Apr-202125.8 KiB505418

ChangeLogH A D10-Apr-2021146.4 KiB4,3782,943

INSTALLH A D10-Apr-20219.2 KiB235177

Makefile.amH A D10-Apr-2021637 2922

Makefile.inH A D10-Apr-202125.3 KiB808715

NEWSH A D10-Apr-20211.5 KiB6649

PORTINGH A D10-Apr-20213.8 KiB9666

READMEH A D10-Apr-2021678 2316

THANKSH A D10-Apr-2021215 97

TODOH A D10-Apr-2021290 109

aclocal.m4H A D10-Apr-2021317.8 KiB9,1128,177

compileH A D10-Apr-20213.7 KiB14479

config.guessH A D10-Apr-202144.4 KiB1,5241,312

config.h.inH A D10-Apr-20212.7 KiB11779

config.subH A D10-Apr-202134.5 KiB1,7581,609

configureH A D10-Apr-2021408.4 KiB14,14911,818

configure.acH A D10-Apr-20216.8 KiB223198

depcompH A D10-Apr-202118.2 KiB631407

install-shH A D10-Apr-202113.3 KiB521344

libusb-1.0.pc.inH A D10-Apr-2021316 1310

ltmain.shH A D10-Apr-2021247.2 KiB8,7466,719

missingH A D10-Apr-202111.2 KiB377281

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