diff options
| author | Ben Hilburn <ben@ettus.com> | 2011-10-10 10:15:54 -0700 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-10-10 15:47:25 -0700 |
| commit | 819dbc789e4cb63624eefb7ffb662bee33d08e19 (patch) | |
| tree | 40d458dcde19d1a4f99a04ac0c7a49703b0c1aa2 | |
| parent | aa908fafa2f8dcf9d869c21e5b8cd14aab8a6147 (diff) | |
| download | uhd-819dbc789e4cb63624eefb7ffb662bee33d08e19.tar.gz uhd-819dbc789e4cb63624eefb7ffb662bee33d08e19.tar.bz2 uhd-819dbc789e4cb63624eefb7ffb662bee33d08e19.zip | |
Bumping the B100 PID to 0x0002, at Josh's direction.
| -rw-r--r-- | host/lib/usrp/b100/b100_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp index 39996a821..6cdd6f280 100644 --- a/host/lib/usrp/b100/b100_impl.cpp +++ b/host/lib/usrp/b100/b100_impl.cpp @@ -39,7 +39,7 @@ using namespace uhd::usrp; using namespace uhd::transport; const boost::uint16_t B100_VENDOR_ID = 0x2500; -const boost::uint16_t B100_PRODUCT_ID = 0x0001; +const boost::uint16_t B100_PRODUCT_ID = 0x0002; const boost::uint16_t FX2_VENDOR_ID = 0x04b4; const boost::uint16_t FX2_PRODUCT_ID = 0x8613; |
