summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2005-08-20while investigating the QAM_128-issue with the stv0297-driver for theMichael Krufky
Cablestar (which is not the same as the one in dvb-kernel CVS, yet), I fixed it, not by increasing the timeout, but by disabling the corner-detection for QAM_128 and higher. This patch has been tested on dvb-kernel cvs, and has been reported to work by multiple users. Some cards still need timeout increase on top of this patch. This will be addressed later. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-16added support for the NXT6000-based digitv-box.Patrick Boettcher
added .get_tune_settings callback for the NXT6000 to have a min_tune_delay of 500ms Signed-off-by: Svante Olofsson <svante@agentum.com> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-08-14FIX: check if the callback is set, before calling itPatrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-08-14some white spaces cleaned upPatrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-08-11This patch addresses valid objections to experimental code used toMichael Krufky
mute the tda9887 when the tuner is used for digital TV reception. That code is removed and replaced by a better solution, which will be implemented in video4linux tree. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-09removed some trailing whitespaceMichael Krufky
2005-08-08clean-up lgdt330x description textMichael Krufky
2005-08-08trivial dvb_frontend_ops.name text fixMichael Krufky
2005-08-07 - Enable ATSC support for DViCO FusionHDTV5 Gold.Michael Krufky
From: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> - Enable ATSC support for DViCO FusionHDTV5 Gold. From: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-02Clean up timeout handling.Johannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-08-02From: Adam Szalkowski <adamsz@gmx.net>Johannes Stezenbach
Fix DiSEqC problems. Signed-off-by: Adam M. Szalkowski <adam@szalkowski.de>
2005-07-28Remove old lgdt3302 module - Replaced with lgdt330x Signed-off-by: Michael ↵Michael Krufky
Krufky <mkrufky@m1k.net>
2005-07-27- Add LG/TUA6034 dvb_pll_desc for ATSC with LG TDVS-H062F & DViCO FusionHDTV5.Michael Krufky
- Fixed LGDT330X signal strength: For now, always set it to 0. - Corrected LGDT330X boundary condition error in read_snr: dB calculation. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-26Removed PWM parameter - moved into inittabs.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-26Externalise inittabsAndrew de Quincy
2005-07-26Structural changes within lgdt330x driver, framework now supportsMichael Krufky
both chips... tested on lgdt3302, untested on lgdt3303 as of yet. Signed-off-By: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-25Corrected typo. Signed-off-by: Michael Krufky <mkrufky@m1k.net>Michael Krufky
2005-07-25Rename lgdt3302 to lgdt330x, to make way for the addition of lgdt3303 support.Michael Krufky
This imports exact copies of the following versions from dvb-kernel cvs. lgdt3302.c r1.12 lgdt3302.h r1.5 lgdt3302_priv.h r1.3 There will be no more development on lgdt3302. All new development will be on lgdt330x. It will be safe to remove lgdt3302 from cvs once lgdt330x gets merged into -linus kernel tree. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-25Rename lgdt3302 to lgdt330x, to make way for the addition of lgdt3303 support.Michael Krufky
This imports exact copies of the following versions from dvb-kernel cvs. lgdt3302.c r1.12 lgdt3302.h r1.5 lgdt3302_priv.h r1.3 There will be no more development on lgdt3302. All new development will be on lgdt330x. It will be safe to remove lgdt3302 from cvs once lgdt330x gets merged into -linus kernel tree. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-24Fix DiSEqC switching (one bug fix suggested by Peter Hettkamp, and oneJohannes Stezenbach
experimentally determined msleep(30) suggested by Adam Szalkowski). Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-24Reset acgconf register after tuning to improve locking, as suggestedJohannes Stezenbach
by Marco Schluessler. Minor cleanups in ves1820_init(). Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-24gcc-2.95 compile fixJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-24Fix SNR readingAndrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-22Increase timeout on tone burst transmissionAndrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-22Allow the stv0299 to read the BER and UCBLOCKS.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-22freqoffset must be 0 to start with.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-22Check for division by 0Andrew de Quincy
FIx tuning. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-21Fix inversion/fec.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-20Set initial frequency offset.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-20Fix fast tune modeAndrew de Quincy
2005-07-20Verified SIGNAL/CARRIER.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-20Formatting changesAndrew de Quincy
Fix diseqc transmission. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-20Suppress the following during compile:Michael Krufky
warning: `i2c_readbytes' defined but not used Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-20 - Select the RF input connector based upon the type ofMichael Krufky
demodulation selected. ANT RF connector is selected for 8-VSB and CABLE RF connector is selected for QAM64/QAM256. This only affects the cards that use the Microtune 4042 tuner. - This is patch #2 of a string of patches with counterparts in the video4linux tree affecting cx88-dvb.c Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-20 - Remove the dvb_pll_desc from the frontend and replace with aMichael Krufky
pll_set-callback to isolate the tuner programming from the frontend. - This is patch #1 of a string of patches with counterparts in the video4linux tree affecting cx88-dvb.c Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-20Fix status calls.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-20Got the frontend tuning - needs more work though.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-17From: Gregory B Frost <frosts1@hotkey.net.au>Johannes Stezenbach
Fix the way the LG-Z201 tuner is controlled for the DVICO FusionHDTV DVB-T1 card. Signed-off-by: Gregory B Frost <frosts1@hotkey.net.au>
2005-07-17update email address of Peter HettkampJohannes Stezenbach
2005-07-16Pass a pointer to the i2c bus to the pll callbacks (stv0299 only).Andreas Oberritter
It was not possible to tell which i2c bus should be used if an adapter has multiple frontends on multiple i2c buses.
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes 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-14Fix QAM lock bug. Previously, it was necessary to firstMichael 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-12Here 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-12Older 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 variablesMichael 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-07Remove #include <linux/version.h>.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-07Fix bug in lgdt3302_read_status to return correctMichael 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-06Removed #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,10)Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-04added support for Thomson7611 tuner with LGDT3302 frontend used in DViCO ↵Michael Krufky
FusionHDTV3 Gold-T