aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/libusb1_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-6/+6
* usb: add virtual destructors where needed; make virtual destructors out-of-li...Michael Dickens2016-08-011-0/+6
* usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'...Michael Dickens2016-08-011-2/+2
* usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co...Michael Dickens2016-08-011-1/+1
* usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer...Michael Dickens2016-08-011-7/+7
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-1/+5
* usb: added timeout param and additional queriesJosh Blum2013-07-151-3/+2
* usb: added interface args to usb abstractionsJosh Blum2011-09-191-4/+4
* usrp1: tweaks + implemented other features to mimic async and inline messagesJosh Blum2011-07-021-0/+3
* usb: submit should return ssize_t, usrp1: set hash before reset after fw loadJosh Blum2010-09-281-1/+1
* usb: work on libusb code to use a single context across all callsJosh Blum2010-09-251-53/+21
* usb: tweaks to usb code to cleanup properly and/or in error conditionsJosh Blum2010-09-241-0/+1
* usrp1: Additional comments on libusb transport implemenationThomas Tsou2010-08-281-0/+7
* usrp1: Disable default debug output for libusb implementationsThomas Tsou2010-08-271-1/+1
* usrp1: Modifiy USB transport implementations to use new interfaceThomas Tsou2010-08-261-160/+10
* usrp1: compiling off next branchJosh Blum2010-08-151-7/+7
* usrp1: Add libusb-1.0 implementations of USB interfacesThomas Tsou2010-08-131-0/+238