Date: Tue, 23 Jun 2009 01:04:58 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libusb libusb.h libusb10.c libusb10.h libusb10_desc.c libusb10_io.c Message-ID: <200906230105.n5N1565k007306@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2009-06-23 01:04:58 UTC
FreeBSD src repository
Added files:
lib/libusb libusb.h libusb10.c libusb10.h
libusb10_desc.c libusb10_io.c
Log:
SVN rev 194676 on 2009-06-23 01:04:58Z by thompsa
Add files missed in r194674.
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.7 +427 -0 src/lib/libusb/libusb.h (new)
1.1 +1140 -0 src/lib/libusb/libusb10.c (new)
1.1 +245 -0 src/lib/libusb/libusb10.h (new)
1.1 +301 -0 src/lib/libusb/libusb10_desc.c (new)
1.1 +748 -0 src/lib/libusb/libusb10_io.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906230105.n5N1565k007306>
