summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Collapse)Author
2005-06-27remove two trailing spacesJohannes Stezenbach
2005-06-27gcc-2.95 compile fix (ISO C90 forbids mixed declarations and code)Johannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-26timeout handling fixed, especially for preemtible kernels and/or high system ↵Oliver Endriss
load Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2005-06-26FIX: not using HZ for usb-transfer-timeouts.Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-26FIX: The changes to a800.c are trivial just a few errors in the remote ↵Patrick Boettcher
control codes. FIX: not using HZ for control_msg-timeout. Signed-off-by: Andrew Hodgson <a.s.hodgson@gmail.com> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-24initialization of globals to 0 is not wanted by kernel-folks. Removing it.Patrick Boettcher
2005-06-24fixed usage of the correct number of events in keymapping-arrayPatrick Boettcher
better place for return added initialization of global variables Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-23Increase some timeouts by a factor of 10 as suggested byJohannes Stezenbach
Mikko Hamalainen and Timo Ketolainen, to improve tuning for QAM128 / weak signal. Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-23Add support for Hauppauge/TT DVB-C budget.Johannes Stezenbach
Signed-off-by: Gavin Hamill <gdh@acentral.co.uk>
2005-06-22- remove void castsJohannes Stezenbach
- not necessary to set filter state twice to STATE_FREE during dvb_dmxdev_init() Signed-off-by: Peter Beutner <p.beutner@gmx.net>
2005-06-22The Coverity checker discovered that these two kfree's can never beJohannes Stezenbach
executed. Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-06-22From: Christophe Lucas <clucas@rotomalug.org>Johannes Stezenbach
printk() calls should include appropriate KERN_* constant. Signed-off-by: Christophe Lucas <clucas@rotomalug.org> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-06-22no-data (IRQ-stop) problem (partially) fixed by resetting register 0x300 at ↵Patrick Boettcher
each data_rcv-stop small change in register-struct restructured code in dma-handling (added some comments regarding FCIIb limitations) debug-messages and irq-watchdog (disabled by default, but maybe needed later) added Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-22Make the Symbolrate setting card specificManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Fix a bug that caused the polarity (V/H) to be interchangedManu Abraham
Patch sent by Allan Stirling Signed-off-by: Manu Abraham <manu@kromtek.com> Signed-off-by: Allan Stirling <Dibblahdvb0042@pendor.org>
2005-06-22Code simplificationManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Fix a bogus frontend signal lock, that caused a tuning delay as well.Manu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Fix a bug that caused the polarization not to be set.Manu Abraham
Set polarization for cards that do not autodetect polarization Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Set QAM size for DVB-C cards that do not autodetect QAM sizeManu Abraham
Signed-off-by Manu Abraham <manu@kromtek.com>
2005-06-22Make the bandwidth setting generic such that it supports more DVB-T cardsManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Make the frequency setting card specificManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Make the inversion setting specific, ie, only for the 200103A DVB-SManu Abraham
This should not be flagged on other cards.
2005-06-19av7110_fe_lock_fix() modified in a way that it can be retried after -ERESTARTSYSOliver Endriss
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2005-06-19backport of 2.6.12 changes to match other API changes (i2c, usb)Johannes Stezenbach
2005-06-19Fix indentation and add some whitepsace between operators.Johannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-19Change error handling in av7110_stop_feed() to stop asJohannes Stezenbach
many filters as possible in case of errors. Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-19- propagate more errors back to caller or log them, mainly inJohannes Stezenbach
av7110.c and av7110_av.c - fix error message in StartHWFilter - do not StopHWFilter for handle 0xffff Signed-off-by: Wolfgang Rohdewald <wolfgang@rohdewald.de>
2005-06-19Fix for QAM128 in VHF band suggested by Timo Helkiö.Johannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-18Michael Paxton: corrected two keys of the remote control key mappingPatrick Boettcher
Signed-off-by: Michael Paxton <packo@tpg.com.au> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-18Fixed typo in AUDUIO_CONTINUE ioctl: AUDIO_CMD_MUTE -> AUDIO_CMD_UNMUTEOliver Endriss
Signed-off-by: Dr. Werner Fink <werner@suse.de>
2005-06-17Disable lockloss debugging unless enabled explicitlyAndrew de Quincy
2005-06-17Steve Chang reported the real name behind 0x14aa: WideView.Patrick Boettcher
changed USB IDs accordingly fixed a assignment Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-16added keymap for Twinhan's remote controlPatrick Boettcher
Signed-off-by: Michael Paxton <packo@tpg.com.au> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-15CleanupAndrew de Quincy
2005-06-15Finalised s5h1420/Nova-S SE support. releasedAndrew de Quincy
2005-06-14New TT card is not sold by hauppauge, so remove "nova" stuff from itsAndrew de Quincy
description.
2005-06-14fix bug in timeout handlingJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-13From: Wolfgang Rohdewald <wolfgang@rohdewald.de>Johannes Stezenbach
- make sure ERESTARTSYS will be propagated - ReleaseBitmap: starting with Firmware 261e, also release when BMP_LOADING - removes unused #define BMP_LOADINGS - in many cases changed the return value from -1 to something more meaningful like ETIMEDOUT, EINVAL - changed syslog message timeout waiting for COMMAND such that it indicates what command did not complete - reduce # of arguments for LoadBitmap and BlitBitmap - av7110_osd_cmd: remove the out: label Signed-off-by: Wolfgang Rohdewald <wolfgang@rohdewald.de>
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-13- added preliminary support for tda827x tunersHartmut 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-13Remove I2C_DRIVERID_DVBFE_ cruftAndrew de Quincy
2005-06-13Support for new TT DVB-T-CI, thanks to Andre WeidemannAndrew de Quincy
2005-06-13From: Randy Dunlap <rdunlap@xenotime.net>Patrick Boettcher
Module needs a license to prevent kernel tainting. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-12Implement fe status functionsAndrew de Quincy
2005-06-12Implement DISEQC transmit and my best guess at DISEQC receive - needs testing.Andrew de Quincy
2005-06-12In dvb_dmxdev_filter_start if we go out because of an error, releaseJohannes Stezenbach
previously allocated demux_feed. Signed-off-by: Peter Beutner <p.beutner@gmx.net>
2005-06-12add big-endian register definitions for running on a PowerPC. (Thanks to ↵Patrick Boettcher
Paavo Hartikainen for testing) Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-12Fixed initialisation of LNBP21Andrew de Quincy
2005-06-12Implement voltage controlsAndrew de Quincy
2005-06-12Get i2c working properlyAndrew de Quincy