summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2004-04-12Added timeout to write loopAndrew de Quincy
2004-04-09Increased readers to 1Andrew de Quincy
2004-04-09Remove FR IRQ - The driver no longer uses it, and my Cryptoworks CAMAndrew de Quincy
2004-04-09Fixed stupid bug in io_readAndrew de Quincy
2004-04-08Fix for 100% CPU usage on CAM failureAndrew de Quincy
2004-04-05Fixed polling delay.Andrew de Quincy
2004-04-05First commmit for budget-ci CI interface codeAndrew de Quincy
2004-03-31- add crc32 include for ULE patchMichael Hunold
2004-03-31- integrate ULE Decapsulation code, thanks to gcs - Global Communication & Se...Michael Hunold
2004-03-31- first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ...Michael Hunold
2004-03-15- if dvb_frontend_internal_ioctl() returns an error code, be sure toMichael Hunold
2004-03-14Converted 8space->1tabs (formatting)Andrew de Quincy
2004-03-12Hardening of the code to cope with nastier CAM insert/removal situationsAndrew de Quincy
2004-03-12Tabbing issueAndrew de Quincy
2004-03-12Add instrumentation to debug tuning problemsAndrew de Quincy
2004-03-12Couple of minor refinements to the frontend wakeup codeAndrew de Quincy
2004-03-12Fix wake_on_interruptible_timeout call so it can also be woken up whenAndrew de Quincy
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-03-03kill "unused variable" warningJohannes Stezenbach
2004-03-01remove superflous memset() which caused section data to be overwrittenJohannes Stezenbach
2004-03-01Better default delay for DVB-T frontendsAndrew de Quincy
2004-02-28Fixed syntax errorAndrew de Quincy
2004-02-27Set fe->state to FESTATE_IDLE on thread stop to ensure everythingAndrew de Quincy
2004-02-27More finetuning as a result of experimentationAndrew de Quincy
2004-02-27Reduced maxdrift for QPSK by half, as it was drifting across onto otherAndrew de Quincy
2004-02-26Fixed synchronisation problem where an app could issueAndrew de Quincy
2004-02-26Added FE_GETMINDELAY. The frontend can implement this, and return aAndrew de Quincy
2004-02-26Upped fast scan delay to 50ms; seems to be more reliableAndrew de Quincy
2004-02-26Reduced the number of tuning steps to be as it was previouslyAndrew de Quincy
2004-02-25Fixed stupid lastminutechange bugAndrew de Quincy
2004-02-25Rewritten core tuning loop. Name of a few flags still to be changed.Andrew de Quincy
2004-02-23viro@parcelfarce.linux.theplanet.co.uk: [netdrvr dvb/dvb_net] fixesMichael Hunold
2004-02-21Initial checkin. These are untested, and probably will not compile;Andrew de Quincy
2004-02-10fix dvb_ringbuffer_read/write() buffer pointer bugJohannes Stezenbach
2004-02-07fix tuning speed issueJohannes Stezenbach
2004-01-31- replace usage of sleep_on_...() here, tooMichael Hunold
2004-01-31- add wait_event_interruptible_timeout() macro to dvb-compat.hMichael Hunold
2004-01-30- fix NET_GET_IF Oops on 2.6.xJohannes Stezenbach
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