diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-09-29 17:51:16 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-09-29 17:51:16 -0700 |
commit | 9c58df56e805cc924aef980f466cd45a42b2d1a4 (patch) | |
tree | e9948fd27458df4d59a37378fc1137ace97a51f9 /host/lib/transport/libusb1_control.cpp | |
parent | 6fe533e19a29ea6cd241b70c38081499a8f3ba55 (diff) | |
parent | 83596f1feb73a15a1ef8741c1c520e8cae46c2a6 (diff) | |
download | uhd-9c58df56e805cc924aef980f466cd45a42b2d1a4.tar.gz uhd-9c58df56e805cc924aef980f466cd45a42b2d1a4.tar.bz2 uhd-9c58df56e805cc924aef980f466cd45a42b2d1a4.zip |
Merge branch 'get_codec_rate' of ettus.sourcerepo.com:ettus/uhdpriv into tvrx_uhd
Diffstat (limited to 'host/lib/transport/libusb1_control.cpp')
-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, |