Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new USB API to get the port path of a USB device. | hselasky | 2013-05-03 | 1 | -0/+2 |
| | | | | | MFC after: 2 weeks Requested by: emaste @ | ||||
* | Add USB API to read power draw on USB devices. | hselasky | 2013-02-14 | 1 | -0/+2 |
| | | | | | | | 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. | hselasky | 2012-08-13 | 1 | -1/+1 |
| | | | | MFC after: 2 weeks | ||||
* | - Add two new API's to libusb20 which can be used to retrive information | hselasky | 2011-06-24 | 1 | -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. | hselasky | 2011-02-28 | 1 | -1/+1 |
| | | | | | MFC after: 14 days Approved by: thompsa (mentor) | ||||
* | - Add support for LibUSB in 32-bit compatibility mode. | hselasky | 2010-10-14 | 1 | -0/+10 |
| | | | | Approved by: thompsa (mentor) | ||||
* | Add a function to check if the usb devices is still connected. | thompsa | 2010-01-29 | 1 | -0/+2 |
| | | | | Submitted by: Hans Petter Selasky | ||||
* | LibUSB v1.0: | alfred | 2009-07-30 | 1 | -2/+2 |
| | | | | | | | | | - Significantly improve libusb10 support. - Many minor issues fixed. - P4 ID: 166189, 165853, 165991, 166052, 166069 Submitted by: hps Approved by: re | ||||
* | Cleanup claim/release interface code, which is specific to libusb v0.1. Remove | thompsa | 2009-06-12 | 1 | -6/+2 |
| | | | | | | claim and release interface support from libusb v2.0, because it is not useful. Submitted by: Hans Petter Selasky | ||||
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | libusb20 is now installed as libusb, remove the version number from the | thompsa | 2009-03-09 | 1 | -0/+228 |
directory name. |