summaryrefslogtreecommitdiffstats
path: root/lib/libusb/libusb20.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix how libusb20_dev_kernel_driver_active() andhselasky2011-10-101-3/+2
| | | | | | | | | libusb_dev_kernel_driver_active() works. In case of libusb20 the manpage was wrong and in case of libusb10 the implementation was wrong. Submitted by: Kai Wang MFC after: 3 days
* Implement missing USB debug information functions.hselasky2011-09-191-1/+22
| | | | | Approved by: re (kib) MFC after: 1 week
* - Add two new API's to libusb20 which can be used to retrive informationhselasky2011-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
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-281-0/+10
| | | | | MFC after: 14 days Approved by: thompsa (mentor)
* - Add missing LibUSB API functions:hselasky2010-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)
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* Add a function to check if the usb devices is still connected.thompsa2010-01-291-0/+11
| | | | Submitted by: Hans Petter Selasky
* Sync to P4thompsa2009-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]
* LibUSB v1.0:alfred2009-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
* Add libusb 1.0 support which is compatible with the latest revision onthompsa2009-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
* Update libusb.3 name and add mlinks for usb.3 and libusb20.3thompsa2009-03-101-801/+0
|
* libusb20 is now installed as libusb, remove the version number from thethompsa2009-03-091-0/+801
directory name.
OpenPOWER on IntegriCloud