aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/libusb1_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+1
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-5/+5
* usb: tweak types for consistency between LIBUSB API calls and internal UHD us...Michael Dickens2016-08-011-3/+3
* usb: add virtual destructors where needed; make virtual destructors out-of-li...Michael Dickens2016-08-011-14/+42
* Fix for BUG 869: UHD: Unhandled exceptions during destruction of multi_usrp ...michael-west2015-08-051-1/+12
* b200: Change init sequence to catch bad USB statesBalint Seeber2015-08-031-0/+15
* Merge branch 'maint'Ashish Chaudhari2015-04-231-0/+1
|\
| * B200: UHD now detects loaded FW on NI-USRP devicesBen Hilburn2015-04-151-0/+1
* | Merge branch 'maint'Martin Braun2015-03-271-2/+3
|\|
| * usrp1: fixed check for loaded firmwareNicholas Corgan2015-03-271-2/+3
* | Adding support for NI VID + PIDs for USRP B2xx devices.Ben Hilburn2014-12-181-7/+13
|/
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-1/+25
* usb: better processing of strings from libusbNicholas Corgan2014-02-141-1/+9
* Merge branch 'bug182'Nicholas Corgan2013-11-191-0/+4
|\
| * BUG #182: Refactored b2xx_fx3_utils to use files from UHDMichael West2013-11-151-0/+4
* | BUG #183: B200 High CPU Usage: Created a single thread to handle libusb eve...Michael West2013-11-081-0/+19
|/
* usb: added logging capability w/ env varJosh Blum2013-07-191-0/+10
* usb: added timeout param and additional queriesJosh Blum2013-07-151-5/+18
* usb: improve messages/logging for when the usb open failsJosh Blum2011-10-241-1/+15
* uhd: some tweaks to fix msvc warningsJosh Blum2011-07-081-1/+1
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-4/+4
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
* usb: moved event handler thread into the zero copy interfaceJosh Blum2010-10-051-18/+0
* usb: catch open errors and print message, device: catch exceptions at discove...Josh Blum2010-10-011-5/+11
* usb: set rt thread priority for the libusb event loopJosh Blum2010-09-301-0/+3
* usb: zero copy work, multiple endpoints with single context, async ioJosh Blum2010-09-261-0/+16
* usb: work on libusb code to use a single context across all callsJosh Blum2010-09-251-77/+212
* usb: tweaks to usb code to cleanup properly and/or in error conditionsJosh Blum2010-09-241-10/+7
* usrp1: fixes to remove warnings and errors for usrp1 + libusb windowsJosh Blum2010-09-231-1/+1
* EEPROM burning in UHD. Changed some USB device handle stuff. Added usrp_init_...Nick Foster2010-08-311-44/+8
* usrp1: Additional comments on libusb transport implemenationThomas Tsou2010-08-281-0/+12
* usrp1: Cleanup libusb device handlingThomas Tsou2010-08-271-9/+41
* usrp1: Modifiy USB transport implementations to use new interfaceThomas Tsou2010-08-261-0/+118