summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-17Add the video4linux driver for the "Multimedia eXtension Board",Michael Hunold
an analogue tv card based on the saa7146. Warning: Makefile and Kconfig will most likely be changed by Gerd Knorr as well, so be sure to change these accordingly. Warning2: "saa7111" is already available in the kernel, but needs to be modified, as well as "video_decoder" in include/linux
2002-12-17Some build fixes. Removed "makecrosslinks" because it won't workMichael Hunold
anymore.
2002-12-17Remove most of the compatiblilty crap from "compat.h", the newMichael Hunold
saa7146 does not need the stuff any more. Propagate these changes to some of the files. Remove unnecessary stuff from the Makefile,
2002-12-17Change the av7110 to use the new saa7146 core, necessary changesMichael Hunold
to the Makefile.
2002-12-17Remove old saa7146 driver core used for the av7110.Michael Hunold
2002-12-17Add the new saa7146 driver core to media/common.Michael Hunold
2002-12-09audio status patch by Honza Petrous <hop@unibase.cz>Holger Waechtler
2002-12-06 - rename kdvb-fe to kdvb-fe-%i:%i (adapter/id)Holger Waechtler
- rename arm_mon thread to kdvb-av7110 - don't start high priority frontend thread before first tuning
2002-12-05fixed DMX_GET_PES_PIDS declarationJohannes Stezenbach
2002-12-05get the fe->thread thing rightHolger Waechtler
2002-12-05applied patch suggested by Oliver Endriss <o.endriss@gmx.de> in order to avoidHolger Waechtler
race conditions while starting threads
2002-12-04call reparent_to_init() after daemonize ()Holger Waechtler
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-26add new vendor/device id pair reported by Rolf Schillinger <rolf@sir-wum.de>Holger Waechtler
2002-11-22export symbols for vmalloc_to_page() and generic_usercopy()Holger Waechtler
2002-11-21CRC handling / seeding changesFlorian Schirmer
2002-11-21CRC handling / seeding changesFlorian Schirmer
2002-11-21added CA_DESCR supportJohannes Stezenbach
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-21replaced down_interruptible() by non-interruptible down() and changedHolger Waechtler
kdvb-fe thread exit code - hopefully this resolves the problems reported with occasional oopses at deinitialisation 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-18make i2c messages const pointersHolger Waechtler
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-18fixed a stupid bug introduced by the 2.5.48 changesHolger Waechtler
2002-11-18some stv0299 report bogus device id's after soft reboot, so we'll acceptHolger Waechtler
those too...
2002-11-18keymap fixHolger Waechtler
2002-11-18replace __MOD_(INC|DEC)_USE_COUNT() by try_module_get() and module_put()Holger Waechtler
2002-11-18code review and simplificationHolger Waechtler
2002-11-18pes_type leak patch by Florian SchirmerHolger Waechtler
2002-11-18pcr pid patch by Florian SchirmerHolger Waechtler
2002-11-18wait a little more again before starting the zigzag scanHolger Waechtler
Klaus Schmidinger reported some problems with the new value on BSRV2 based cards
2002-11-15frontend notification fixes by Florian SchirmerHolger Waechtler
2002-11-13fix card id string for ambingious vendor idHolger Waechtler
2002-11-11new 2.5 style KConfig filesHolger Waechtler
2002-11-11dvb-core/compat.c: blank line indent beautificationHolger Waechtler
dvb-core/compat.h: module versioning support for remap_page_range() fake av7110/saa7146_core.c: #include <linux/mm.h> for remap_page_range()
2002-11-11make "DVB: initialising frontend..." a debug message ind introduceHolger Waechtler
"DVB: registering frontend..."
2002-11-11fake cond_resched for kernels < 2.4.20 and reintroduce the lost minor() fakeHolger Waechtler
2002-11-08enable 2.4 compatibility stuff for all kernels before 2.5.0Holger Waechtler
2002-11-08user counter direction changed a long time ago, this screwed up the powerHolger Waechtler
management code. The bug never showed up so late since we disabled this feature by default...
2002-11-08- software section filter cleanupHolger Waechtler
- enable crc32 check again - add hooks for hardware accelerated memory transfer and crc32 checks (patch contributed by Florian Schirmer)