Mirror of libusb
Find a file
Daniel Drake 23f8fb8baf Add convenience function to find and open a device by USB VID+PID
Lots of libusb apps I write are simple test apps not intended to be real
apps. Having a function available to quickly locate my device will be
handy in such situations.
2008-03-06 23:43:57 +00:00
examples Add convenience function to find and open a device by USB VID+PID 2008-03-06 23:43:57 +00:00
libusb Add convenience function to find and open a device by USB VID+PID 2008-03-06 23:43:57 +00:00
.gitignore Initial commit 2007-12-02 22:54:59 +00:00
AUTHORS Initial commit 2007-12-02 22:54:59 +00:00
autogen.sh Initial commit 2007-12-02 22:54:59 +00:00
configure.ac Remove timers and signalfd 2008-01-30 13:19:10 +00:00
COPYING Initial commit 2007-12-02 22:54:59 +00:00
INSTALL Initial commit 2007-12-02 22:54:59 +00:00
libusb-1.0.pc.in Rename to libusb-1.0 2008-01-04 00:40:49 +00:00
Makefile.am Rename to libusb-1.0 2008-01-04 00:40:49 +00:00
NEWS Initial commit 2007-12-02 22:54:59 +00:00
README Rename to libusb-1.0 2008-01-04 00:40:49 +00:00
TODO Rework device discovery API 2008-03-06 23:25:20 +00:00

libusb
======

libusb is another library for USB device access from Linux userspace.
It is written in C and licensed under the LGPL-2.1 (see COPYING).

See the homepage for more information:
http://libusb.sourceforge.net

Use the mailing list for questions, comments, etc:
https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel

- Daniel Drake <dsd@gentoo.org>