diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-12-18 15:37:20 -0800 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-12-18 15:37:20 -0800 |
commit | 3c5fe0a201d78a8732aad31a71bf806e00c89db1 (patch) | |
tree | b5460e28d3f0d727f8eeb83ed5fb82dd95a80ef8 /host/lib/usrp/b200/b200_iface.hpp | |
parent | 8c87a524668355eee2c911b512c91be843624806 (diff) | |
download | uhd-3c5fe0a201d78a8732aad31a71bf806e00c89db1.tar.gz uhd-3c5fe0a201d78a8732aad31a71bf806e00c89db1.tar.bz2 uhd-3c5fe0a201d78a8732aad31a71bf806e00c89db1.zip |
Adding support for NI VID + PIDs for USRP B2xx devices.
Diffstat (limited to 'host/lib/usrp/b200/b200_iface.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_iface.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_iface.hpp b/host/lib/usrp/b200/b200_iface.hpp index 83adfdd64..1821865d3 100644 --- a/host/lib/usrp/b200/b200_iface.hpp +++ b/host/lib/usrp/b200/b200_iface.hpp @@ -26,7 +26,10 @@ #include "ad9361_ctrl.hpp" const static boost::uint16_t B200_VENDOR_ID = 0x2500; +const static boost::uint16_t B200_VENDOR_NI_ID = 0x3923; const static boost::uint16_t B200_PRODUCT_ID = 0x0020; +const static boost::uint16_t B200_PRODUCT_NI_ID = 0x7813; +const static boost::uint16_t B210_PRODUCT_NI_ID = 0x7814; const static boost::uint16_t FX3_VID = 0x04b4; const static boost::uint16_t FX3_DEFAULT_PID = 0x00f3; const static boost::uint16_t FX3_REENUM_PID = 0x00f0; |