diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-12-18 12:22:05 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-18 12:22:05 -0800 |
commit | afa4232e4f1082748259b06595d20badc3afbff8 (patch) | |
tree | 668834ec0f3396e9d378327dd84f8e784327581e /host/lib/usrp/e300/e300_eeprom_manager.hpp | |
parent | fc213724d3a3734d9d9373675b7e2c1ef29b4020 (diff) | |
parent | 789784fc7e8aeb12b8d8092d6874dee49712a156 (diff) | |
download | uhd-afa4232e4f1082748259b06595d20badc3afbff8.tar.gz uhd-afa4232e4f1082748259b06595d20badc3afbff8.tar.bz2 uhd-afa4232e4f1082748259b06595d20badc3afbff8.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/e300/e300_eeprom_manager.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_eeprom_manager.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/lib/usrp/e300/e300_eeprom_manager.hpp b/host/lib/usrp/e300/e300_eeprom_manager.hpp index 86d7c3463..b06eeada9 100644 --- a/host/lib/usrp/e300/e300_eeprom_manager.hpp +++ b/host/lib/usrp/e300/e300_eeprom_manager.hpp @@ -29,7 +29,8 @@ namespace uhd { namespace usrp { namespace e300 { static const boost::uint16_t E300_MB_PID = 0x77d1; -static const boost::uint16_t E310_MB_PID = 0x77d2; +static const boost::uint16_t E310_SG1_MB_PID = 0x77d2; +static const boost::uint16_t E310_SG3_MB_PID = 0x77d3; static const boost::uint16_t E300_DB_PID = 0x0100; static const boost::uint16_t E310_DB_PID = 0x0110; @@ -68,7 +69,7 @@ public: i2c::sptr get_i2c_sptr(void); - enum mboard_t {USRP_E300_MB, USRP_E310_MB, UNKNOWN}; + enum mboard_t {USRP_E300_MB, USRP_E310_SG1_MB, USRP_E310_SG3_MB, UNKNOWN}; mboard_t get_mb_type(void) const; static mboard_t get_mb_type(boost::uint16_t pid); |