summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2003-01-22Export dvb_swf_filter()Florian Schirmer
2003-01-18- add name field to struct dvb_adapterFlorian Schirmer
2003-01-09- add #include <asm/semaphore.h> and #include <linux/timer.h> in orderHolger Waechtler
2003-01-09take over Bugfixes and improvements by Ralph Metzler <rjkm@metzlerbros.org>Holger Waechtler
2003-01-09last commit did break select()Andreas Oberritter
2003-01-08apply optimisation patches suggested by Dr. Werner Fink <werner@suse.de>Holger Waechtler
2003-01-08use writers count, not users count to decide if we want to shut down the fron...Holger Waechtler
2003-01-08apply fix regarding first tune after device open reported by Andrew de Quince...Holger Waechtler
2003-01-03Fix build problems for 2.4.x kernelsMichael Hunold
2003-01-03Build fixes for 2.5.x, thank Gregoire Favre <greg@ulima.unil.ch>Michael Hunold
2003-01-02Do not return values greater than zeroFlorian Schirmer
2003-01-02allow multiple read only usersAndreas Oberritter
2002-12-31apply patch suggested by Uwe SchefflerHolger Waechtler
2002-12-29Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi...Michael Hunold
2002-12-28don't hang uninterruptibly when opening the frontend deviceJohannes Stezenbach
2002-12-23Official patch for "get_ac3_info()" by Holger.Michael Hunold
2002-12-22"get_ac3info" is referenced by av7110.o, but the symbol is notMichael Hunold
2002-12-20Reintroduce video_copy - it's still needed by dvb-coreFlorian Schirmer
2002-12-20Compat stuff for 2.4Florian Schirmer
2002-12-20Remove stale exportsFlorian Schirmer
2002-12-20- move ipack handling into av7110_ipack.[hc]Holger Waechtler
2002-12-20 - fix the not-checked-return value at start_feed() bugHolger Waechtler
2002-12-17stop fe thread without FE_SLEEP if shutdown timeout is 0Andreas Oberritter
2002-12-17Remove most of the compatiblilty crap from "compat.h", the newMichael Hunold
2002-12-06 - rename kdvb-fe to kdvb-fe-%i:%i (adapter/id)Holger Waechtler
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
2002-12-04call reparent_to_init() after daemonize ()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-21replaced down_interruptible() by non-interruptible down() and changedHolger Waechtler
2002-11-19fixed a stupid bug regarding FE_CAN_CLEAN_SETUPHolger Waechtler
2002-11-18add FE_CAN_CLEAN_SETUP bit to avoid unnecessairy zigzag delay when usingHolger Waechtler
2002-11-18make i2c messages const pointersHolger Waechtler
2002-11-18fixed a stupid bug introduced by the 2.5.48 changesHolger 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
2002-11-15frontend notification fixes by Florian SchirmerHolger Waechtler
2002-11-11new 2.5 style KConfig filesHolger Waechtler
2002-11-11dvb-core/compat.c: blank line indent beautificationHolger Waechtler
2002-11-11make "DVB: initialising frontend..." a debug message ind introduceHolger Waechtler
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
2002-11-08- software section filter cleanupHolger Waechtler
2002-11-08use generic crc32 code in 2.5, move DVB fallback into compat.cHolger Waechtler