summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Collapse)Author
2005-09-11- leave I2C bride open at pll_sleep to support Philips EUROPA based cards.Hartmut Hackmann
- give an error message if the communication with the pll fails. Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-09-10From: Andrew Morton <akpm@osdl.org>Johannes Stezenbach
Work around gcc-2.95.x macro expansion bug. Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-09-10adding special stv0297-driver for the Technisat/B2C2 CableStar2 PCI and USBPatrick Boettcher
devices (USB untested) This driver could also be used with other stv0297-based cards, but someone has to do it. The CableStar2's stv0297-driver is tested with QAM32/64/128/256 and has a very nice reception-qualitiy. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-09-10Add DViCO FusionHDTV5 Lite to list of cards supported by lgdt330x moduleMichael Krufky
2005-09-10remove trailing whitespaceMichael Krufky
2005-09-10Mention DViCO FusionHDTV Lite cards in DVB_BT8XX Kconfig help Text.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-09-10Added support for DViCO FusionHDTV5 Lite.Michael Krufky
This is the first card to use dvb-pll in dvb-bt8xx. IMHO, it would be a good idea to convert the other tuners in this manner, after some testing, of course. This is exactly the same as the patch that I previously posted to the linux-dvb list, using the same DT3303 serial TS transfer setting as cx88-based FusionHDTV5 Gold. The only difference is gpio_mode. Thank you Doug Stevens, for pointing out the correct gpio value. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Doug Stevens <ddstevens@gmail.com>
2005-09-04remove trailing whitespaceJohannes Stezenbach
2005-09-04Remove my badly thought out patch. This does need done, but in a proper way.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-09-04This patch adds support for the Technotrend Budget Card S1500Andrew de Quincy
with a BSBE1 frontend and the LNBP21. Signed-off-by: Martin Zwickel <martin.zwickel@technotrend.de> Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-09-02Fix BUG in DVB-C frequency settingManu Abraham
- Result was DVB-C cards failed to tune Fix sent in by Peng Cao <caopeng75@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org>
2005-09-02Identify Tuner, Daughterboards correctlyManu Abraham
- Added partial support for VP-10320A (DVB-S), VP-20210 (DVB-C), VP-3040 (DVB-T) Signed-off-by: Manu Abraham <manu@linuxtv.org> Note: Johannes, please do not send this one to akpm yet, Thanks
2005-09-02Identify board properlyManu Abraham
- Added functions to retrieve MAC Address, FW details, Card type and Vendor Information Signed-off-by: Manu Abraham: <manu@linuxtv.org>
2005-09-02Code CleanupManu Abraham
- Remove debug noise - Remove debug module parameter debug level is achieved using the verbosity level - Updated to kernel coding style (case labels should not be indented) Signed-off-by: Manu Abraham <manu@linuxtv.org>
2005-09-02Code SimplificationManu Abraham
- CA PMT object is not parsed in the driver anymore Signed-off-by: Manu Abraham <manu@linuxtv.org>
2005-08-31From: Adrian Bunk <bunk@stusta.de>Johannes Stezenbach
Add missing selects for DVB_TDA1004X and DVB_TDA10021 to DVB_BUDGET_AV. Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-08-31From: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>Johannes Stezenbach
Add missing #include <asm/irq.h> (for enable_irq()). Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
2005-08-31From: Stuart Auchterlonie <stuarta@squashedfrog.net>Johannes Stezenbach
Fix bug in Nebula DigiTV frontend detection for nxt6000. Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>
2005-08-27Fixed race between submitting streaming URBs in the driver and starting thePatrick Boettcher
actual transfer in hardware (demodulator and USB controller) which sometimes lead to garbled data transfers. URBs are now submitted first, then the transfer is enabled. Dibusb clones are now fully functional again. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-08-25This fix has also been applied to lgdt330x. There isMichael Krufky
an optimization that keeps track of the frequency tuned by the digital decoder. The digital driver does not set the frequency if it has not changed since it was tuned. The analog tuner driver knows nothing about the frequency saved by the digital driver. When the frequency is set using the video4linux code with tvtime, the hardware get changed but the digital driver's state does not get updated. Switch back to the same digital channel and the driver finds no change in frequency so the tuner is not reset to the digital frequency. The work around is to remove the check and always set the tuner to the specified frequency. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-23This patch changes two things:Patrick Boettcher
1) a firmware update made by the vendor, which has to be done in Windows for now, changes the DVB-data-pipe from isochronous to bulk: it fixes the data distortions (and thus the video-distortions) in DVB-T mode; However, the driver is now not compatible anymore when the firmware is running. 2) with the help of Steve Toth some reverse-engineered functionality is now named correctly, thank you Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
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-17fix AVerMedia capitalizationMichael Krufky
2005-08-17Changed one-liner description text in Kconfig for dvb-bt8xx.Michael Krufky
IMHO, to improve user-friendliness, we should eventually move CONFIG_DVB_BT8XX menu option to underneath CONFIG_BT848, similar to cx88-dvb and saa7134-dvb. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-16From: Karl Herz <karl.herz@gmx.de>Johannes Stezenbach
Add PCI-ids of Siemens-DVB-C card with Technotrend manufacturer id. Signed-off-by: Karl Herz <karl.herz@gmx.de>
2005-08-16white space cleanupPatrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-08-16init-prototype change for the cxusb-driverPatrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
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-16changed the init call to get the dvb_usb_device back immediatly if necessary.Patrick Boettcher
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-12Formatting fixes (Lindent + some handwork).Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
2005-08-12Use INIT_LIST_HEAD for frontend_list.Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
2005-08-12Removed more unused variables and constants.Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
2005-08-12Removed unused descramble_mac_address and descramble_section_payload callbacks.Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
2005-08-12Removed some useless functions and variables.Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
2005-08-12Don't return immediately from dvb_dmx_swfilter_section_packet() if CC is not ok.Andreas Oberritter
Otherwise a new feed drops all packets until the first packet with CC=0 arrives. Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
2005-08-12fix initialization from incompatible pointer typeAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
2005-08-11improved remote control support for av7110-based cards:Oliver Endriss
- extended rc5 protocol, firmware >= 0x2620 required - key-up timer slightly adjusted - completely moved remote control code to av7110_ir.c - support for multiple ir receivers - for now, all av7110 cards share the same ir configuration and event device
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-08disable COM_IF_LOCK workaround for firmware > 0x2619Oliver Endriss
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-05glue code for DMX_GET_CAPS and DMX_SET_SOURCEAndreas Oberritter
2005-08-03Fix DVBC CI so it enables the PLL i2cAndrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-08-03repair case label indentationJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-08-03From: David Johnson <dj@david-web.co.uk>Johannes Stezenbach
Add support for Nebula DigiTV PCI cards with the MT352 frontend. Signed-off-by: David Johnson <dj@david-web.co.uk>
2005-08-03From: David Johnson <dj@david-web.co.uk>Johannes Stezenbach
Indentation fixes and remove unnecessary braces. Signed-off-by: David Johnson <dj@david-web.co.uk>