summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2003-02-26fixed build for kernel versions < 2.5.63Andreas Oberritter
2003-02-26- Compile fixes against 2.5.63 (daemonize() has been changed)Michael Hunold
2003-02-23Before changing promiscuous/multi state (and temporarily stoppingDavor Emard
2003-02-20ensure that poll_wait() is always called in poll()Holger Waechtler
2003-02-18ring buffer cleanupOliver Endriss
2003-02-17replaced pid2feed array by linked list, allow multipleAndreas Oberritter
2003-02-03NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it>Holger Waechtler
2003-01-27Adjusted the versioning for the "get_user_pages()" function,Michael Hunold
2003-01-24implement vmalloc_to_page() again in order to maintain backward compatibilityHolger Waechtler
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