diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-28 16:53:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-28 16:53:52 -0700 |
commit | e4c6f42ff30aeaedf2d1eb426a221b85236fb74e (patch) | |
tree | e3736b934263e84ca0a35e025703465990ad8f41 /host/lib/transport | |
parent | 071c4d4226d9cbeb1f1f67139261b13205816d8a (diff) | |
download | uhd-e4c6f42ff30aeaedf2d1eb426a221b85236fb74e.tar.gz uhd-e4c6f42ff30aeaedf2d1eb426a221b85236fb74e.tar.bz2 uhd-e4c6f42ff30aeaedf2d1eb426a221b85236fb74e.zip |
usb: submit should return ssize_t, usrp1: set hash before reset after fw load
Diffstat (limited to 'host/lib/transport')
-rw-r--r-- | host/lib/transport/libusb1_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/libusb1_control.cpp b/host/lib/transport/libusb1_control.cpp index c989a788c..f903907d0 100644 --- a/host/lib/transport/libusb1_control.cpp +++ b/host/lib/transport/libusb1_control.cpp @@ -33,7 +33,7 @@ public: _handle->claim_interface(0 /* control interface */); } - size_t submit(boost::uint8_t request_type, + ssize_t submit(boost::uint8_t request_type, boost::uint8_t request, boost::uint16_t value, boost::uint16_t index, |