summaryrefslogtreecommitdiff
path: root/src/librtlsdr.c
AgeCommit message (Expand)Author
2013-01-29lib: remove "e.g. hama nano" from the default device descriptionSteve Markgraf
2013-01-16exit if our usb device disappearsHoernchen
2013-01-16lib: enable standby mode of e4k and r820t on exitSteve Markgraf
2013-01-13let's not depend on libusb >= 1.0.9, avoid libusb_error_name()Hoernchen
2013-01-13more verbose error message if opening the usb device failsHoernchen
2013-01-10disable force canceling for now to prevent crashesHoernchen
2013-01-04lib: reset device if neededSteve Markgraf
2013-01-02rtlsdr_set_sample_rate(): don't access dev structure before checking for NULLSteve Markgraf
2012-12-29librtlsdr: remove unneeded castingDimitri Stolnikov
2012-11-04lib: add rtlsdr_get_index_by_serial()Steve Markgraf
2012-11-02add library support for EEPROM access and tool for modificationSteve Markgraf
2012-10-28make sure offset tuning works with gr-osmosdrSteve Markgraf
2012-10-26add vid/pid of PixelView PV-DT235U(RN)Steve Markgraf
2012-10-21add PID of MSI DigiVox Micro HDSteve Markgraf
2012-10-19tuner_r820t: add manual RF gain settingSteve Markgraf
2012-10-08e4000_init(): use corrected xtal frequencySteve Markgraf
2012-10-07add getters for direct sampling and offset tuning modeSteve Markgraf
2012-10-07rtlsdr_set_direct_sampling(): fix issue when switching between inputsSteve Markgraf
2012-10-06add function for offset tuning with zero-IF tunersSteve Markgraf
2012-10-04rtlsdr_demod_write_reg(): return 0 on successSteve Markgraf
2012-10-04add new product IDSteve Markgraf
2012-10-01rtlsdr_init_baseband: initialize possibly uninitialized registersSteve Markgraf
2012-10-01correct sample frequency with ppm offsetSteve Markgraf
2012-09-20rtlsdr_set_direct_sampling: reset IF freq to 0 on zero-IF tunersSteve Markgraf
2012-09-20tuner_fc0013: fix and improve manual LNA gainSteve Markgraf
2012-09-19tuner_fc0013: setting GPIO not needed for filter selectionSteve Markgraf
2012-09-16disable second ADC in IF mode, make input selectable in DS-modeSteve Markgraf
2012-09-13make rtlsdr_close() build on win32 againSteve Markgraf
2012-09-13add support for direct sampling modeSteve Markgraf
2012-09-08add initial support for the R820T tunerSteve Markgraf
2012-08-10rtlsdr_i2c_rad_reg: fix uninitialized variableSteve Markgraf
2012-08-08implement a more robust cancelation mechanism of async readerDimitri Stolnikov
2012-08-05disable e4k enhanced mixer gain as it seems to have no effectDimitri Stolnikov
2012-08-02return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_typeDimitri Stolnikov
2012-07-21don't print i2c read/write errors for nowSteve Markgraf
2012-07-20add pid of MyGica TD312 stickSteve Markgraf
2012-07-16add debug messages to rtlsdr_read/write_arraySteve Markgraf
2012-07-09disable sample rate correction until we find a proper solutionDimitri Stolnikov
2012-07-08rtlsdr_set_tuner_if_gain(): enable i2c repeaterSteve Markgraf
2012-07-08apply frequency correction value on the xtal clock directlyDimitri Stolnikov
2012-07-07add PIDs for 2 variants of the Terratex NOXON dongleSteve Markgraf
2012-07-07disable DAGC by default, add control functionSteve Markgraf
2012-07-07have *_write_reg() functions pass through the return valueSteve Markgraf
2012-07-05add api function to control the IF gain for E4000 tunersDimitri Stolnikov
2012-06-22init: disable 4 MHz clock outputSteve Markgraf
2012-06-13fix symbol visibility for automake buildsDimitri Stolnikov
2012-06-09tuner_fc0012: add manual gain supportSteve Markgraf
2012-06-07add another PID for Noxon v1 stickSteve Markgraf
2012-06-03correctly clear DDC shift and if_freq registersSteve Markgraf
2012-06-02introduce getters for tuner parameters (gain, type)Dimitri Stolnikov