summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Collapse)Author
2005-07-24gcc-2.95 compile fixJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-24Reverted change - caused more problems on another machineAndrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-24Fix SNR readingAndrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-24Switch to different AGC setting to remove Terratec DVB-T glitches.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-23Convert to using read/write spinlocks to fix kernel errors as reported byAndrew de Quincy
Michael Ditum Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-22From: Ye Jianjun (Joey) <joeyye@trident.com.cn>Patrick Boettcher
Fix: copy frontend_ops before modifying Signed-off-by: Ye Jianjun (Joey) <joeyye@trident.com.cn> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
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-19removed empty module_init/exit callsAndreas Oberritter
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-16From: thomas schorpp <t.schorpp@gmx.de>Johannes Stezenbach
Add support for analog video inputs (CVBS and Y/C) of the analog module for the Siemens DVB-C card. Signed-off-by: thomas schorpp <t.schorpp@gmx.de>
2005-07-16comment out noisy dprintk in dst_get_signal()Johannes Stezenbach
(why are errors only visible with debug on? this needs to be cleaned up so we can disable debug by default)
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-11added USB IDs if the Kworld Xpert DVB-T USB2.0 (clone of the ADStech box)Patrick Boettcher
Thanks to Marcus Hagn for testing. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-07-10- stop log spamming when running femon (printk -> dprintk)Johannes Stezenbach
- dst_read_status() needs to call dst_get_signal() to get up-to-date information Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-10gcc-2.95 compile fixJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-10gcc-4.0 compile fixJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-08From: Julian ScheelPatrick Boettcher
The / in the driver name (budget dvb /w video in) is not a valid character for device names - removed it, now it works! Same for ttusb-budget. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Julian Scheel <julian@jusst.de>
2005-07-07applied dvb-add-pluto2-driver-fix.patch:Andreas Oberritter
From: Andrew Morton <akpm@osdl.org> sparc64: drivers/media/dvb/pluto2/pluto2.c: In function `pluto2_probe': drivers/media/dvb/pluto2/pluto2.c:604: error: `DMA_32BIT_MASK' undeclared (first use in this function) Cc: Andreas Oberritter <obi@linuxtv.org> Cc: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org>
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
2005-07-02corrected some typos.Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-07-02USB IDs for the vp702x-driver.Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-07-02added driver for the TwinhanDTV StarBox and clones. This is a preliminary ↵Patrick Boettcher
driver and is not well tested yet. Thanks to Ralph Metzler for his initial work on this box and thanks to Twinhan for their support. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> PS: Johannes, please do not submit it to -mm yet. Thanks.
2005-07-01from 2.6.13-rc1: use try_to_freeze()Johannes Stezenbach
2005-07-01from 2.6.13-rc1: class_simple is no moreJohannes Stezenbach
2005-07-01from 2.6.13-rc1: use pm_message_t in cinergyt2_suspend()Johannes Stezenbach
2005-07-01added support and rewrote some parts with the help of vendor information ↵Patrick Boettcher
(Thanks to Steve Chang from WideView, Inc.): - added support for the WT-220U (Pensize DVB-T receiver) - corrected byte order for unc,ber and the pid filter - corrected number of pids that can be fetched at the same time. - added some comments in Kconfig-file - added USB IDs for the WT-220U Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-28- Removed remaining trailing whitespace.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>