LimeSDR: Change device detection to work with USB and PCIe versions

Modified to match current master by Harald Welte.

Change-Id: Ie43610de0b2196d84caf09717ec8c8ca75ab926d
This commit is contained in:
ignasj 2017-06-29 02:25:00 +02:00 committed by Harald Welte
parent aa5acc953c
commit f9d996813d
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ bool uhd_device::parse_dev_type()
{ "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 */