This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3073
LimeSDR: Change device detection to work with USB and PCIe versions
Modified to match current master by Harald Welte.
Change-Id: Ie43610de0b2196d84caf09717ec8c8ca75ab926d
---
M Transceiver52M/UHDDevice.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/73/3073/1
diff --git a/Transceiver52M/UHDDevice.cpp b/Transceiver52M/UHDDevice.cpp
index 9ab96f6..1ee4804 100644
--- a/Transceiver52M/UHDDevice.cpp
+++ b/Transceiver52M/UHDDevice.cpp
@@ -528,7 +528,7 @@
{ "X310", { X3XX, TX_WINDOW_FIXED } },
{ "USRP2", { USRP2, TX_WINDOW_FIXED } },
{ "UmTRX", { UMTRX, TX_WINDOW_FIXED } },
- { "STREAM", { LIMESDR, TX_WINDOW_USRP1 } },
+ { "LimeSDR", { LIMESDR, TX_WINDOW_USRP1 } },
};
// Compare UHD motherboard and device strings */
--
To view, visit https://gerrit.osmocom.org/3073
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie43610de0b2196d84caf09717ec8c8ca75ab926d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>