index
:
rtl-sdr
master
Mirror repo for various hacks on rtl-sdr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librtlsdr.c
Age
Commit message (
Expand
)
Author
2013-01-29
lib: remove "e.g. hama nano" from the default device description
Steve Markgraf
2013-01-16
exit if our usb device disappears
Hoernchen
2013-01-16
lib: enable standby mode of e4k and r820t on exit
Steve Markgraf
2013-01-13
let's not depend on libusb >= 1.0.9, avoid libusb_error_name()
Hoernchen
2013-01-13
more verbose error message if opening the usb device fails
Hoernchen
2013-01-10
disable force canceling for now to prevent crashes
Hoernchen
2013-01-04
lib: reset device if needed
Steve Markgraf
2013-01-02
rtlsdr_set_sample_rate(): don't access dev structure before checking for NULL
Steve Markgraf
2012-12-29
librtlsdr: remove unneeded casting
Dimitri Stolnikov
2012-11-04
lib: add rtlsdr_get_index_by_serial()
Steve Markgraf
2012-11-02
add library support for EEPROM access and tool for modification
Steve Markgraf
2012-10-28
make sure offset tuning works with gr-osmosdr
Steve Markgraf
2012-10-26
add vid/pid of PixelView PV-DT235U(RN)
Steve Markgraf
2012-10-21
add PID of MSI DigiVox Micro HD
Steve Markgraf
2012-10-19
tuner_r820t: add manual RF gain setting
Steve Markgraf
2012-10-08
e4000_init(): use corrected xtal frequency
Steve Markgraf
2012-10-07
add getters for direct sampling and offset tuning mode
Steve Markgraf
2012-10-07
rtlsdr_set_direct_sampling(): fix issue when switching between inputs
Steve Markgraf
2012-10-06
add function for offset tuning with zero-IF tuners
Steve Markgraf
2012-10-04
rtlsdr_demod_write_reg(): return 0 on success
Steve Markgraf
2012-10-04
add new product ID
Steve Markgraf
2012-10-01
rtlsdr_init_baseband: initialize possibly uninitialized registers
Steve Markgraf
2012-10-01
correct sample frequency with ppm offset
Steve Markgraf
2012-09-20
rtlsdr_set_direct_sampling: reset IF freq to 0 on zero-IF tuners
Steve Markgraf
2012-09-20
tuner_fc0013: fix and improve manual LNA gain
Steve Markgraf
2012-09-19
tuner_fc0013: setting GPIO not needed for filter selection
Steve Markgraf
2012-09-16
disable second ADC in IF mode, make input selectable in DS-mode
Steve Markgraf
2012-09-13
make rtlsdr_close() build on win32 again
Steve Markgraf
2012-09-13
add support for direct sampling mode
Steve Markgraf
2012-09-08
add initial support for the R820T tuner
Steve Markgraf
2012-08-10
rtlsdr_i2c_rad_reg: fix uninitialized variable
Steve Markgraf
2012-08-08
implement a more robust cancelation mechanism of async reader
Dimitri Stolnikov
2012-08-05
disable e4k enhanced mixer gain as it seems to have no effect
Dimitri Stolnikov
2012-08-02
return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_type
Dimitri Stolnikov
2012-07-21
don't print i2c read/write errors for now
Steve Markgraf
2012-07-20
add pid of MyGica TD312 stick
Steve Markgraf
2012-07-16
add debug messages to rtlsdr_read/write_array
Steve Markgraf
2012-07-09
disable sample rate correction until we find a proper solution
Dimitri Stolnikov
2012-07-08
rtlsdr_set_tuner_if_gain(): enable i2c repeater
Steve Markgraf
2012-07-08
apply frequency correction value on the xtal clock directly
Dimitri Stolnikov
2012-07-07
add PIDs for 2 variants of the Terratex NOXON dongle
Steve Markgraf
2012-07-07
disable DAGC by default, add control function
Steve Markgraf
2012-07-07
have *_write_reg() functions pass through the return value
Steve Markgraf
2012-07-05
add api function to control the IF gain for E4000 tuners
Dimitri Stolnikov
2012-06-22
init: disable 4 MHz clock output
Steve Markgraf
2012-06-13
fix symbol visibility for automake builds
Dimitri Stolnikov
2012-06-09
tuner_fc0012: add manual gain support
Steve Markgraf
2012-06-07
add another PID for Noxon v1 stick
Steve Markgraf
2012-06-03
correctly clear DDC shift and if_freq registers
Steve Markgraf
2012-06-02
introduce getters for tuner parameters (gain, type)
Dimitri Stolnikov
[next]