summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2004-01-23- spelling fix: aquire -> acquireMichael Hunold
2004-01-20- some more compatiblity cruft to make the driver compile down toMichael Hunold
2004-01-16merge frontend improvements from DVB tree:Johannes Stezenbach
2004-01-14corrected bug in dvb_demux.c:1.44->1.45:Andreas Oberritter
2004-01-12- copy each packet only once to the dvr device, even if a PID is in multiple ...Michael Hunold
2004-01-07- add defines again, needed for older kernels, of course...Michael Hunold
2004-01-05- fix compiler warningMichael Hunold
2003-12-20corrected handling of feed listsAndreas Oberritter
2003-12-08Add a parameter to dvb_filter_pes2ts function to specify whether the packetAlex Woods
2003-12-03emard's cleanupHolger Waechtler
2003-12-02emard's new section demux code. Please test!Holger Waechtler
2003-11-14change license GPL -> LGPLOliver Endriss
2003-11-10applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ti...Holger Waechtler
2003-10-31fix rare crash on invalid packets, patch by Asier AguirreJohannes Stezenbach
2003-10-28Copy the data variable as well on register client so that detachJamie Honan
2003-10-16- change all occurences of crc32_le to crc32_beMichael Hunold
2003-10-16- fix compilation error in dvb_net.cMichael Hunold
2003-10-16- add missing #include <linux/version> to fix compilationMichael Hunold
2003-10-15fixed the bug found by this portuguese girl.Holger Waechtler
2003-10-14Pass thorugh return value of register_chrdev()Michael Hunold
2003-10-14In 2.6, the networking code has changed. Unfortunately, weMichael Hunold
2003-10-14Backfeed whitespace changes from linux-2.6.0-test7, so this won'tMichael Hunold
2003-10-14Include 2.6 kernel janitor cleanups (eliminate #include duplication, shiftMichael Hunold
2003-10-13Packet size 204 for dst.Jamie Honan
2003-10-13dvb_dmx_swfilter_204 for DST-CI.Jamie Honan
2003-10-13Added Brad Campbell's dvb_dmx_swfilter_204 routine to handle data fromJamie Honan
2003-10-13Added Brad Campbell's dvb_dmx_swfilter_204 for data from dst-ci.Jamie Honan
2003-10-09dvb_dmx_swfilter_section_feed: check CRC only whenJohannes Stezenbach
2003-10-09This file is not used anymore.Michael Hunold
2003-10-08avoid "redefinition of bla bla" errors when building with patched kernelsAndreas Oberritter
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
2003-10-01- clean up Kconfig files, use the new SELECT facilityMichael Hunold
2003-09-19patch by Jon Burgess:Johannes Stezenbach
2003-09-10Use iminor() instead of minor(), add a macro to provide 2.4Michael Hunold
2003-09-10Make sure void* arguments get converted in two steps:Michael Hunold
2003-09-10Add missing #includeMichael Hunold
2003-08-26added missing initialization of '.readers'Oliver Endriss
2003-08-24- * dvb-core.hAndreas Oberritter
2003-08-24Fix copyright stuff in various files:Michael Hunold
2003-08-21fix (int)<->(void*) compile warning, there are many more, especially in the D...Holger Waechtler
2003-08-21Port the latest video device changes (multiple read device opens)Michael Hunold
2003-08-09Change to URB mem allocation to GFP_ATOMIC since it gets called fromAlex Woods
2003-07-24bend only for different adapters...Holger Waechtler
2003-07-04don't include <linux/crc32.h>, this is done by dvb_compat.hHolger Waechtler
2003-07-01report EINTR if dvr write gets interruptedJohannes Stezenbach
2003-06-29add some sanity checks and additional locking in synchronizer codeHolger Waechtler
2003-06-29clear net_device struct using memset(net, 0, ...) before initializingHolger Waechtler
2003-06-27flush work queues on deinitialisation, restart feeds in set_mac in work queueHolger Waechtler
2003-06-24- set check-CRC flag on section filter to drop broken packetsJohannes Stezenbach
2003-06-23- prevent interface from being removed while it is in useJohannes Stezenbach