From cacc3fc99468373ff8c576a41dfa6f8f052a68d9 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 16 Aug 2013 10:30:16 -0700 Subject: b200: added more formal product ids --- host/lib/usrp/b200/b200_impl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/b200') 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(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; -- cgit v1.2.3