summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Collapse)Author
2004-11-18#if 0'ed unused soft_diseqc() functionJohannes Stezenbach
2004-11-18#if 0'ed unsed tone/voltage/diseqc functionsJohannes Stezenbach
2004-11-18replace one remaining MODULE_PARMJohannes Stezenbach
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
kill dvb_ksyms.c and move the EXPORT_SYMBOLs to the files where the functions are
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
DVB_TTUSB_DEC selects CRC32, do the #ifdefs can be removed.
2004-11-16Fixed race condition between driver and av7110 while accessingOliver Endriss
the COMMAND register in DPRAM. See http://www.linuxtv.org/mailinglists/vdr/2004/01-2004/msg00331.html Special thanks to Dr. Werner Fink for debugging the other (ARM) side.
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-11-15added some error messages for debi debuggingOliver Endriss
2004-11-14 - Fix budget module usage count for frontend/demux devices.Kenneth Aafloy
2004-11-14double dst_wait_dst_ready() timeoutJohannes Stezenbach
2004-11-14Fixed demod i2c addressAndrew de Quincy
2004-11-13Implemented vp3021 supportAndrew de Quincy
2004-11-13Fix saa7146 timeout problemAndrew de Quincy
2004-11-13Fix module usage count problemAndrew de Quincy
2004-11-13Segfault prevention fixesAndrew de Quincy
2004-11-13Corrected formattingAndrew de Quincy
2004-11-13Fix dvb-ttpci driver for new wait_for_debi_done(...,busywait) routine.Oliver Endriss
Note that 'busywait' is misleading: should be called 'nobusywait'
2004-11-12 - fix atomic schedulingKenneth Aafloy
2004-11-12 - compatability code for remap_pfn_range/remap_page_rangeKenneth Aafloy
2004-11-12Fixed TT budget CI interfaceAndrew de Quincy
2004-11-12Enhanced poll_slot_status to support non-IRQ interfacesAndrew de Quincy
2004-11-12 - Compile fixKenneth Aafloy
2004-11-12Added code to ensure CAMs are still present on open()/release()Andrew de Quincy
2004-11-12Updated to fix problems with some CAMs on KNC1 cardsAndrew de Quincy
2004-11-12Added locking to prevent GPIO problem between polling and IO/attribute memoryAndrew de Quincy
access
2004-11-12Support for KNC1/Cinergy CI modules. Patch by Olivier Gournet and myself.Andrew de Quincy
2004-11-11don't report FE_HAS_LOCK w/o (FE_HAS_CARRIER && FE_HAS_VITERBI && FE_HAS_SYNC)Johannes Stezenbach
2004-11-11Renamed functions now I know the correct tuner moduleAndrew de Quincy
2004-11-10Patch from olivier to add support for KNC cardsAndrew de Quincy
2004-11-09Fixed up init tablesAndrew de Quincy
2004-11-09Hopefully fixed the skystar2 problem - hard to spot bug in the init table codeAndrew de Quincy
2004-11-09Sigh. another stupid bugAndrew de Quincy
2004-11-09TypoAndrew de Quincy
2004-11-09Added delay loopAndrew de Quincy
2004-11-09Added wait loopAndrew de Quincy
2004-11-09Fix up tuner i2c problemsAndrew de Quincy
2004-11-09Fixed chipid for tda10046Andrew de Quincy
2004-11-09This device cannot handle a read operation without a stop conditionAndrew de Quincy
between register and byte
2004-11-09TypoAndrew de Quincy
2004-11-09Cleaned device attachAndrew de Quincy
2004-11-09Added stv0297 entryAndrew de Quincy
2004-11-09Added support for stv0297 based cardsAndrew de Quincy
2004-11-09Set "magic bits"Andrew de Quincy
2004-11-09Cope with missing init() functionAndrew de Quincy
2004-11-09Forgot to unset initialised flag after sleepAndrew de Quincy
2004-11-08- make needlessly global code staticMichael Hunold
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de>
2004-11-07added remote control event handling. Thanks to David Matthews.Patrick Boettcher
2004-11-07Fixed set_toneAndrew de Quincy
2004-11-06added support for special Artec devices (with AN2235 usb controller)Patrick Boettcher
2004-11-05- enable several new devices (even the broken Artec T1 with a Kconfig switch)Patrick Boettcher
- fixed dvb-dibusb in order to get along with dib3000 changes