aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r--host/lib/usrp/b200/b200_impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp
index 700a024de..f7ed35e50 100644
--- a/host/lib/usrp/b200/b200_impl.cpp
+++ b/host/lib/usrp/b200/b200_impl.cpp
@@ -196,9 +196,11 @@ b200_impl::b200_impl(const device_addr_t &device_addr)
switch (boost::lexical_cast<boost::uint16_t>(mb_eeprom["product"]))
{
case 0x0001:
+ case 0x7737:
product_name = "B200";
default_file_name = B200_FPGA_FILE_NAME;
break;
+ case 0x7738:
case 0x0002:
product_name = "B210";
default_file_name = B210_FPGA_FILE_NAME;