Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -1/+13 |
| | |||||
* | usb: added timeout param and additional queries | Josh Blum | 2013-07-15 | 1 | -2/+2 |
| | |||||
* | usb: use the proper libusb include (in path set by pkgconfig) | Josh Blum | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | usb: added some documentation to wrapper base | Josh Blum | 2010-09-26 | 1 | -0/+7 |
| | |||||
* | usb: work on libusb code to use a single context across all calls | Josh Blum | 2010-09-25 | 1 | -57/+105 |
| | | | | | | | | 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 | ||||
* | libusb: various minor code tweaks | Josh Blum | 2010-09-23 | 1 | -3/+3 |
| | |||||
* | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 1 | -10/+0 |
| | | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX. | ||||
* | usrp1: Additional comments on libusb transport implemenation | Thomas Tsou | 2010-08-28 | 1 | -0/+60 |
| | |||||
* | usrp1: Cleanup libusb device handling | Thomas Tsou | 2010-08-27 | 1 | -0/+2 |
| | | | | | | | | This patch limits all libusb device enumeration operations to FSF (Vendor ID = 0xfffe) devices, which removes a lot of unncessary libusb output when debug mode is enabled. The reference counts held by the libusb device list are also reduced, which prevents holding references to unused devices. | ||||
* | usrp1: Modifiy USB transport implementations to use new interface | Thomas Tsou | 2010-08-26 | 1 | -0/+42 |
Common libusb1 code is consolidated in the libusb base file. |