Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-05 | Fix TT budget-ci 1.1 CI slots | Andrew de Quincey | |
From: Andrew de Quincey <adq_dvb@lidskialf.net> It turns out the firmware on the TT budget-ci 1.1 slots doesn't generate interrupts. This patch adds support for this using polling mode on these slots. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2006-03-16 | Moved duplicated code of ALPS BSRU6 tuner to a standalone file. | Oliver Endriss | |
From: Perceval Anichini <perceval.anichini@streamvision.fr> Moved duplicated code of ALPS BSRU6 tuner to a standalone file. Modified av7110 and budget drivers to include the new file. Signed-off-by: Perceval Anichini <perceval.anichini@streamvision.fr> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2006-02-28 | TechnoTrend S-1500 card handling moved from budget.c to budget-ci.c | Oliver Endriss | |
From: Perceval Anichini <perceval.anichini@streamvision.fr> TechnoTrend S-1500 card handling moved from budget.c to budget-ci.c. Signed-off-by: Perceval Anichini <perceval.anichini@streamvision.fr> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-12-04 | Backport of Dmitry Torokhov's input layer changes at mainline kernel | Ricardo Cerqueira | |
From: Ricardo Cerqueira <v4l@cerqueira.org> kernel-sync Ported changes by Dmitry Torokhov <dtor_core@ameritech.net> and added backwards compatibility checks for kernels < 2.6.15 Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> | |||
2005-11-08 | fixed DiSEqC timing for saa7146-based budget cards | Oliver Endriss | |
(speed-up ioctls using SAA7146_I2C_SHORT_DELAY) Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-10-24 | stv0299_set_frontend(): reduced number of i2c transfers, set register 0x12 ↵ | Oliver Endriss | |
from inittab Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-10-03 | Remove broken stv0299 enhanced tuning code | Andrew de Quincy | |
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-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 | Start of support for TT DVBC CI. | Andrew de Quincy | |
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-06-14 | New TT card is not sold by hauppauge, so remove "nova" stuff from its | Andrew de Quincy | |
description. | |||
2005-06-13 | Support for new TT DVB-T-CI, thanks to Andre Weidemann | Andrew de Quincy | |
2005-05-18 | adapted to tda1004x driver update | Hartmut Hackmann | |
2005-03-17 | ttpci: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2004-11-22 | patch by Adrian Bunk: philips_tdm1316l_config multiple definition | Johannes Stezenbach | |
-> make them static | |||
2004-11-20 | Added setting to allow inversion of OCLK | Andrew de Quincy | |
2004-11-14 | - Fix budget module usage count for frontend/demux devices. | Kenneth Aafloy | |
2004-11-13 | Fix module usage count problem | Andrew de Quincy | |
2004-11-13 | Corrected formatting | Andrew de Quincy | |
2004-11-12 | Updated to fix problems with some CAMs on KNC1 cards | Andrew de Quincy | |
2004-11-12 | Support for KNC1/Cinergy CI modules. Patch by Olivier Gournet and myself. | Andrew de Quincy | |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-09-20 | - remove stupid DEB_* debugging macro horror from av7110 and budget drivers, ↵ | Michael Hunold | |
replace them with dprintk(level, msg) instead - remove whitespace and linefeed violations all over the place | |||
2004-08-26 | Fix SMP lockup issue | Andrew de Quincy | |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is ↵ | Michael Hunold | |
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - | |||
2004-08-18 | - nuke dvb functions stuff | Michael Hunold | |
2004-08-16 | Fixes to improve cam removal/detection | Andrew de Quincy | |
2004-05-24 | - fix segmentation fault when using stv0299 driver, the private data pointer ↵ | Michael Hunold | |
has to be initialized *before* the init functions is called... | |||
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold | |
(Alex, do you take care of that one?) | |||
2004-05-01 | Enabled CI code by default | Andrew de Quincy | |
2004-04-20 | Now switches SAA7146 video input port on CAM insertion/removal | Andrew de Quincy | |
2004-04-17 | Fixed GPIO1 setting for CI cards | Andrew de Quincy | |
2004-04-05 | First commmit for budget-ci CI interface code | Andrew de Quincy | |
2004-03-12 | Doh! Applied patch to the wrong copy of the CVS tree. THIS one has the | Andrew de Quincy | |
SMP fixes | |||
2004-03-12 | SMP compilation fixes thanks to Kenneth Aafløy | Andrew de Quincy | |
2004-03-11 | #include <dvb_functions.h> for dvb_delay() | Johannes Stezenbach | |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-03-05 | changed name of ir event device to a more useful string | Oliver Endriss | |
2003-11-20 | - move saa7146_set_gpio() from saa7146_vv to saa7146_core | Michael Hunold | |
- add "new" saa7146_wait_for_debi_done() function, remove other versions from av7110 and budget.ci - make budget-ci use this gpio function and the new wait_...() function, therefore fix BORROWED_FROM_AV7110_H_BUT_REALLY_BELONGS_IN_SAA7146_DEFS_H remark | |||
2003-10-28 | The remote control table should be filled completely. At least | Jamie Honan | |
populate the entries that come with the standard Hauppauge RC. Makes vdr bearable. | |||
2003-10-09 | - backfeed patches from 2.6.0-test7, which have not gone through our cvs: | Michael Hunold | |
- janitorial fixes (mostly return code handling) - spelling fixes in Kconfig files - line breaks to re-formatting | |||
2003-08-31 | use budget-ci driver for new TT DVB-T cards with onboard MSP430. | Holger Waechtler | |
budget-ci is now getting a pretty misleading name, so let's start the poll: "how shall we call the module? Can we distinguish the cards by revision number?" | |||
2003-07-07 | Make the "ext_vv_data" informations a per-device information instead | Michael Hunold | |
of a per-extension information. This is needed for the DVB-C cards, which seem to have swapped field order and need to propagate some video4linux specific stuff for the analog module to work. | |||
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold | |
Alan Cox reformatted the code to follow his coding style when he fixed the merge bugs. This patch now introduces these coding style changes, so that we don't wipe out his changes with the next patchset. | |||
2003-04-22 | - removed the compatibility crap around KBUILD_MODNAME from all drivers, | Michael Hunold | |
use KBUILD_BASENAME for 2.4 instead some changes to the i2c core to make it work with both 2.4 and late 2.5 kernels (not done yet -- only interesting for analog drivers) - add MODULE_DEVICE_TABLE to all drivers, so that pci "hotplug" can detect the devices automatically. Alan Cox says, that we should use this to load the firmware (not done yet) - fix the long standing "insmod/rmmod with multiple budget cards" bug -- it was a double kfree() call... | |||
2003-03-20 | Move the budget-driver from "ttpci-budget" to "ttpci", because the | Michael Hunold | |
devices are so similar. Perhaps it will be possible to share more code between these drivers later on. |