summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci
AgeCommit message (Collapse)Author
2005-09-04remove trailing whitespaceJohannes Stezenbach
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-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-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-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-08disable COM_IF_LOCK workaround for firmware > 0x2619Oliver Endriss
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-02Enable frontend on KNC plus cards.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-08-02Fixes for CI interfaceAndrew de Quincy
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-26Update to new PLL codeAndrew de Quincy
2005-07-24disable HANDSHAKE_REG tests, they seem to be superflousJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-24Start of support for TT DVBC CI.Andrew de Quincy
2005-07-24Reverted change - caused more problems on another machineAndrew 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-21Fix inversion/fec.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
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-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-06-27remove two trailing spacesJohannes Stezenbach
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-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-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-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-18Fixed typo in AUDUIO_CONTINUE ioctl: AUDIO_CMD_MUTE -> AUDIO_CMD_UNMUTEOliver Endriss
Signed-off-by: Dr. Werner Fink <werner@suse.de>
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-13Support for new TT DVB-T-CI, thanks to Andre WeidemannAndrew de Quincy
2005-06-12Fixed initialisation of LNBP21Andrew de Quincy
2005-06-12Implement voltage controlsAndrew de Quincy
2005-06-12Correct subsystem idAndrew de Quincy
2005-06-11Initial support for s5h1420 frontend (new hauppauge/tt DVB-S SE). UntestedAndrew de Quincy
and incomplete, so commented out for the moment.
2005-05-18adapted to tda1004x driver updateHartmut Hackmann
2005-05-05cleanup from kernel: remove some unused static inlinesJohannes Stezenbach
2005-04-27fixed debugging instructions: av7110_debug -> debugOliver Endriss
2005-04-23patch 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-07fixed NTSC -> PAL switching (std->id is a bitmap!)Oliver Endriss
2005-04-06VIDEO_SET_DISPLAY_FORMAT ioctl fixed:Oliver Endriss
set videostate.display_format, not videostate.video_format Thanks to Rami Rasanen and Marco Schluessler.
2005-04-04 budget-av:Kenneth Aafloy
- remove enable_ci, ci interface is assumed to be present if the saa7113 is not found. - reduce the delay when checking for saa7113 - clean up the cam reset according to specifications - turn off Vcc to the cam slot if cam is removed or fails reset - remove cam reset in ciintf_init - clean up printks (KERN_) - move gpio setting into saa7113_init - clean up unreadable frontend_init
2005-04-03patch by Alexander Riedel:Johannes Stezenbach
add support for KNC One Plus DVB-T and similar KNC One cards
2005-03-26Switch analog output of the Crystal sound chip to left/stereo/right mode.Oliver Endriss
This will fix problems with some (most?) channels which do not encode 2-channel audio correctly.
2005-03-23Remove incorrect "budget_"-prefix from parameter description.Johannes Stezenbach
Error detected with section2text.rb, see autoparam patch. Signed-off-by: Magnus Damm <damm@opensource.se>
2005-03-19 - Patch by Olaf Titz: gcc 2.95 compile fixesKenneth Aafloy