summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-08-16 10:30:16 -0700
committerJosh Blum <josh@joshknows.com>2013-08-16 10:30:16 -0700
commitcacc3fc99468373ff8c576a41dfa6f8f052a68d9 (patch)
tree18b460ea5797ac8ad87c4ad54f4867e3edb93901
parentbe267e7250108d1e66bb75db21599e635cf8ebb7 (diff)
downloaduhd-cacc3fc99468373ff8c576a41dfa6f8f052a68d9.tar.gz
uhd-cacc3fc99468373ff8c576a41dfa6f8f052a68d9.tar.bz2
uhd-cacc3fc99468373ff8c576a41dfa6f8f052a68d9.zip
b200: added more formal product ids
-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;