aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_impl.hpp
diff options
context:
space:
mode:
authorThomas Vogel <thomas.vogel@ni.com>2018-12-06 14:51:48 +0100
committerMartin Braun <martin.braun@ettus.com>2018-12-14 14:16:25 -0800
commit89868e5010187628ef00f8f4e67d6afdd583bb0c (patch)
treed98d3cdf9aa57b074176804152ec540ff4b6d6d0 /host/lib/usrp/x300/x300_impl.hpp
parent1da9ef1d12586cc1fa393c7207a3415a37d1ee8d (diff)
downloaduhd-89868e5010187628ef00f8f4e67d6afdd583bb0c.tar.gz
uhd-89868e5010187628ef00f8f4e67d6afdd583bb0c.tar.bz2
uhd-89868e5010187628ef00f8f4e67d6afdd583bb0c.zip
x300: Add support for USRP-2974
This will enable a USRP 2974 to be registered as an X300 device. Its product ID is 'NI-2974'.
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp
index 20c54c6a7..e05aea32e 100644
--- a/host/lib/usrp/x300/x300_impl.hpp
+++ b/host/lib/usrp/x300/x300_impl.hpp
@@ -74,7 +74,7 @@ public:
static void release(uhd::wb_iface::sptr iface);
enum x300_mboard_t {
- USRP_X300_MB, USRP_X310_MB, UNKNOWN
+ USRP_X300_MB, USRP_X310_MB, USRP_X310_MB_NI_2974, UNKNOWN
};
static x300_mboard_t get_mb_type_from_pcie(const std::string& resource, const std::string& rpc_port);
static x300_mboard_t get_mb_type_from_eeprom(const uhd::usrp::mboard_eeprom_t& mb_eeprom);