Date: Thu, 14 Oct 2010 20:50:33 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libusb libusb.3 libusb.h libusb10.c libusb20.3 Message-ID: <201010142050.o9EKowYc027800@repoman.freebsd.org>
index | next in thread | raw e-mail
hselasky 2010-10-14 20:50:33 UTC
FreeBSD src repository
Modified files:
lib/libusb libusb.3 libusb.h libusb10.c libusb20.3
Log:
SVN rev 213853 on 2010-10-14 20:50:33Z by hselasky
- Add missing LibUSB API functions:
* libusb_strerror()
* libusb_get_driver[_np]()
* libusb_detach_kernel_driver[_np]()
- Factor out setting of non-blocking flag inside libusb.
- Add missing NULL check after libusb_get_device() call.
- Correct some wrong error codes due to copy and paste error.
PR: usb/150546
Submitted by: Robert Jenssen, Alexander Leidinger
Approved by: thompsa (mentor)
Revision Changes Path
1.12 +42 -8 src/lib/libusb/libusb.3
1.15 +4 -0 src/lib/libusb/libusb.h
1.11 +72 -12 src/lib/libusb/libusb10.c
1.8 +2 -2 src/lib/libusb/libusb20.3
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010142050.o9EKowYc027800>
