lp://staging/rtl-sdr
- Get this branch:
- bzr branch lp://staging/rtl-sdr
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.osmocom.org/rtl-sdr.git.
Last successful import was .
Recent revisions
- 387. By Tobias Girstmair <email address hidden>
-
Fix signal handler from getting stuck in an endless loop
The signal handler for SIGINT/TERM/QUIT and, importantly, SIGPIPE tries
to write an informational message to stderr. When however stderr is
redirected to a closed pipe, this will cause (another) SIGPIPE, and in
turn the signal handler will get called again, and again and again.Since we intend to exit rtl_fm anyways, we can just ignore this signal.
- 386. By Clayton Smith
-
lib: Stop applying workaround for libusb < 1.0.9
Librtlsdr has a workaround for libusb versions that lack
libusb_handle_ events_ timeout_ completed, which was added in version 1.0.9
(released 2012-04-02). The workaround is always applied unless the
HAVE_LIBUSB_HANDLE_ EVENTS_ TIMEOUT_ COMPLETED macro is set, but the cmake
code that sets this macro was removed in
849f8efca42b659bf7e8fe17156ee0 aa67b47233. As a result, the workaround is
now always applied. This results in an extra 1-second delay whenever a
GNU Radio flowgraph containing an RTL-SDR block is stopped, which makes
operations like switching between demodulators in Gqrx annoyingly slow.To solve this problem, I've simply removed the workaround, as it should
no longer be needed.I wonder if perhaps the workaround recently applied in
2659e2df31e592d74d6dd264a4f5ce 242c6369c8 might stem from the same bug. - 385. By jvde.github <email address hidden>
-
lib: force wait state after cancel of usb transfer
..and before handling usb events
This avoids an occasional crash when closing the device on Windows.
Also see https://github. com/libusb/ libusb/ issues/ 1043. - 384. By Martin Hauke <email address hidden>
-
Fix minGW build
MinGW-w64 ships all Windows SDK headers as lowercase, which prevents
cross-compiling this code from Linux. - 383. By Doug Hammond <email address hidden>
-
rtl_fm: add a new option to select 2nd direct sampling mode
- 382. By Oliver Smith <email address hidden>
-
rtl_tcp: put new DEFAULT_* constants in defines
Fix failures with some GCC versions:
/usr/src/packages/ BUILD/src/ rtl_tcp. c:90:24: error: initializer element is not constant
static int llbuf_num = DEFAULT_MAX_NUM_ BUFFERS; Fixes: 641c22 ("rtl_tcp: Extracted some constants out of printf strings")
Change-Id: Ia9e18d4c22d957f561dcdaf2657bb 6d201374375 - 381. By David Neiss
-
rtl_tcp: Extracted some constants out of printf strings
The help output contained constants that should print values
based on code constants and not be hardcoded into the print strings.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)