Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | usrp: Cleanup of usrp_basic | Thomas Tsou | |
Version specific libusb calls are pushed out of usrp_basic into usrp_prims where they belong. This leads to a single usrp_basic file. A new function in usrp_prims, usrp_deinit(), handles shutdown specific to version 1.0. | |||
2009-10-15 | usrp: Corrected error message | Thomas Tsou | |
2009-10-12 | usrp: Disabled libusb-1.0 debug output by default | Thomas Tsou | |
Debug output may generate excessive amounts of information. | |||
2009-10-09 | usrp: Enable debug output | Thomas Tsou | |
This only works if libusb-1.0 is compiled with debug logging. | |||
2009-10-09 | usrp: Reorg of libusb error reporting | Thomas Tsou | |
Error messages rather than error codes are reported. Version specific libusb error messages originate from their respective calls. | |||
2009-10-01 | Cleanup in preparation for merge | Johnathan Corgan | |
Fix trailing whitespace Use standard include guards Add more missing config.h includes Fixup emacs mode strings Update copyright notices | |||
2009-09-16 | Removed internal functions from external header file | ttsou | |
2009-09-16 | Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integration | ttsou | |
2009-09-16 | Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0 | ttsou | |
2009-09-16 | Combined additiona usrp_prims code | ttsou | |
2009-09-16 | Integrated more usrp_prims code | ttsou | |
2009-09-16 | Intermediate fix to simplify usrp_one_time_init api | ttsou | |
2009-09-16 | Added autotools header generation and build time version checking | ttsou | |
2009-09-15 | Added libusb1 specific usrp_prims and usrp_basic | ttsou | |