Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb: work on libusb code to use a single context across all calls | Josh Blum | 2010-09-25 | 1 | -118/+0 |
| | | | | | | | | 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 conditions | Josh Blum | 2010-09-24 | 1 | -4/+5 |
| | |||||
* | usrp1: fixes to remove warnings and errors for usrp1 + libusb windows | Josh Blum | 2010-09-23 | 1 | -9/+9 |
| | |||||
* | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 1 | -6/+12 |
| | | | | 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/+3 |
| | |||||
* | usrp1: Disable default debug output for libusb implementations | Thomas Tsou | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | usrp1: Cleanup libusb device handling | Thomas Tsou | 2010-08-27 | 1 | -24/+7 |
| | | | | | | | | 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: Only return a list of FSF devices | Thomas Tsou | 2010-08-27 | 1 | -1/+12 |
| | |||||
* | usrp1: Modifiy USB transport implementations to use new interface | Thomas Tsou | 2010-08-26 | 1 | -0/+114 |
Common libusb1 code is consolidated in the libusb base file. |