aboutsummaryrefslogtreecommitdiffstats
path: root/src/librtlsdr.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-02add library support for EEPROM access and tool for modificationSteve Markgraf1-0/+65
2012-10-28make sure offset tuning works with gr-osmosdrSteve Markgraf1-1/+6
2012-10-26add vid/pid of PixelView PV-DT235U(RN)Steve Markgraf1-0/+1
2012-10-21add PID of MSI DigiVox Micro HDSteve Markgraf1-0/+1
2012-10-19tuner_r820t: add manual RF gain settingSteve Markgraf1-3/+6
2012-10-08e4000_init(): use corrected xtal frequencySteve Markgraf1-1/+1
2012-10-07add getters for direct sampling and offset tuning modeSteve Markgraf1-0/+19
2012-10-07rtlsdr_set_direct_sampling(): fix issue when switching between inputsSteve Markgraf1-4/+5
2012-10-06add function for offset tuning with zero-IF tunersSteve Markgraf1-2/+37
2012-10-04rtlsdr_demod_write_reg(): return 0 on successSteve Markgraf1-1/+1
2012-10-04add new product IDSteve Markgraf1-0/+1
2012-10-01rtlsdr_init_baseband: initialize possibly uninitialized registersSteve Markgraf1-0/+4
2012-10-01correct sample frequency with ppm offsetSteve Markgraf1-16/+25
2012-09-20rtlsdr_set_direct_sampling: reset IF freq to 0 on zero-IF tunersSteve Markgraf1-0/+2
2012-09-20tuner_fc0013: fix and improve manual LNA gainSteve Markgraf1-3/+4
2012-09-19tuner_fc0013: setting GPIO not needed for filter selectionSteve Markgraf1-3/+0
2012-09-16disable second ADC in IF mode, make input selectable in DS-modeSteve Markgraf1-1/+17
2012-09-13make rtlsdr_close() build on win32 againSteve Markgraf1-2/+7
2012-09-13add support for direct sampling modeSteve Markgraf1-12/+70
2012-09-08add initial support for the R820T tunerSteve Markgraf1-3/+60
2012-08-10rtlsdr_i2c_rad_reg: fix uninitialized variableSteve Markgraf1-1/+1
2012-08-08implement a more robust cancelation mechanism of async readerDimitri Stolnikov1-8/+27
2012-08-05disable e4k enhanced mixer gain as it seems to have no effectDimitri Stolnikov1-2/+7
2012-08-02return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_typeDimitri Stolnikov1-1/+1
2012-07-21don't print i2c read/write errors for nowSteve Markgraf1-4/+4
2012-07-20add pid of MyGica TD312 stickSteve Markgraf1-0/+1
2012-07-16add debug messages to rtlsdr_read/write_arraySteve Markgraf1-0/+6
2012-07-09disable sample rate correction until we find a proper solutionDimitri Stolnikov1-4/+7
2012-07-08rtlsdr_set_tuner_if_gain(): enable i2c repeaterSteve Markgraf1-0/+2
2012-07-08apply frequency correction value on the xtal clock directlyDimitri Stolnikov1-27/+44
2012-07-07add PIDs for 2 variants of the Terratex NOXON dongleSteve Markgraf1-0/+2
2012-07-07disable DAGC by default, add control functionSteve Markgraf1-3/+12
2012-07-07have *_write_reg() functions pass through the return valueSteve Markgraf1-5/+7
2012-07-05add api function to control the IF gain for E4000 tunersDimitri Stolnikov1-11/+27
2012-06-22init: disable 4 MHz clock outputSteve Markgraf1-0/+3
2012-06-13fix symbol visibility for automake buildsDimitri Stolnikov1-1/+1
2012-06-09tuner_fc0012: add manual gain supportSteve Markgraf1-1/+1
2012-06-07add another PID for Noxon v1 stickSteve Markgraf1-0/+1
2012-06-03correctly clear DDC shift and if_freq registersSteve Markgraf1-2/+3
2012-06-02introduce getters for tuner parameters (gain, type)Dimitri Stolnikov1-29/+75
2012-05-30add PID for Zaapa ZT-MINDVBZPSteve Markgraf1-0/+1
2012-05-29tuner_fc0012: use new cleaned-up driverSteve Markgraf1-7/+7
2012-05-26cache real sample rate with 1Hz resolution instead of the desired rateDimitri Stolnikov1-3/+2
2012-05-25tuner_fc0013: use new cleaned-up driverSteve Markgraf1-7/+10
2012-05-21Add support for PROlectrix dongleDavid J. Fiddes1-0/+1
2012-05-20introduce api function to read usb string descriptorsDimitri Stolnikov1-0/+87
2012-05-17add an initial version of rtl_testSteve Markgraf1-0/+10
2012-05-17#include <math.h> was not needed.Christian Vogel1-1/+0
2012-05-17Using a #define for constant 2^22 (not pow())Christian Vogel1-2/+5
2012-05-17rename rtl-sdr.c to librtlsdr.cSteve Markgraf1-0/+1153