debian/gnuradio
14 years agogr-noaa: work-in-progress for LRIT reception
Johnathan Corgan [Wed, 16 Dec 2009 17:50:54 +0000 (09:50 -0800)]
gr-noaa: work-in-progress for LRIT reception

Reworked usrp_rx_lrit to get to constellation
Added file_rx_lrit to read from capture file

14 years agoMerge branch 'fix/waterfall' of git://gnuradio.org/jblum
Johnathan Corgan [Sat, 9 Jan 2010 02:50:02 +0000 (18:50 -0800)]
Merge branch 'fix/waterfall' of git://gnuradio.org/jblum

14 years agoRemove trailing whitespace after \
Eric Blossom [Sat, 9 Jan 2010 02:10:42 +0000 (18:10 -0800)]
Remove trailing whitespace after \

14 years agoRemove warning related to GRC_GR_VRT
Eric Blossom [Sat, 9 Jan 2010 02:09:51 +0000 (18:09 -0800)]
Remove warning related to GRC_GR_VRT

14 years agoUse numpy to do color table lookup.
Josh Blum [Thu, 7 Jan 2010 06:08:27 +0000 (22:08 -0800)]
Use numpy to do color table lookup.
You can index a numpy array with another numpy array
to get an array of looked-up values.
I did not know that numpy could do that!

14 years agoRemove wbxng tx gain dependence on pga gain
Jason Abele [Tue, 5 Jan 2010 23:12:36 +0000 (15:12 -0800)]
Remove wbxng tx gain dependence on pga gain

14 years agoAdded antenna select support for new board rev
Jason Abele [Mon, 4 Jan 2010 19:30:52 +0000 (11:30 -0800)]
Added antenna select support for new board rev

14 years agoFixing bad tuning range code
Jason Abele [Sat, 7 Nov 2009 01:40:16 +0000 (17:40 -0800)]
Fixing bad tuning range code

14 years agoWBXNG: Can not enable/disable ADF4350 from set_enable()
Jason Abele [Thu, 5 Nov 2009 23:42:49 +0000 (15:42 -0800)]
WBXNG: Can not enable/disable ADF4350 from set_enable()
       Incorrect powerdown in RX deconstructor
       Expanded range of frequencies to attempt locking

14 years agoWBXNG: power on/off TXMOD and Synth/VCO with set_enable
Jason Abele [Thu, 5 Nov 2009 22:06:30 +0000 (14:06 -0800)]
WBXNG: power on/off TXMOD and Synth/VCO with set_enable
   No similar function on RX, so RX is always on?

14 years agoWBXNG: set ADF4350 to low spur mode
Jason Abele [Thu, 5 Nov 2009 21:31:46 +0000 (13:31 -0800)]
WBXNG: set ADF4350 to low spur mode

14 years agoFixing up loopback benchmark program for new DBPSK receiver.
Tom [Sat, 2 Jan 2010 21:47:00 +0000 (16:47 -0500)]
Fixing up loopback benchmark program for new DBPSK receiver.

14 years agoUIC files to go along with previous commit (for QT receiver code).
Tom [Sat, 2 Jan 2010 21:34:20 +0000 (16:34 -0500)]
UIC files to go along with previous commit (for QT receiver code).

14 years agoAdding a routine to exercise the new DBPSK receiver code with the QT GUI.
Tom [Sat, 2 Jan 2010 21:33:13 +0000 (16:33 -0500)]
Adding a routine to exercise the new DBPSK receiver code with the QT GUI.

14 years agoPrinting FLL gain value in verbose mode.
Tom [Sat, 2 Jan 2010 21:31:35 +0000 (16:31 -0500)]
Printing FLL gain value in verbose mode.

14 years agoSince I'm bothering to average the error, I might as well use it.
Tom [Sat, 2 Jan 2010 21:30:57 +0000 (16:30 -0500)]
Since I'm bothering to average the error, I might as well use it.

14 years agobug fix for waterfall plotter,
Josh Blum [Sun, 27 Dec 2009 03:43:29 +0000 (22:43 -0500)]
bug fix for waterfall plotter,
it seems that numpy choose changed

14 years agoupdate gitignores
Eric Blossom [Wed, 23 Dec 2009 20:38:17 +0000 (12:38 -0800)]
update gitignores

14 years agoAdding FLL to QT loopback example.
Tom [Mon, 21 Dec 2009 03:16:51 +0000 (22:16 -0500)]
Adding FLL to QT loopback example.

14 years agoAdding FLL to DBPSK demodulator block. Need OTA testing.
Tom [Mon, 21 Dec 2009 02:57:40 +0000 (21:57 -0500)]
Adding FLL to DBPSK demodulator block. Need OTA testing.

14 years agoAdding some documentation.
Tom [Sun, 20 Dec 2009 21:58:53 +0000 (16:58 -0500)]
Adding some documentation.

14 years agoCleaning up functions.
Tom [Sun, 20 Dec 2009 20:41:17 +0000 (15:41 -0500)]
Cleaning up functions.

14 years agoWIP: better access to setting FLL parameters and working on getting gain settings...
Tom [Sun, 20 Dec 2009 20:32:23 +0000 (15:32 -0500)]
WIP: better access to setting FLL parameters and working on getting gain settings better.

14 years agoNew way to handle arbitrary resampler. Now featuring lower noise!
Tom [Fri, 18 Dec 2009 05:09:17 +0000 (00:09 -0500)]
New way to handle arbitrary resampler. Now featuring lower noise!

14 years agoReplaced the need for code word tables by setting the header/trailer lengths
Josh Blum [Fri, 18 Dec 2009 01:29:45 +0000 (17:29 -0800)]
Replaced the need for code word tables by setting the header/trailer lengths
in the switch body jump table, just like in the unparser switch body.

14 years agoAdded unparse capability to the vrt expanded header.
Josh Blum [Fri, 18 Dec 2009 00:48:54 +0000 (16:48 -0800)]
Added unparse capability to the vrt expanded header.
Unparse can fill in a vrt header and trailer from an expanded header.

14 years agoMerge branch 'bef' of http://gnuradio.org/git/trondeau
Johnathan Corgan [Fri, 18 Dec 2009 00:40:09 +0000 (16:40 -0800)]
Merge branch 'bef' of gnuradio.org/git/trondeau

14 years agoAdding new GRC examples for using FLL block.
Tom [Wed, 16 Dec 2009 04:08:42 +0000 (23:08 -0500)]
Adding new GRC examples for using FLL block.
   digital_freq_lock - simple implementation of FLL only
   pam_sync - extension of pam_timing that does freq, phase, and timing sync

14 years agoGenerating the band-edge filter taps based on the oversampling ratio (samples per...
Tom [Wed, 16 Dec 2009 01:23:18 +0000 (20:23 -0500)]
Generating the band-edge filter taps based on the oversampling ratio (samples per symbol), rolloff factor, and the prototype (matched) filter size.

14 years agoMerge branch 'wip/pager' of git@gnuradio.org:jcorgan
Johnathan Corgan [Sat, 12 Dec 2009 17:34:35 +0000 (09:34 -0800)]
Merge branch 'wip/pager' of git@gnuradio.org:jcorgan

Merge-fix: Fix erroneous EXTRA_DIST in lib/
Merge-fix: Don't install usrp_rx_flex.py (unfinished)

14 years agoMerge branch 'patches-from-list' of http://gnuradio.org/git/balister
Johnathan Corgan [Sat, 12 Dec 2009 16:00:40 +0000 (08:00 -0800)]
Merge branch 'patches-from-list' of gnuradio.org/git/balister

14 years agoAdding accessor functions to set alpha and beta gains for the FLL.
Tom [Thu, 10 Dec 2009 05:32:49 +0000 (00:32 -0500)]
Adding accessor functions to set alpha and beta gains for the FLL.

14 years agoAdding alpha and beta gains to FLL constructor.
Tom [Thu, 10 Dec 2009 05:12:51 +0000 (00:12 -0500)]
Adding alpha and beta gains to FLL constructor.

14 years agoAdding a band-edge based frequency lock loop.
Tom [Thu, 10 Dec 2009 04:58:17 +0000 (23:58 -0500)]
Adding a band-edge based frequency lock loop.

14 years agoDisable support for tvrx rev 2 on usrp2. There are only a few of these in existence.
Eric Blossom [Tue, 8 Dec 2009 23:07:33 +0000 (15:07 -0800)]
Disable support for tvrx rev 2 on usrp2.  There are only a few of these in existence.

14 years agoFix usrp2 tvrx so that it tunes monotonically.
Eric Blossom [Tue, 8 Dec 2009 23:01:54 +0000 (15:01 -0800)]
Fix usrp2 tvrx so that it tunes monotonically.

Use same (nasty) tactic used on usrp1.  Get "free" inversion by lying
about real value of 2nd IF.

14 years agochange capitalization
Eric Blossom [Tue, 8 Dec 2009 19:55:43 +0000 (11:55 -0800)]
change capitalization

14 years agoSmall patch to speedup installation of freedesktop icons.
Stefan Bruns [Tue, 8 Dec 2009 18:22:34 +0000 (13:22 -0500)]
Small patch to speedup installation of freedesktop icons.

The attached patch changes the icon installation to update the icon cache only
once instead of once per icon

14 years agogot msdd6000 compiling on my ubuntu 9.10 32 bit
Josh Blum [Tue, 8 Dec 2009 05:01:04 +0000 (00:01 -0500)]
got msdd6000 compiling on my ubuntu 9.10 32 bit

14 years agoMerge branch 'patches/geiger/u2_rx_stream_at' of git@gnuradio.org:jcorgan
Johnathan Corgan [Tue, 8 Dec 2009 03:45:56 +0000 (22:45 -0500)]
Merge branch 'patches/geiger/u2_rx_stream_at' of git@gnuradio.org:jcorgan

14 years agoMerge branch 'wip/dxpsk' of http://gnuradio.org/git/jblum
Johnathan Corgan [Tue, 8 Dec 2009 03:44:54 +0000 (22:44 -0500)]
Merge branch 'wip/dxpsk' of gnuradio.org/git/jblum

14 years agoMerge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum
Johnathan Corgan [Tue, 8 Dec 2009 03:40:52 +0000 (22:40 -0500)]
Merge branch 'wip/grc/cleanup' of gnuradio.org/git/jblum

14 years agoMerge branch 'wip/grc/draw' of http://gnuradio.org/git/jblum
Johnathan Corgan [Tue, 8 Dec 2009 03:40:21 +0000 (22:40 -0500)]
Merge branch 'wip/grc/draw' of gnuradio.org/git/jblum

14 years agoMerge branch 'wip/grc/pads' of http://gnuradio.org/git/jblum
Johnathan Corgan [Tue, 8 Dec 2009 03:39:18 +0000 (22:39 -0500)]
Merge branch 'wip/grc/pads' of gnuradio.org/git/jblum

14 years agoChange type of gr_head nitems parameter to unsigned long long.
Eric Blossom [Tue, 8 Dec 2009 02:58:07 +0000 (18:58 -0800)]
Change type of gr_head nitems parameter to unsigned long long.

Patch from Martin Braun <martin.braun@kit.edu> to support
nitems >= 2**32.

14 years agoAdd support for msdd6000 with resampler in FPGA.
Eric Blossom [Tue, 8 Dec 2009 02:43:17 +0000 (18:43 -0800)]
Add support for msdd6000 with resampler in FPGA.

14 years agoremoved unused import statements, thanks pyflakes
Josh Blum [Mon, 7 Dec 2009 04:18:27 +0000 (23:18 -0500)]
removed unused import statements, thanks pyflakes

14 years agoCreated a pixmap rotation routine in Utils for handling those rotated labels.
Josh Blum [Sat, 5 Dec 2009 22:44:12 +0000 (17:44 -0500)]
Created a pixmap rotation routine in Utils for handling those rotated labels.
The rotation is now performed by the gtk pixbuf class and not manually in python.

In addition, the block and port classes now draw from pixmaps and not from images.
Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up).

14 years agocombined param layouts
Josh Blum [Sat, 5 Dec 2009 16:06:08 +0000 (11:06 -0500)]
combined param layouts

14 years agoUse updated transmit command
Johnathan Corgan [Tue, 20 Oct 2009 17:57:15 +0000 (10:57 -0700)]
Use updated transmit command

Now compiles cleanly again.

14 years agoRebase on master, cleanup for merge
Johnathan Corgan [Sat, 17 Oct 2009 15:36:39 +0000 (08:36 -0700)]
Rebase on master, cleanup for merge

Trailing whitespace removal
Copyright updates

14 years agoUpdated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger)
Johnathan Corgan [Sat, 17 Oct 2009 15:25:25 +0000 (08:25 -0700)]
Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger)

14 years agoApplied 'start streaming at' patch from Douglas Geiger
Johnathan Corgan [Thu, 17 Sep 2009 17:37:27 +0000 (10:37 -0700)]
Applied 'start streaming at' patch from Douglas Geiger

14 years agoadded a gain slider
Matt Ettus [Thu, 3 Dec 2009 16:27:05 +0000 (08:27 -0800)]
added a gain slider

14 years agoupdated tx example
Josh Blum [Thu, 3 Dec 2009 21:24:50 +0000 (16:24 -0500)]
updated tx example

14 years agoAllow for multiple io pads per hier flow graph.
Josh Blum [Thu, 3 Dec 2009 15:42:49 +0000 (10:42 -0500)]
Allow for multiple io pads per hier flow graph.
Each io pad can have a different io signature.
Uses the iosignaturev for hier implementation.

Backwards compadible with exception:
Pad blocks that used multiple ports must be replaced with multiple pad blocks
as the new pad io blocks only support one port per block.

14 years agousrp: Corrected error message
Thomas Tsou [Wed, 4 Nov 2009 16:47:58 +0000 (11:47 -0500)]
usrp: Corrected error message

14 years agosame bug as on the U2, found by Stephen Lai
Matt Ettus [Thu, 26 Nov 2009 19:28:59 +0000 (11:28 -0800)]
same bug as on the U2, found by Stephen Lai

14 years agoMerge branch 'master' of http://gnuradio.org/git/gnuradio
Matt Ettus [Thu, 26 Nov 2009 19:20:30 +0000 (11:20 -0800)]
Merge branch 'master' of gnuradio.org/git/gnuradio

14 years agoControl bits for filter bandwidths had the wrong shifts. Found and fixed by Stephen...
Matt Ettus [Thu, 26 Nov 2009 19:20:00 +0000 (11:20 -0800)]
Control bits for filter bandwidths had the wrong shifts.  Found and fixed by Stephen Lai of UCalgary

14 years agocreated dpsk demo with usrps
Josh Blum [Thu, 26 Nov 2009 04:49:27 +0000 (20:49 -0800)]
created dpsk demo with usrps

14 years agoadded callbacks for setting alphas
Josh Blum [Thu, 26 Nov 2009 04:09:07 +0000 (20:09 -0800)]
added callbacks for setting alphas

14 years agoadded sync output port to dxpsk2 demod
Josh Blum [Thu, 26 Nov 2009 03:38:36 +0000 (19:38 -0800)]
added sync output port to dxpsk2 demod

14 years agoadded missing block wrappers
Josh Blum [Thu, 26 Nov 2009 01:55:51 +0000 (17:55 -0800)]
added missing block wrappers

14 years agoadded wrappers for the dxpsk2 blocks mod and demod
Josh Blum [Thu, 26 Nov 2009 00:51:24 +0000 (16:51 -0800)]
added wrappers for the dxpsk2 blocks mod and demod

14 years agoSupport multiple VRT packets in a single transport (UDP) packet.
Eric Blossom [Wed, 25 Nov 2009 18:24:01 +0000 (10:24 -0800)]
Support multiple VRT packets in a single transport (UDP) packet.

14 years agoback out broken changeset
Eric Blossom [Wed, 25 Nov 2009 17:50:32 +0000 (09:50 -0800)]
back out broken changeset

14 years agoAdd two missing includes to fix compile on ppc.
Tim Shepard [Mon, 2 Nov 2009 03:40:06 +0000 (22:40 -0500)]
Add two missing includes to fix compile on ppc.

14 years agogtk.Tooltips() is deprecated, use set_tooltip_text.
Josh Blum [Fri, 20 Nov 2009 05:58:54 +0000 (21:58 -0800)]
gtk.Tooltips() is deprecated, use set_tooltip_text.
Added a set_tooltop_text method to each InputParam.

14 years agoMerge branch 'wip/howto' of git@gnuradio.org:jcorgan
Johnathan Corgan [Fri, 13 Nov 2009 19:28:58 +0000 (11:28 -0800)]
Merge branch 'wip/howto' of git@gnuradio.org:jcorgan

* 'wip/howto' of git@gnuradio.org:jcorgan:
  howto: cleanup for merge
  howto: add README.hacking
  howto: added howto application
  howto: add GRC wrappers to squaring blocks
  howto: move limbo'd docs into toplevel doc dir for preservation
  howto: create howto_swig.*, use constructed Python namespace
  howto: adds C++ QA code

14 years agohowto: cleanup for merge
Johnathan Corgan [Fri, 13 Nov 2009 19:27:55 +0000 (11:27 -0800)]
howto: cleanup for merge

14 years agohowto: add README.hacking
Johnathan Corgan [Fri, 13 Nov 2009 19:14:08 +0000 (11:14 -0800)]
howto: add README.hacking

14 years agohowto: added howto application
Johnathan Corgan [Thu, 12 Nov 2009 19:26:53 +0000 (11:26 -0800)]
howto: added howto application

14 years agohowto: add GRC wrappers to squaring blocks
Johnathan Corgan [Thu, 12 Nov 2009 18:58:55 +0000 (10:58 -0800)]
howto: add GRC wrappers to squaring blocks

14 years agohowto: move limbo'd docs into toplevel doc dir for preservation
Johnathan Corgan [Thu, 12 Nov 2009 18:50:03 +0000 (10:50 -0800)]
howto: move limbo'd docs into toplevel doc dir for preservation

14 years agohowto: create howto_swig.*, use constructed Python namespace
Johnathan Corgan [Thu, 12 Nov 2009 18:47:22 +0000 (10:47 -0800)]
howto: create howto_swig.*, use constructed Python namespace

14 years agohowto: adds C++ QA code
Johnathan Corgan [Thu, 12 Nov 2009 15:24:34 +0000 (07:24 -0800)]
howto: adds C++ QA code

14 years agoAdd USB PID for HPSDR HERMES device.
Eric Blossom [Wed, 11 Nov 2009 20:38:41 +0000 (12:38 -0800)]
Add USB PID for HPSDR HERMES device.

14 years agogr-noaa: added HRPT minor frame parsing, renamed scripts
Johnathan Corgan [Fri, 6 Nov 2009 19:21:08 +0000 (11:21 -0800)]
gr-noaa: added HRPT minor frame parsing, renamed scripts

implemented start of minor frame parsing
renamed demod_rx_hrpt to hrpt_demod, new defaults
added configuration flags to hrpt_decoder
added hrpt_decode app
updated file_rx_hrpt with new defaults
updated usrp_rx_hrpt_* with new defaults

14 years agoFixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64.
Josh Blum [Sun, 8 Nov 2009 17:37:20 +0000 (09:37 -0800)]
Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64.
Disables the regression test for fopen since stdio is non-functional.

14 years agoadd new readback entries to memory map. Has irqs, priority encoded buffer status...
Matt Ettus [Thu, 5 Nov 2009 01:52:15 +0000 (17:52 -0800)]
add new readback entries to memory map.  Has irqs, priority encoded buffer status, and performance counter

14 years agoThis branch is for porting from the quad radio, and minor text cleanups
Matt Ettus [Thu, 5 Nov 2009 01:31:13 +0000 (17:31 -0800)]
This branch is for porting from the quad radio, and minor text cleanups

The counter is for performance monitoring in firmware, priority encoder
and new interrupt controller are from quad radio and speed up interrupts.
This is tested and it works for me.

14 years agoMerge branch 'wip/howto' of git@gnuradio.org:jcorgan
Johnathan Corgan [Tue, 3 Nov 2009 22:24:43 +0000 (14:24 -0800)]
Merge branch 'wip/howto' of git@gnuradio.org:jcorgan

* 'wip/howto' of git@gnuradio.org:jcorgan:
  howto: moved osbsolete docs directory into limbo
  howto: make swig directory use individual .i files
  howto: reorganized directory structure
  howto: implement dynamic versioning
  howto: update m4 files to match latest master
  howto: updated INSTALL, fixed mode of config.*

14 years agohowto: moved osbsolete docs directory into limbo
Johnathan Corgan [Tue, 3 Nov 2009 21:42:28 +0000 (13:42 -0800)]
howto: moved osbsolete docs directory into limbo

14 years agohowto: make swig directory use individual .i files
Johnathan Corgan [Tue, 3 Nov 2009 21:35:51 +0000 (13:35 -0800)]
howto: make swig directory use individual .i files

Removed erroneous files from version control

14 years agofixed fixme in gr_top_block_impl
Josh Blum [Tue, 3 Nov 2009 21:01:48 +0000 (13:01 -0800)]
fixed fixme in gr_top_block_impl

14 years agohowto: reorganized directory structure
Johnathan Corgan [Tue, 3 Nov 2009 17:52:44 +0000 (09:52 -0800)]
howto: reorganized directory structure

Moved lib to top level
Moved python to top level
Separated swig generation into new top level directory

14 years agohowto: implement dynamic versioning
Johnathan Corgan [Tue, 3 Nov 2009 16:53:10 +0000 (08:53 -0800)]
howto: implement dynamic versioning

14 years agohowto: update m4 files to match latest master
Johnathan Corgan [Tue, 3 Nov 2009 16:29:52 +0000 (08:29 -0800)]
howto: update m4 files to match latest master

14 years agohowto: updated INSTALL, fixed mode of config.*
Johnathan Corgan [Tue, 3 Nov 2009 16:14:18 +0000 (08:14 -0800)]
howto: updated INSTALL, fixed mode of config.*

14 years agoAdded GRC block wrappers for pager blocks
Johnathan Corgan [Thu, 29 Oct 2009 18:07:15 +0000 (11:07 -0700)]
Added GRC block wrappers for pager blocks

pager.slicer_fb
pager.flex_sync
pager.flex_deinterleave

14 years agoAdded resampler and pushed matched filter into it.
Johnathan Corgan [Thu, 29 Oct 2009 15:10:20 +0000 (08:10 -0700)]
Added resampler and pushed matched filter into it.

14 years agoWork in progress, updating usrp_rx_flex.py
Johnathan Corgan [Fri, 16 Oct 2009 21:02:10 +0000 (14:02 -0700)]
Work in progress, updating usrp_rx_flex.py

Optimized channel bandwith filter
Optimized matched filter

14 years agoDirectory reorganization to newer layout
Johnathan Corgan [Fri, 16 Oct 2009 19:22:42 +0000 (12:22 -0700)]
Directory reorganization to newer layout

Top-level applications go into 'apps' (previous commit)
C++ library build goes into 'lib'
SWIG generation goes into 'swig'
Pure python modules/code goes into 'python'

14 years agoWork in progress, added GRC-based single channel receiver
Johnathan Corgan [Sun, 11 Oct 2009 21:27:00 +0000 (14:27 -0700)]
Work in progress, added GRC-based single channel receiver

14 years agoMoved command-line apps into apps subdirectory
Johnathan Corgan [Sun, 11 Oct 2009 19:47:46 +0000 (12:47 -0700)]
Moved command-line apps into apps subdirectory

14 years agoMerge branch 'wip/term' of git@gnuradio.org:jcorgan
Johnathan Corgan [Tue, 3 Nov 2009 15:15:14 +0000 (07:15 -0800)]
Merge branch 'wip/term' of git@gnuradio.org:jcorgan

* 'wip/term' of git@gnuradio.org:jcorgan:
  gr-wxgui: cleanup for merge
  Consolidated termsink into one class
  Basic terminal window that takes raw text on input msgq and appends it
  Add placeholder panel for console, use old style window size
  Created skeleton wxgui term window component

14 years agogr-wxgui: cleanup for merge
Johnathan Corgan [Tue, 3 Nov 2009 15:11:45 +0000 (07:11 -0800)]
gr-wxgui: cleanup for merge

14 years agousrp: Cleanup of usrp_basic
Thomas Tsou [Sun, 18 Oct 2009 02:28:43 +0000 (22:28 -0400)]
usrp: Cleanup of usrp_basic

Version specific libusb calls are pushed out of usrp_basic into
usrp_prims where they belong. This leads to a single usrp_basic
file. A new function in usrp_prims, usrp_deinit(), handles
shutdown specific to version 1.0.

14 years agousrp: Check return value in fusb_libusb1 _reap()
Thomas Tsou [Mon, 2 Nov 2009 21:53:29 +0000 (16:53 -0500)]
usrp: Check return value in fusb_libusb1 _reap()

The old fusb_libusb1 _reap() call always returned true except on
error. With this commit it checks that a transfer is actually
reaped and returns false otherwise.