aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb20_int.h
Commit message (Collapse)AuthorAgeFilesLines
* - Add two new API's to libusb20 which can be used to retrive informationHans Petter Selasky2011-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 Notes: svn path=/head/; revision=223495
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-1/+1
| | | | | | | | MFC after: 14 days Approved by: thompsa (mentor) Notes: svn path=/head/; revision=219100
* - Add support for LibUSB in 32-bit compatibility mode.Hans Petter Selasky2010-10-141-0/+10
| | | | | | | Approved by: thompsa (mentor) Notes: svn path=/head/; revision=213852
* Add a function to check if the usb devices is still connected.Andrew Thompson2010-01-291-0/+2
| | | | | | | Submitted by: Hans Petter Selasky Notes: svn path=/head/; revision=203147
* LibUSB v1.0:Alfred Perlstein2009-07-301-2/+2
| | | | | | | | | | | | - 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
* Cleanup claim/release interface code, which is specific to libusb v0.1. RemoveAndrew Thompson2009-06-121-6/+2
| | | | | | | | | claim and release interface support from libusb v2.0, because it is not useful. Submitted by: Hans Petter Selasky Notes: svn path=/head/; revision=194069
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-1/+1
| | | | Notes: svn path=/head/; revision=192984
* libusb20 is now installed as libusb, remove the version number from theAndrew Thompson2009-03-091-0/+228
directory name. Notes: svn path=/head/; revision=189587