summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Kconfig
AgeCommit message (Collapse)Author
2004-12-26patch by Michal Feix: select FW_LOADER where necessaryJohannes Stezenbach
2004-12-16patch by Taylor Jacob to add support for ATSC/VSB frontendsJohannes 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-21added the dib3000mc/p frontend driver. Micheal, sorry for being overhasty ↵Patrick Boettcher
with the Kconfig from dibusb.
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-09-06Patch from Steve Toth for cx22702/new Hauppauge Nova-T support.Andrew de Quincy
2004-09-05Add 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-26Updated docs to point to firmware download scriptAndrew 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 entriesMichael 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 explicitlyMichael Hunold
mentioned in help text, but not enforced). found by Gert Uytterhoeven
2004-03-05Kconfig update for MT352.Daniel Mack
2004-02-21Updated documentation to contain note about USB devicesAndrew de Quincy
2004-02-16DVB_TDA1004X and DVB_NXT6000 do not depend on !STANDALONEJohannes Stezenbach
(i.e. no compile-time firmware image necessary) reported by Bernd Bartmann
2004-02-06add nxt6000 frontend driver to MakefilesJohannes Stezenbach
2004-01-27Updated descriptionAndrew de Quincy
2004-01-06- fix compilation with "make allyesconfig": make av7110Michael Hunold
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/
2003-11-20firmware loader implementation contributed by Martin StubbsHolger Waechtler
2003-10-13DVB_TWINHAN_DSTJamie Honan
2003-10-08replaced alps_bsrv2 driver by generic ves1893 & ves1993 driverAndreas Oberritter
2003-10-01- didn't mean to wipe out sp887x driver entryMichael Hunold
2003-10-01- clean up Kconfig files, use the new SELECT facilityMichael Hunold
- split up saa7146 compilation in core and video part
2003-09-11add entry for sp887xHolger Waechtler
2003-09-10Changes from 2.6.0-test5, although I don't know what they do...Michael Hunold
2003-06-27Firmware location can now be specified through v2.5 Kconfig.Andrew de Quincy
2003-06-27Make fixes for tda1004x renaming.Andrew de Quincy
2003-06-23Zarlink MT312 satellite channel decoder driverAndreas Oberritter
2003-06-16Andrew de Quincy's and Robert Schlalach's tda10045 DVB-T driverHolger Waechtler
2003-04-20add 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-23generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de>Holger Waechtler
replaces the old BSRU6 driver..
2002-11-19Atmel AT76C651 DVB-C demodulator driverAndreas Oberritter
2002-11-11new 2.5 style KConfig filesHolger Waechtler