summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2004-05-27prevent Oops when PES filter is set with invalid pes_typeJohannes Stezenbach
2004-05-14Fix for aston CAM read timeout problemsAndrew de Quincy
2004-05-14Remove test for FE_CAN_MUTE_TS so that frontends will not leak stray data dur...Andrew de Quincy
2004-05-05protect feed_list with spin_locks (possibly fixes crashes on SMP)Johannes Stezenbach
2004-05-03- remove 2.4 compat code, expect for ttusb_dec.cMichael Hunold
2004-05-03Overhaul frontend i2c subsystem because of the recent discussion aboutMichael Hunold
2004-04-29- protect adapter module from removal after net interface has been set upMichael Hunold
2004-04-18- now really fix compilatonMichael Hunold
2004-04-18- fix compilationMichael Hunold
2004-04-14- rename FEEDTYPE_SEC/TS to DVB_NET_FEEDTYPE_MPE/ULEJohannes Stezenbach
2004-04-14formatting and codingstyle fixesJohannes Stezenbach
2004-04-14Fixed dvb_ringbuffer_pkt_next not advancing to next packetAndrew de Quincy
2004-04-14Removed configoption readback test since it is unreliableAndrew de Quincy
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