summaryrefslogtreecommitdiffstats
path: root/lib/libusb/libusb20.h
Commit message (Collapse)AuthorAgeFilesLines
* Add new USB API to get the port path of a USB device.hselasky2013-05-031-0/+1
| | | | | MFC after: 2 weeks Requested by: emaste @
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-131-6/+2
| | | | | | | - Fix a compile warning where the return value of a call to a write() function was ignored. - Remove redundant include files from userland USB header files. - Add some now needed include files to various C-files.
* Add USB API to read power draw on USB devices.hselasky2013-02-141-0/+1
| | | | | | | Update usbconfig to print power draw on USB devices. MFC after: 2 weeks Submitted by: Matt Burke @ icritical.com
* Add support for streams to LibUSB v2.0.hselasky2012-08-131-0/+1
| | | | MFC after: 2 weeks
* Implement missing USB debug information functions.hselasky2011-09-191-0/+5
| | | | | 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/+2
| | | | | | | | | | 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-1/+2
| | | | | MFC after: 14 days Approved by: thompsa (mentor)
* Resort includes to match style(9) a bit more. No functional changewkoszek2010-02-131-5/+5
| | | | | | | is expected after this commit. Tested by: make buildworld Reviewed by: hps (patch without .h changes)
* Add a function to check if the usb devices is still connected.thompsa2010-01-291-0/+1
| | | | Submitted by: Hans Petter Selasky
* Sync to P4thompsa2009-11-201-1/+2
| | | | | | | | | - 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]
* Cleanup claim/release interface code, which is specific to libusb v0.1. Removethompsa2009-06-121-2/+0
| | | | | | claim and release interface support from libusb v2.0, because it is not useful. Submitted by: Hans Petter Selasky
* Add libusb20_tr_get_length to get the transfer length.thompsa2009-06-021-0/+1
| | | | Submitted by: Hans Petter Selasky
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-2/+2
|
* Add prototypes for libusb20_be_[gs]et_template.delphij2009-03-171-0/+2
|
* libusb20 is now installed as libusb, remove the version number from thethompsa2009-03-091-0/+298
directory name.
OpenPOWER on IntegriCloud