• Home
Name Date Size #Lines LOC

..--

doc/03-May-2024-1,6811,235

examples/03-May-2024-1,6671,347

libusb/03-May-2024-11,6596,149

libusb.xcodeproj/03-May-2024-243232

AUTHORSD03-May-2024415 2118

COPYINGD03-May-202425.8 KiB505418

ChangeLogD03-May-202457.4 KiB1,8541,235

INSTALLD03-May-20249.2 KiB235177

MacConfigExternalDebug.xcconfigD03-May-2024615 2019

MacConfigExternalRelease.xcconfigD03-May-2024854 2827

Makefile.amD03-May-2024621 2821

Makefile.inD03-May-202425.1 KiB803710

NEWSD03-May-20241.2 KiB5741

PORTINGD03-May-20243.8 KiB9666

READMED03-May-2024684 2215

THANKSD03-May-2024215 97

TODOD03-May-2024290 109

aclocal.m4D03-May-2024311.6 KiB8,9858,053

compileD03-May-20243.6 KiB14379

config.guessD03-May-202444.4 KiB1,5461,332

config.hD03-May-20242.6 KiB10127

config.h.inD03-May-20242.3 KiB9967

config.subD03-May-202432.9 KiB1,6771,532

configureD03-May-2024383.1 KiB13,26510,319

configure.acD03-May-20244 KiB132113

depcompD03-May-202417.2 KiB585370

install-shD03-May-202412.9 KiB508340

libusb-1.0.pc.inD03-May-2024245 129

ltmain.shD03-May-2024237.5 KiB8,4076,475

missingD03-May-202410.9 KiB368275

README

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