From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Fri, 20 Dec 2013 21:34:38 GMT
Message-ID: <201312202134.rBKLYcxQ096470@git.osmocom.org>
Subject: gr-osmosdr.git branch rfspace updated. v0.1.0-50-gdee901e
Message: 8

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNURadio hardware abstraction block".

The branch, rfspace has been updated
  discards  2b5c5aab4d8b0df7406f0f4c1900efa84c1f8b86 (commit)
       via  dee901ed4884e642b598c303b36fac5bf19467be (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (2b5c5aab4d8b0df7406f0f4c1900efa84c1f8b86)
            \
             N -- N -- N (dee901ed4884e642b598c303b36fac5bf19467be)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gr-osmosdr/commit/?id=dee901ed4884e642b598c303b36fac5bf19467be

commit dee901ed4884e642b598c303b36fac5bf19467be
Author: Dimitri Stolnikov <horiz0n@gmx.net>
Date:   Wed Dec 18 23:55:10 2013 +0100

    rfspace: add support for RFSPACE SDR-IQ and SDR-IP
    
    Usage example:
    
    osmocom_fft -a sdr-iq=/dev/ttyUSB0
    osmocom_fft -a sdr-ip=host[:port]
    osmocom_fft -a netsdr=host[:port][,nchan=2]
    
    The following named gain stages are available:
    
    ATT: -20 to +10 dB, in 10dB steps
    
    The ftdi_sio driver is being used for SDR-IQ. It creates a character
    device of the form:
    
    crw-rw---- 1 root dialout 188, 0 Dec 19 22:14 /dev/ttyUSB0
    
    To be able to open the device without root permissions add yourself to
    the "dialout" group or do a "chmod 666 /dev/ttyUSB0" after pluggin in.

-----------------------------------------------------------------------

Summary of changes:
 lib/rfspace/rfspace_source_c.cc | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNURadio hardware abstraction block


