From a3e1cb78b4c9791fbd3703d632cf22fa4005ee6c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 28 Jun 2011 15:06:37 -0700 Subject: e100: disable eeprom read so double open can work for now --- host/lib/usrp/usrp_e100/usrp_e100_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp b/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp index 5b039aafc..ae0c0b1b7 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_impl.cpp @@ -55,8 +55,8 @@ static device_addrs_t usrp_e100_find(const device_addr_t &hint){ new_addr["node"] = fs::system_complete(fs::path(hint["node"])).string(); try{ usrp_e100_iface::sptr iface = usrp_e100_iface::make(new_addr["node"]); - new_addr["name"] = iface->mb_eeprom["name"]; - new_addr["serial"] = iface->mb_eeprom["serial"]; + new_addr["name"] = "";//FIXME for double open on next branch iface->mb_eeprom["name"]; + new_addr["serial"] = "";//FIXME for double open on next branch iface->mb_eeprom["serial"]; } catch(const std::exception &e){ new_addr["name"] = ""; -- cgit v1.2.3