aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/libusb1_control.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: tweaks + implemented other features to mimic async and inline messagesJosh Blum2011-07-021-0/+3
| | | | | | | Moved the underflow/overflow polling into a thread and out of the fast-path. Added an inline and async message queue into soft time control. Error and status messages are actually generated now and enqueued. Passes the async message test...
* 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
| | | | | | | | libusb allocation stuff had been moved inside of smart pointer classes to handle automatic cleanup the public device handle implementation now holds an actual libusb device inside of it needs testing - all platforms
* 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
| | | | Common libusb1 code is consolidated in the libusb base file.
* usrp1: compiling off next branchJosh Blum2010-08-151-7/+7
| | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control
* usrp1: Add libusb-1.0 implementations of USB interfacesThomas Tsou2010-08-131-0/+238