diff options
author | Thomas Tsou <ttsou@vt.edu> | 2010-08-27 23:46:16 -0700 |
---|---|---|
committer | Thomas Tsou <ttsou@vt.edu> | 2010-08-28 00:18:46 -0700 |
commit | ad55e25aeb273fb7278c6d5175cd0df01fc90924 (patch) | |
tree | 0af72be0bfa69df5a8bae07b5e2c337bec707ef0 /host/lib/transport/libusb1_device_handle.cpp | |
parent | 2c85b17215fbe5fd2f80a8c6d0c47504a631c09b (diff) | |
download | uhd-ad55e25aeb273fb7278c6d5175cd0df01fc90924.tar.gz uhd-ad55e25aeb273fb7278c6d5175cd0df01fc90924.tar.bz2 uhd-ad55e25aeb273fb7278c6d5175cd0df01fc90924.zip |
usrp1: Additional comments on libusb transport implemenation
Diffstat (limited to 'host/lib/transport/libusb1_device_handle.cpp')
-rw-r--r-- | host/lib/transport/libusb1_device_handle.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/transport/libusb1_device_handle.cpp b/host/lib/transport/libusb1_device_handle.cpp index 3476fdc4e..5d9d8faf0 100644 --- a/host/lib/transport/libusb1_device_handle.cpp +++ b/host/lib/transport/libusb1_device_handle.cpp @@ -22,6 +22,9 @@ using namespace uhd::transport; const int libusb_debug_level = 0; +/**************************************************************** + * libusb USB device handle implementation class + ***************************************************************/ class libusb1_device_handle_impl : public usb_device_handle { public: libusb1_device_handle_impl(std::string serial, |