Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-11 | improved 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-08 | disable COM_IF_LOCK workaround for firmware > 0x2619 | Oliver Endriss | |
2005-08-03 | Fix DVBC CI so it enables the PLL i2c | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-08-02 | Enable frontend on KNC plus cards. | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-08-02 | Fixes for CI interface | Andrew de Quincy | |
2005-07-26 | Removed PWM parameter - moved into inittabs. | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-07-26 | Externalise inittabs | Andrew de Quincy | |
2005-07-26 | Update to new PLL code | Andrew de Quincy | |
2005-07-24 | disable HANDSHAKE_REG tests, they seem to be superflous | Johannes Stezenbach | |
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-07-24 | Start of support for TT DVBC CI. | Andrew de Quincy | |
2005-07-24 | Reverted change - caused more problems on another machine | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-07-24 | Switch 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-21 | Fix inversion/fec. | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-07-16 | Pass 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-16 | From: 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-08 | From: Julian Scheel | Patrick 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-27 | remove two trailing spaces | Johannes Stezenbach | |
2005-06-26 | timeout handling fixed, especially for preemtible kernels and/or high system ↵ | Oliver Endriss | |
load Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-06-22 | From: 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-19 | av7110_fe_lock_fix() modified in a way that it can be retried after -ERESTARTSYS | Oliver Endriss | |
Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-06-19 | Fix indentation and add some whitepsace between operators. | Johannes Stezenbach | |
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-19 | Change error handling in av7110_stop_feed() to stop as | Johannes 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 in | Johannes 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-19 | Fix for QAM128 in VHF band suggested by Timo Helkiö. | Johannes Stezenbach | |
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-18 | Fixed typo in AUDUIO_CONTINUE ioctl: AUDIO_CMD_MUTE -> AUDIO_CMD_UNMUTE | Oliver Endriss | |
Signed-off-by: Dr. Werner Fink <werner@suse.de> | |||
2005-06-15 | Finalised s5h1420/Nova-S SE support. released | Andrew de Quincy | |
2005-06-14 | New TT card is not sold by hauppauge, so remove "nova" stuff from its | Andrew de Quincy | |
description. | |||
2005-06-14 | fix bug in timeout handling | Johannes Stezenbach | |
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-13 | From: 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 | Support for new TT DVB-T-CI, thanks to Andre Weidemann | Andrew de Quincy | |
2005-06-12 | Fixed initialisation of LNBP21 | Andrew de Quincy | |
2005-06-12 | Implement voltage controls | Andrew de Quincy | |
2005-06-12 | Correct subsystem id | Andrew de Quincy | |
2005-06-11 | Initial support for s5h1420 frontend (new hauppauge/tt DVB-S SE). Untested | Andrew de Quincy | |
and incomplete, so commented out for the moment. | |||
2005-05-18 | adapted to tda1004x driver update | Hartmut Hackmann | |
2005-05-05 | cleanup from kernel: remove some unused static inlines | Johannes Stezenbach | |
2005-04-27 | fixed debugging instructions: av7110_debug -> debug | Oliver Endriss | |
2005-04-23 | patch 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-07 | fixed NTSC -> PAL switching (std->id is a bitmap!) | Oliver Endriss | |
2005-04-06 | VIDEO_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-03 | patch by Alexander Riedel: | Johannes Stezenbach | |
add support for KNC One Plus DVB-T and similar KNC One cards | |||
2005-03-26 | Switch 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-23 | Remove 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 fixes | Kenneth Aafloy | |
2005-03-18 | TT/Hauppauge Nexus Rev 2.3: use stv0299 routines for 22kHz/tone-burst/DiSEqC | Oliver Endriss | |
2005-03-17 | ttpci: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-14 | first try to support TT/Hauppauge Nexus Rev 2.3 | Oliver Endriss | |
2005-03-13 | budget-core.c vfree() checking cleanups. ↵ | Johannes Stezenbach | |
Signed-off by: James Lamanna <jlamanna@gmail.com> Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-03-12 | a few more whitespace cleanups | Johannes Stezenbach | |