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
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
2012-05-30
add PID for Zaapa ZT-MINDVBZP
Steve Markgraf
2012-05-29
tuner_fc0012: use new cleaned-up driver
Steve Markgraf
2012-05-26
cache real sample rate with 1Hz resolution instead of the desired rate
Dimitri Stolnikov
2012-05-25
tuner_fc0013: use new cleaned-up driver
Steve Markgraf
2012-05-21
Add support for PROlectrix dongle
David J. Fiddes
2012-05-20
introduce api function to read usb string descriptors
Dimitri Stolnikov
2012-05-17
add an initial version of rtl_test
Steve Markgraf
2012-05-17
#include <math.h> was not needed.
Christian Vogel
2012-05-17
Using a #define for constant 2^22 (not pow())
Christian Vogel
2012-05-17
rename rtl-sdr.c to librtlsdr.c
Steve Markgraf