summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2003-01-21Nxt6000 based frontend driverFlorian Schirmer
2003-01-18- add name field to struct dvb_adapterFlorian Schirmer
2003-01-17apply fix by <emard@softhome.net> in order to set demux_id correctlyHolger Waechtler
2003-01-16- extended the preprocessor magic to av7110.c, too, had to changeMichael Hunold
2003-01-16- renamed card enum as suggested by HolgerMichael Hunold
2003-01-15updateHolger Waechtler
2003-01-15One should test changes before committing them...Michael Hunold
2003-01-15Fixed the "frontend not recognnized on first load" bug byMichael Hunold
2003-01-13add a timeout to saa7146_i2c_writeout() to prevent endless loopJohannes Stezenbach
2003-01-13fix unresolved symbol __ucmpdi2 in 2.4 buildJohannes Stezenbach
2003-01-13Add NTSC mode back to av7110 driver.Michael Hunold
2003-01-10- Fix broken i2c irq transfer, due to Holger's changesMichael Hunold
2003-01-09return meaningful error valuesHolger Waechtler
2003-01-09- add #include <asm/semaphore.h> and #include <linux/timer.h> in orderHolger Waechtler
2003-01-09take over Bugfixes and improvements by Ralph Metzler <rjkm@metzlerbros.org>Holger Waechtler
2003-01-09Forgot to add some files.Michael Hunold
2003-01-09Fixes for 2.5.55 all over the place:Michael Hunold
2003-01-09last commit did break select()Andreas Oberritter
2003-01-08Removed the whole "device<=>extension" matching crap, the pci subsystemMichael Hunold
2003-01-08apply optimisation patches suggested by Dr. Werner Fink <werner@suse.de>Holger Waechtler
2003-01-08use writers count, not users count to decide if we want to shut down the fron...Holger Waechtler
2003-01-08apply fix regarding first tune after device open reported by Andrew de Quince...Holger Waechtler
2003-01-07Removed dependency from dvb-core and ttpci-budget to videodev/v4l,Michael Hunold
2003-01-07- Fixed all initializers to C99, expect av7110.cMichael Hunold
2003-01-06Fixed the "gray bar on the left side of the video window afterMichael Hunold
2003-01-05After all, using the i2c irq wasn't a good idea. After long hours ofMichael Hunold
2003-01-05Enable the FE before dvb_register_i2c_bus(), otherwise it won't beMichael Hunold
2003-01-05Fixed a saa7146 driver flaw: after a read() call is satisfied,Michael 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-28- added timeout handling for i2c_writeout(); it seems that theJohannes Stezenbach
2002-12-28don't hang uninterruptibly when opening the frontend deviceJohannes Stezenbach
2002-12-26removed comma at end of enumerator listAndreas Oberritter
2002-12-25As promised, I changed the "retry-loop" to the style of the "old" saa7146Michael Hunold
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