Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-15 | usrp: Fixed firmware load regression | Thomas 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-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-09 | usrp: Added error checking on hash transfers | Thomas Tsou | |
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-29 | Consolidate conditional headers into libusb_types.h, use automake | Johnathan Corgan | |
2009-09-23 | Change write_internal_ram in usrp_prims to print signed error code | Thomas Tsou | |
2009-09-16 | Removed internal functions from external header file | ttsou | |
2009-09-16 | Removed preprocessor declrs out of fusb.h and created separate ↵ | ttsou | |
fusb_libusb1_base.h | |||
2009-09-16 | Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0 | ttsou | |
2009-09-16 | Fixed bug usb_control_transfer bug | ttsou | |
2009-09-16 | Combined additiona usrp_prims code | ttsou | |
2009-09-16 | Integrated more usrp_prims code | ttsou | |
2009-09-16 | Added autotools header generation and build time version checking | ttsou | |
2009-09-15 | first shot at re-adding libusb-0.12 support | ttsou | |