Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-15 | Added support for Air2PC/AirStar 2 ATSC 3rd generation (HD5000) | Michael Krufky | |
Signed-off-by: Taylor Jacob <rtjacob@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-10-03 | Remove broken stv0299 enhanced tuning code | Andrew de Quincy | |
2005-09-10 | adding special stv0297-driver for the Technisat/B2C2 CableStar2 PCI and USB | Patrick 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-07-26 | Update w.r.t stv0297 frontend driver changes. | 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-05-15 | added support for the Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC ↵ | Patrick Boettcher | |
QAM64/256) demodulator used in the first generation of Air2PC ATSC PCI-cards/USB-boxes made by B2C2. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-11 | Fixed DiSeqC switching, which was wrongly taking over from skystar2.c. | Patrick Boettcher | |
Thanks to Joerg Riechardt for finding the bug and testing the Fix. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-05 | merge whitespace cleanups from kernel tree | Johannes Stezenbach | |
2005-04-07 | whitespace cleanup for the flexcop-driver, no functional change | Patrick Boettcher | |
2005-03-19 | - Patch by Olaf Titz: gcc 2.95 compile fixes | Kenneth Aafloy | |
2005-03-17 | b2c2: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-09 | - moved the flexcop-driver-suite to linux/drivers | Patrick Boettcher | |
- adapted build-2.6 (removed skystar2 from insmod.sh) - corrected some bugs in Kconfig - tried compilation with linux 2.6.11 (as module and as compiled-in-driver) |