aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb20.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few mandoc issuesGordon Bergling2020-10-091-16/+19
| | | | | | | | | | - skipping paragraph macro: Pp after Sh - sections out of conventional order: Sh EXAMPLES - whitespace at end of input line - normalizing date format Notes: svn path=/head/; revision=366583
* Implement new libusb v2.0 API function, libusb20_dev_get_stats().Hans Petter Selasky2019-12-271-2/+12
| | | | | | | | | | This function is useful when debugging USB device issues. MFC after: 1 week Sponsored by: Mellanox Technologies Notes: svn path=/head/; revision=356136
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-1/+1
| | | | Notes: svn path=/head/; revision=276294
* mdoc sweep.Joel Dahl2013-05-121-3/+3
| | | | Notes: svn path=/head/; revision=250582
* Add new USB API to get the port path of a USB device.Hans Petter Selasky2013-05-031-1/+17
| | | | | | | | MFC after: 2 weeks Requested by: emaste @ Notes: svn path=/head/; revision=250201
* Add USB API to read power draw on USB devices.Hans Petter Selasky2013-02-141-1/+9
| | | | | | | | | | Update usbconfig to print power draw on USB devices. MFC after: 2 weeks Submitted by: Matt Burke @ icritical.com Notes: svn path=/head/; revision=246789
* Add support for streams to LibUSB v2.0.Hans Petter Selasky2012-08-131-1/+12
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=239239
* mdoc: minor Bl improvements.Joel Dahl2012-06-021-4/+5
| | | | Notes: svn path=/head/; revision=236438
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-5/+5
| | | | | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235286
* Remove superfluous paragraph macro.Joel Dahl2012-03-291-3/+0
| | | | Notes: svn path=/head/; revision=233667
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Fix how libusb20_dev_kernel_driver_active() andHans Petter Selasky2011-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 Notes: svn path=/head/; revision=226220
* Implement missing USB debug information functions.Hans Petter Selasky2011-09-191-1/+22
| | | | | | | | Approved by: re (kib) MFC after: 1 week Notes: svn path=/head/; revision=225659
* - 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