From 89868e5010187628ef00f8f4e67d6afdd583bb0c Mon Sep 17 00:00:00 2001 From: Thomas Vogel Date: Thu, 6 Dec 2018 14:51:48 +0100 Subject: 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'. --- host/lib/usrp/x300/x300_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/x300/x300_impl.hpp') 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); -- cgit v1.2.3