summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2003-02-26fixedAndreas Oberritter
dvb_dummy_fe.c:94: warning: function declaration isn't a prototype dvb_dummy_fe.c:27: warning: `debug' defined but not used
2003-02-23Add support for dummy frontends for DVB-S/C/T, selectable byDavor Emard
module paramter sct=0/1/2 respectively.
2003-02-03get the (ftype == LG_TDQF_S001F || ftype == ALPS_BSRU6) thing right, thanksHolger Waechtler
to Jack Thomasson <jkt@Helius.COM> for pointing this out...
2003-02-03bugfix for Allps BSRU6 contributed by Matt Davis <matt@Helius.COM>Holger Waechtler
2003-01-28- Removed some debug stuffFlorian Schirmer
- Bugfixes - Setup clock polarity properly
2003-01-28- More autodetect codeFlorian Schirmer
- Support BW 6 and 7 MHz modes - Bugfixes
2003-01-27Lots of bugfixes and new featuresFlorian Schirmer
2003-01-21get in sync w/ DVB/Holger Waechtler
2003-01-21Nxt6000 based frontend driverFlorian Schirmer
2003-01-15updateHolger Waechtler
2003-01-02tiny code cleanupAndreas Oberritter
2002-12-29Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> ↵Michael Hunold
videodev.o dependency, so we can later split up the av7110 driver into a av7110 and budget card driver. I tested this on 2.4.18-3 (original RedHat 7.3 kernel) and 2.5.53. Changes in detail: saa7146: - fixed the unitialised timer warnings - split saa7146.o into saa7146.o and saa7146_vv.o: all videodev (ie. v4l) related stuff is now encapsulated in saa7146_vv.o. the extension (ie. mxb or dvb-ttpci) now has to make sure to register the v4l devices via helper functions provided by saa7146_vv mxb: - changes to make the driver compile with the new saa7146 and saa7146_vv parts - fix the vbi bypass issue for MXBs with saa7146, rev. 1 card av7110: - changes to make the driver compile with the new saa7146 and saa7146_vv parts - some changes related to the upcoming av7110 <=> budget splitup, but they are commented out - changed the saa7146 PAL values to experimental values that look good to me, but kept the old values as a comment. where are the original values from? there is a big black border on most channels on the left side which annoyed me... - changed from video/generic_usercopy() to dvb_usercopy() and put this into the source code, not into compat.c - moved the crc_32* stuff from compat.c to the source file where it is used - now compat.[ch] was removed completely, all references were deleted from all other files. other: - updated the README and TODO files - changed "makelinks" to remove alps_bsru6 stuff from kernel when making the symlinks - fixed the build files in "build-2.4" - fixed all other files needed for 2.5.x kernel build
2002-12-23generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de>Holger Waechtler
replaces the old BSRU6 driver..
2002-12-17Some build fixes. Removed "makecrosslinks" because it won't workMichael Hunold
anymore.
2002-11-27apply fix by Micael Beronius <micael.beronius@telia.com> in order to release theHolger Waechtler
reset bit in autoinversion code
2002-11-26one more parenthesis bug fixHolger Waechtler
2002-11-26also set FE_HAS_LOCK if frontend has agc1 lockAndreas Oberritter
2002-11-26add explicit parentheses to ensure the correct operator precedenceHolger Waechtler
2002-11-21- set up BLK_OUT stream mode, the demodulator works more reliable in thisHolger Waechtler
mode - now we don't need to clear the interrupt bits anymore - use one frequency divisor for all bands - use high PLL charge pump current all the time
2002-11-20applied patch by Juergen Peitz <peitz@snafu.de>Holger Waechtler
2002-11-20load microcode only once at attach time. Patch by Juergen Paitz <peitz@snafu.de>Holger Waechtler
2002-11-19fixed a stupid bug regarding FE_CAN_CLEAN_SETUPHolger Waechtler
2002-11-19removed unused MODULE_PARM(debug,"i")Holger Waechtler
2002-11-19Atmel AT76C651 DVB-C demodulator driverAndreas Oberritter
2002-11-18code review and cleanup, dynamic demod i2c address probing, autoinversionHolger Waechtler
2002-11-18add FE_CAN_CLEAN_SETUP bit to avoid unnecessairy zigzag delay when usingHolger Waechtler
demodulators which can set new parameters without artifacts
2002-11-18removed debug+test codeHolger Waechtler
2002-11-18implemented inversion auto detection, the voodoo "i am a LG and not an ↵Holger Waechtler
Alps"-#define is gone...
2002-11-18some stv0299 report bogus device id's after soft reboot, so we'll acceptHolger Waechtler
those too...
2002-11-11new 2.5 style KConfig filesHolger Waechtler
2002-11-06disable DiSEqC by defaultHolger Waechtler
2002-10-28close brace in email adressHolger Waechtler
2002-10-24fix a typoHolger Waechtler
2002-10-24include README in Config.helpHolger Waechtler
2002-10-24Alps TDLB7 DVB-T driver by Juergen Peitz <peitz@snafu.de>Holger Waechtler
2002-10-24BER fixes by obiHolger Waechtler
2002-10-21DiSEqC over i2cHolger Waechtler
2002-10-21fix FE_HAS_SIGNAL bitHolger Waechtler
2002-10-21follow HEAD changesHolger Waechtler
2002-10-21less verbosityHolger Waechtler
2002-10-21another frontendHolger Waechtler
2002-10-21shift EEPROM adressHolger Waechtler
2002-10-17make lowlevel drivers dependent on $CONFIG_DVB_CORE, minor help text changesHolger Waechtler
2002-10-16more help textsHolger Waechtler
2002-10-16the 2.5 treeHolger Waechtler