aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb20.3
Commit message (Collapse)AuthorAgeFilesLines
* - Add two new API's to libusb20 which can be used to retrive informationHans Petter Selasky2011-06-241-0/+23
| | | | | | | | | | | | | about the parent USB device: - libusb20_dev_get_parent_address - libusb20_dev_get_parent_port - Rename libusb20_compat01.c into libusb01.c MFC after: 3 days Notes: svn path=/head/; revision=223495
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-0/+10
| | | | | | | | MFC after: 14 days Approved by: thompsa (mentor) Notes: svn path=/head/; revision=219100
* - Add missing LibUSB API functions:Hans Petter Selasky2010-10-141-2/+2
| | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=213853
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
| | | | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> Notes: svn path=/head/; revision=211397
* Add a function to check if the usb devices is still connected.Andrew Thompson2010-01-291-0/+11
| | | | | | | Submitted by: Hans Petter Selasky Notes: svn path=/head/; revision=203147
* Sync to P4Andrew Thompson2009-11-201-1/+26
| | | | | | | | | | | | - fix a transfer cancelling bug/segfault [1] - correct a return code in the transfer cancel function. - add new API function, libusb20_tr_bulk_intr_sync(). Submitted by: HPS Reported by: Robert Jenssen [1] Notes: svn path=/head/; revision=199575
* LibUSB v1.0:Alfred Perlstein2009-07-301-2/+7
| | | | | | | | | | | | - Significantly improve libusb10 support. - Many minor issues fixed. - P4 ID: 166189, 165853, 165991, 166052, 166069 Submitted by: hps Approved by: re Notes: svn path=/head/; revision=195957
* Add libusb 1.0 support which is compatible with the latest revision onAndrew Thompson2009-06-231-0/+940
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=194674
* Update libusb.3 name and add mlinks for usb.3 and libusb20.3Andrew Thompson2009-03-101-801/+0
| | | | Notes: svn path=/head/; revision=189628
* libusb20 is now installed as libusb, remove the version number from theAndrew Thompson2009-03-091-0/+801
directory name. Notes: svn path=/head/; revision=189587