summaryrefslogtreecommitdiff
path: root/usrp/host/lib/usrp_prims_libusb1.cc
AgeCommit message (Collapse)Author
2009-11-02usrp: Cleanup of usrp_basicThomas 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-15usrp: Corrected error messageThomas Tsou
2009-10-12usrp: Disabled libusb-1.0 debug output by defaultThomas Tsou
Debug output may generate excessive amounts of information.
2009-10-09usrp: Enable debug outputThomas Tsou
This only works if libusb-1.0 is compiled with debug logging.
2009-10-09usrp: Reorg of libusb error reportingThomas Tsou
Error messages rather than error codes are reported. Version specific libusb error messages originate from their respective calls.
2009-10-01Cleanup in preparation for mergeJohnathan Corgan
Fix trailing whitespace Use standard include guards Add more missing config.h includes Fixup emacs mode strings Update copyright notices
2009-09-16Removed internal functions from external header filettsou
2009-09-16Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integrationttsou
2009-09-16Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0ttsou
2009-09-16Combined additiona usrp_prims codettsou
2009-09-16Integrated more usrp_prims codettsou
2009-09-16Intermediate fix to simplify usrp_one_time_init apittsou
2009-09-16Added autotools header generation and build time version checkingttsou
2009-09-15Added libusb1 specific usrp_prims and usrp_basicttsou