summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Expand)Author
2003-01-05Enable the FE before dvb_register_i2c_bus(), otherwise it won't beMichael Hunold
2003-01-04- Removed preinit() from saa7146 probe()/attach() logic, it's not usedMichael Hunold
2003-01-04Forgot to add budget-av.c and budget.hMichael Hunold
2003-01-04Some more changes... (but we're stabilizing...)Michael Hunold
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-03Compile fixes for 2.5.54.Michael Hunold
2003-01-02Do not return values greater than zeroFlorian Schirmer
2003-01-02tiny code cleanupAndreas Oberritter
2003-01-02allow multiple read only usersAndreas Oberritter
2002-12-31apply patch suggested by Uwe SchefflerHolger Waechtler
2002-12-30Next chunk of big splitup / cleanup:Michael Hunold
2002-12-29Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi...Michael Hunold
2002-12-28Added fix for fidbirq() related crashes for budget cards: simply ignoreMichael Hunold
2002-12-28don't hang uninterruptibly when opening the frontend deviceJohannes Stezenbach
2002-12-23generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de>Holger Waechtler
2002-12-23Removed some leftover bogus debugging messages, cleaned up the TODOMichael Hunold
2002-12-23For some unobvious reason, analog cards (ie. the MXB) and digital cardsMichael Hunold
2002-12-23Changed the debug messages to use a similar system like saa7146, it'sMichael Hunold
2002-12-23Official patch for "get_ac3_info()" by Holger.Michael Hunold
2002-12-22Fixed one wrong IER_DISABLE (look at the commented out version below,Michael Hunold
2002-12-22Changed i2c_writeout() and the irq handler to use a waitqueueMichael 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-20Removed the dependecy to i2c-core from saa7146 and av7110,Michael Hunold
2002-12-19Necessary changes for static build.Michael Hunold
2002-12-19make 'standard' staticHolger Waechtler
2002-12-17stop fe thread without FE_SLEEP if shutdown timeout is 0Andreas Oberritter
2002-12-17Some build fixes. Removed "makecrosslinks" because it won't workMichael Hunold
2002-12-17Remove most of the compatiblilty crap from "compat.h", the newMichael Hunold
2002-12-17Change the av7110 to use the new saa7146 core, necessary changesMichael Hunold
2002-12-17Remove old saa7146 driver core used for the av7110.Michael Hunold
2002-12-09audio status patch by Honza Petrous <hop@unibase.cz>Holger Waechtler
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-27apply fix by Micael Beronius <micael.beronius@telia.com> in order to release theHolger Waechtler
2002-11-26one more parenthesis bug fixHolger Waechtler
2002-11-26also set FE_HAS_LOCK if frontend has agc1 lockAndreas Oberritter
2002-11-26add explicit parentheses to ensure the correct operator precedenceHolger Waechtler
2002-11-26add new vendor/device id pair reported by Rolf Schillinger <rolf@sir-wum.de>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-21- set up BLK_OUT stream mode, the demodulator works more reliable in thisHolger Waechtler