Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-26 | patch by Michal Feix: select FW_LOADER where necessary | Johannes Stezenbach | |
2004-12-16 | patch by Taylor Jacob to add support for ATSC/VSB frontends | Johannes Stezenbach | |
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND | |||
2004-11-21 | added the dib3000mc/p frontend driver. Micheal, sorry for being overhasty ↵ | Patrick Boettcher | |
with the Kconfig from dibusb. | |||
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-09-06 | Patch from Steve Toth for cx22702/new Hauppauge Nova-T support. | Andrew de Quincy | |
2004-09-05 | Add driver for the DiBcom 3000-MB DVB-T frontend. It is used on USB DVB-T ↵ | Patrick Boettcher | |
devices based on a DiBcom reference design. | |||
2004-08-26 | Updated docs to point to firmware download script | Andrew de Quincy | |
2004-06-22 | - convert two driver to kernel i2c (untested, tester needed for the sp887x) | Michael Hunold | |
2004-05-28 | - clean up and sanitize various Kconfig entries | Michael Hunold | |
- especially sort the frontend modules by type and use a consistent naming scheme (although the distinction between demodulator, tuner and frontend gets fuzzier) | |||
2004-05-04 | - fixed and tested firmware loading. works like this if you want to do it by ↵ | Michael Hunold | |
hand: TT Budget-CI with tda10045h: mount -t sysfs none /sys/ echo "255" > /sys/class/firmware/timeout depmod -ae;modprobe budget-ci;modprobe tda1004x <change to another console> cd /sys/class/firmware/0-0008/ echo "1" > loading ; cat /tmp/tda1004x.bin > data ;echo "0" > loading | |||
2004-04-10 | - DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitly | Michael Hunold | |
mentioned in help text, but not enforced). found by Gert Uytterhoeven | |||
2004-03-05 | Kconfig update for MT352. | Daniel Mack | |
2004-02-21 | Updated documentation to contain note about USB devices | Andrew de Quincy | |
2004-02-16 | DVB_TDA1004X and DVB_NXT6000 do not depend on !STANDALONE | Johannes Stezenbach | |
(i.e. no compile-time firmware image necessary) reported by Bernd Bartmann | |||
2004-02-06 | add nxt6000 frontend driver to Makefiles | Johannes Stezenbach | |
2004-01-27 | Updated description | Andrew de Quincy | |
2004-01-06 | - fix compilation with "make allyesconfig": make av7110 | Michael Hunold | |
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/ | |||
2003-11-20 | firmware loader implementation contributed by Martin Stubbs | Holger Waechtler | |
2003-10-13 | DVB_TWINHAN_DST | Jamie Honan | |
2003-10-08 | replaced alps_bsrv2 driver by generic ves1893 & ves1993 driver | Andreas Oberritter | |
2003-10-01 | - didn't mean to wipe out sp887x driver entry | Michael Hunold | |
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold | |
- split up saa7146 compilation in core and video part | |||
2003-09-11 | add entry for sp887x | Holger Waechtler | |
2003-09-10 | Changes from 2.6.0-test5, although I don't know what they do... | Michael Hunold | |
2003-06-27 | Firmware location can now be specified through v2.5 Kconfig. | Andrew de Quincy | |
2003-06-27 | Make fixes for tda1004x renaming. | Andrew de Quincy | |
2003-06-23 | Zarlink MT312 satellite channel decoder driver | Andreas Oberritter | |
2003-06-16 | Andrew de Quincy's and Robert Schlalach's tda10045 DVB-T driver | Holger Waechtler | |
2003-04-20 | add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code - | Holger Waechtler | |
these belong to compat.h... maybe we want to change the devfs_mk_dir() declaration to follow >2.5.66 semantics by default, but this would require a few more lines of code | |||
2002-12-23 | generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de> | Holger Waechtler | |
replaces the old BSRU6 driver.. | |||
2002-11-19 | Atmel AT76C651 DVB-C demodulator driver | Andreas Oberritter | |
2002-11-11 | new 2.5 style KConfig files | Holger Waechtler | |