Software to turn the RTL2832U into a SDR receiver
Go to file
Clayton Smith 5e73f90f1d 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
849f8efca4. 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
2659e2df31 might stem from the same bug.
2022-01-19 17:59:16 +01:00
cmake Add missing rtlsdrConfig.cmake 2020-02-27 00:18:26 +01:00
contrib contrib/jenkins.sh: run "make maintainer-clean" 2019-07-16 23:19:46 +02:00
debian debian: fix source/format from quilt to native 2020-03-02 23:21:17 +01:00
include lib: Add GPIO version of the bias tee configuration API 2019-11-12 20:32:35 +01:00
m4 add autotools based build system 2012-03-27 20:53:49 +02:00
src lib: Stop applying workaround for libusb < 1.0.9 2022-01-19 17:59:16 +01:00
.gitignore add Cmake generated files to .gitignore 2012-05-20 18:13:34 +02:00
.travis.yml add configuration file for Travis CI 2014-02-05 18:07:15 +01:00
AUTHORS update authors 2012-12-16 16:25:40 +01:00
CMakeLists.txt fix windows build 2020-11-01 01:13:33 +01:00
COPYING add autotools based build system 2012-03-27 20:53:49 +02:00
Doxyfile.in add autotools based build system 2012-03-27 20:53:49 +02:00
Makefile.am Fix "make uninstall" for documentation 2018-06-03 13:24:42 +02:00
README README: Update homepage/wiki URL from old trac to redmine 2018-06-03 14:31:39 +02:00
configure.ac lib: disable usbfs zero-copy support by default 2019-07-16 23:49:48 +02:00
git-version-gen add autotools based build system 2012-03-27 20:53:49 +02:00
librtlsdr.pc.in Improve librtlsdr.pc file 2020-02-26 22:16:29 +01:00
rtl-sdr.rules Use udev uaccess rules 2020-02-26 22:39:45 +01:00

README

rtl-sdr
turns your Realtek RTL2832 based DVB dongle into a SDR receiver
======================================================================

For more information see:
https://osmocom.org/projects/rtl-sdr/wiki