Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG #183: B200 High CPU Usage: Created a single thread to handle libusb ↵ | Michael West | 2013-11-08 | 1 | -0/+19 |
| | | | | events and expanded packet size to 16k | ||||
* | usb: added logging capability w/ env var | Josh Blum | 2013-07-19 | 1 | -0/+10 |
| | |||||
* | usb: added timeout param and additional queries | Josh Blum | 2013-07-15 | 1 | -5/+18 |
| | |||||
* | usb: improve messages/logging for when the usb open fails | Josh Blum | 2011-10-24 | 1 | -1/+15 |
| | |||||
* | uhd: some tweaks to fix msvc warnings | Josh Blum | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -4/+4 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | usb: moved event handler thread into the zero copy interface | Josh Blum | 2010-10-05 | 1 | -18/+0 |
| | |||||
* | usb: catch open errors and print message, device: catch exceptions at ↵ | Josh Blum | 2010-10-01 | 1 | -5/+11 |
| | | | | discovery time | ||||
* | usb: set rt thread priority for the libusb event loop | Josh Blum | 2010-09-30 | 1 | -0/+3 |
| | |||||
* | usb: zero copy work, multiple endpoints with single context, async io | Josh Blum | 2010-09-26 | 1 | -0/+16 |
| | | | | | | | | | Heavy work on the zero copy interface and endpoint wrappers to properly use the async io. The global libusb session starts a thread to run the event handler, the async callbacks push completed transfers onto a thread-safe bounded buffer. The managed buffer creation routines use the bounded buffer to efficiently pop off completed transfers. works on linux, throws a weird exception on cleanup | ||||
* | usb: work on libusb code to use a single context across all calls | Josh Blum | 2010-09-25 | 1 | -77/+212 |
| | | | | | | | | 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 | -10/+7 |
| | |||||
* | usrp1: fixes to remove warnings and errors for usrp1 + libusb windows | Josh Blum | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 1 | -44/+8 |
| | | | | 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/+12 |
| | |||||
* | usrp1: Cleanup libusb device handling | Thomas Tsou | 2010-08-27 | 1 | -9/+41 |
| | | | | | | | | 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/+118 |
Common libusb1 code is consolidated in the libusb base file. |