diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-25 21:07:15 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-25 21:07:15 -0700 |
commit | dc8bcfde805228ed5d00334ce44c6c0684dcfe2c (patch) | |
tree | 3a5a90152bf984db46ec7471e9a2e668520a9ebf /host/include | |
parent | 1dffd5bb5fe16cd35ba54e44e927888e0192e905 (diff) | |
download | uhd-dc8bcfde805228ed5d00334ce44c6c0684dcfe2c.tar.gz uhd-dc8bcfde805228ed5d00334ce44c6c0684dcfe2c.tar.bz2 uhd-dc8bcfde805228ed5d00334ce44c6c0684dcfe2c.zip |
usb: work on libusb code to use a single context across all calls
libusb allocation stuff had been moved inside of smart pointer classes to handle automatic cleanup
the public device handle implementation now holds an actual libusb device inside of it
needs testing - all platforms
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/transport/usb_device_handle.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/host/include/uhd/transport/usb_device_handle.hpp b/host/include/uhd/transport/usb_device_handle.hpp index 735a3acbe..9bb7db9c4 100644 --- a/host/include/uhd/transport/usb_device_handle.hpp +++ b/host/include/uhd/transport/usb_device_handle.hpp @@ -61,12 +61,6 @@ public: virtual boost::uint16_t get_product_id() const = 0; /*! - * Return the device's USB address - * \return a Product ID - */ - virtual boost::uint16_t get_device_addr() const = 0; - - /*! * Return a vector of USB devices on this host * \return a vector of USB device handles that match vid and pid */ |