Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-16 | Remove all #include <linux/version.h> and all references | Johannes Stezenbach | |
to LINUX_VERSION_CODE and KERNEL_VERSION. Based on patch by Olaf Hering. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-07-14 | Fix QAM lock bug. Previously, it was necessary to first | Michael Krufky | |
scan in VSB before attempting to get a QAM lock. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-12 | Here is a patch to fix two problems with the signal strength value in the ↵ | Patrick Boettcher | |
mt352.c frontend: 1. the 4 most significant bits are zeroed - shift and mask wrong way round 2. Need to align the 12 bits from the registers at the top of the 16 bit returned value - otherwise the range is not 0 to 0xffff its 0xf000 to 0xffff Signed-off-by: Barry Scott <barry.scott@onelan.co.uk> | |||
2005-07-12 | Older gcc's can't do that. | Michael Krufky | |
Cc: Mac Michaels <wmichaels1@earthlink.net> Cc: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Andrew Morton <akpm@osdl.org> | |||
2005-07-12 | - Removed $Id:$ | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-12 | - Initialize all non mutually exclusive variables | Michael Krufky | |
without regard to the mode selected. - Do a software reset each time the parameters are set, regardless of whether anything changes. This may allow an application to recover from a hung condition. - Improved error reporting according to a comment seen about the lgdt3303 code. - Removed $Id:$ Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-07 | Remove #include <linux/version.h>. | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-07 | Fix bug in lgdt3302_read_status to return correct | Michael Krufky | |
FE_HAS_SIGNAL and FS_HAS_CARRIER status. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-06 | Removed #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,10) | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-04 | added support for Thomson7611 tuner with LGDT3302 frontend used in DViCO ↵ | Michael Krufky | |
FusionHDTV3 Gold-T | |||
2005-06-28 | - Removed remaining trailing whitespace. | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-06-28 | added support for LGDT3302 (ATSC VSB/QAM) used in DViCO FusionHDTV3 Gold. | Michael Krufky | |
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-06-23 | Increase some timeouts by a factor of 10 as suggested by | Johannes Stezenbach | |
Mikko Hamalainen and Timo Ketolainen, to improve tuning for QAM128 / weak signal. Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-15 | Cleanup | Andrew de Quincy | |
2005-06-15 | Finalised s5h1420/Nova-S SE support. released | Andrew de Quincy | |
2005-06-13 | - added preliminary support for tda827x tuners | Hartmut Hackmann | |
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | |||
2005-06-13 | - added preliminary support for tda827x tuners | Hartmut Hackmann | |
- set parameters for drift compensation to 0 makes no sense for DVB-T but can prevent lock Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | |||
2005-06-12 | Implement fe status functions | Andrew de Quincy | |
2005-06-12 | Implement DISEQC transmit and my best guess at DISEQC receive - needs testing. | Andrew de Quincy | |
2005-06-12 | Get i2c working properly | Andrew de Quincy | |
2005-06-11 | Initial support for s5h1420 frontend (new hauppauge/tt DVB-S SE). Untested | Andrew de Quincy | |
and incomplete, so commented out for the moment. | |||
2005-06-07 | added output_mode-field (parallel/serial) to the config-struct (needed for ↵ | Patrick Boettcher | |
the USB Box). Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-06 | added dvb_pll_desc for ALPS TDED4 used in Nebula USB boxes. | Patrick Boettcher | |
changed the name-field of the FMD1216. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-06 | Disable zig-zag and set min_delay_ms = 4000 as suggested | Johannes Stezenbach | |
by Allan Guild to improve tuning with weak signal. Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-05-31 | added .get_tune_settings callback (min_delay_ms = 1sec) to make it even ↵ | Patrick Boettcher | |
possible to get a lock with the cxusb Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-31 | changed dvb-pll-desc to take the frequency as parameter for setbw-callback ↵ | Patrick Boettcher | |
into consideration added dvb_pll_desc for Philips FMD1216ME (needed for cxusb) | |||
2005-05-28 | add missing release_firmware() calls to fix memory leak | Johannes Stezenbach | |
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> | |||
2005-05-24 | fix: | Johannes Stezenbach | |
drivers/media/dvb/frontends/bcm3510.c: In function `bcm3510_read_signal_strength': drivers/media/dvb/frontends/bcm3510.c:322: warning: ISO C90 forbids mixed declarations and code Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-05-23 | bugfix: limit for firmware version check was too low for tda10045 | Hartmut Hackmann | |
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | |||
2005-05-18 | - added config options for IF frequency and AGC | Hartmut Hackmann | |
- added pll sleep call | |||
2005-05-18 | - added config options for IF frequency and AGC | Hartmut Hackmann | |
- support DSP boot from on board eeprom - added pll sleep call | |||
2005-05-16 | clearing busy state of the HAB if something went wrong | Patrick Boettcher | |
added a small tuning delay Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-15 | added support for the Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC ↵ | Patrick Boettcher | |
QAM64/256) demodulator used in the first generation of Air2PC ATSC PCI-cards/USB-boxes made by B2C2. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-07 | merge patch by Gerd Knorr from 2.6.12-rc4: | Johannes Stezenbach | |
update cx22702 fe driver, add support for using the dvb pll lib, enable cx22702 support in cx88-dvb. | |||
2005-05-05 | sync back cleanups from kernel (whitespace and printk format) | Johannes Stezenbach | |
2005-05-05 | sync back whitespace cleanups from kernel | Johannes Stezenbach | |
2005-05-05 | add or51132.o (which was missing here) | Johannes Stezenbach | |
2005-05-05 | select FW_LOADER and add a help text for OR51132 | Johannes Stezenbach | |
2005-05-05 | merge printk format fix from kernel tree | Johannes Stezenbach | |
2005-05-05 | remove $Id$ because they lead to conflicts when merging | Johannes Stezenbach | |
2005-05-02 | preparation for the uDigitv and DViCO USB2.0 boxes: moved pll handling from ↵ | Patrick Boettcher | |
dibusb-common to dvb-usb added pll_init to dvb-usb added another dvb_pll_desc for TDA665x | |||
2005-05-02 | added missing #ifndef and #define to inhibit multiple inclusions | Patrick Boettcher | |
2005-04-25 | added support for different tda10046 firmware versions. | Andreas Oberritter | |
tested with v20, v21 and v25. | |||
2005-04-25 | allow N_I2C to be overridden by the card driver | Andreas Oberritter | |
2005-04-25 | use simple u8 instead of bitfields | Andreas Oberritter | |
2005-04-23 | patch by Adrian Bunk: | Johannes Stezenbach | |
- make needlessly global code static - #if 0 the following unused global functions: - ttpci/av7110_hw.c: av7110_reset_arm - ttpci/av7110_hw.c: av7110_send_ci_cmd - frontends/mt352.[ch]: drop mt352_read Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-04-17 | - ported all dibusb drivers to fit into the dvb-usb-frameword | Patrick Boettcher | |
- created dvb-pll-entries for the tuner used with the dibusb-drivers - removed all traces of the dibusb driver - adapted the dib3000-frontends to get along with the dvb-pll-changes | |||
2005-04-10 | copying the mt352_config-struct to mt352_state instead of storing just the ↵ | Patrick Boettcher | |
pointer to it. | |||
2005-04-07 | - remove msleep(10) in writereg (suggested by Tony Glader) | Kenneth Aafloy | |
2005-04-06 | small NULL checks which lead to segfaults, when doing developing | Patrick Boettcher | |