summaryrefslogtreecommitdiff
path: root/usrp/host/lib/usrp_prims_common.cc
AgeCommit message (Collapse)Author
2009-10-15usrp: Fixed firmware load regressionThomas Tsou
This fixes a bug from "Applied libusb-1.0 patch set from Thomas Tsou <ttsou@vt.edu>" b5aa407ec2b1bdebc1c950a9428789fe50327776 The bus rescan after firmware load was stomped with the addition of libusb-1.0 support causing the subsequent device open to fail. libusb-1.0 doesn't (appear to) require the bus to be explicity rescanned. The rescan is added back for libusb-0.1. For libusb-1.0 the rescan nops.
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-09usrp: Added error checking on hash transfersThomas Tsou
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-29Consolidate conditional headers into libusb_types.h, use automakeJohnathan Corgan
2009-09-23Change write_internal_ram in usrp_prims to print signed error codeThomas Tsou
2009-09-16Removed internal functions from external header filettsou
2009-09-16Removed preprocessor declrs out of fusb.h and created separate ↵ttsou
fusb_libusb1_base.h
2009-09-16Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0ttsou
2009-09-16Fixed bug usb_control_transfer bugttsou
2009-09-16Combined additiona usrp_prims codettsou
2009-09-16Integrated more usrp_prims codettsou
2009-09-16Added autotools header generation and build time version checkingttsou
2009-09-15first shot at re-adding libusb-0.12 supportttsou