Advertisement
Guest User

Untitled

a guest
Jan 17th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
  2. index 85ead4e..1f0cfd2 100644
  3. --- a/host/lib/usrp/usrp1/usrp1_impl.cpp
  4. +++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
  5. @@ -105,6 +105,7 @@ static device_addrs_t usrp1_find(const device_addr_t &hint)
  6. //get descriptors again with serial number, but using the initialized VID/PID now since we have firmware
  7. vid = USRP1_VENDOR_ID;
  8. pid = USRP1_PRODUCT_ID;
  9. + sleep(10);
  10.  
  11. BOOST_FOREACH(usb_device_handle::sptr handle, usb_device_handle::get_device_list(vid, pid)) {
  12. usb_control::sptr control;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement