Date: Tue, 23 Jun 2009 01:00:26 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libusb Makefile libusb.3 libusb20.3 libusb20_compat10.c libusb20_compat10.h Message-ID: <200906230100.n5N10da8005905@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2009-06-23 01:00:26 UTC
FreeBSD src repository
Modified files:
lib/libusb Makefile libusb.3
Added files:
lib/libusb libusb20.3
Removed files:
lib/libusb libusb20_compat10.c libusb20_compat10.h
Log:
SVN rev 194674 on 2009-06-23 01:00:26Z by thompsa
Add libusb 1.0 support which is compatible with the latest revision on
Sourceforge. Libusb 1.0 is a portable usb api released December 2008 and
supersedes the original libusb released 10 years ago, it supports isochronous
endpoints and asynchronous I/O. Many applications have already started using
the interfaces.
This has been developed as part of Google Summer of Code this year by Sylvestre
Gallon and has been cribbed early due to it being desirable in FreeBSD 8.0
Submitted by: Sylvestre Gallon
Sponsored by: Google Summer of Code 2009
Reviewed by: Hans Petter Selasky
Revision Changes Path
1.6 +9 -5 src/lib/libusb/Makefile
1.7 +278 -740 src/lib/libusb/libusb.3
1.3 +940 -0 src/lib/libusb/libusb20.3 (new)
1.2 +0 -29 src/lib/libusb/libusb20_compat10.c (dead)
1.2 +0 -25 src/lib/libusb/libusb20_compat10.h (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906230100.n5N10da8005905>
