summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-26- add back support for older kernels due to popular demandMichael Hunold
2004-10-26spinlock initilization added (thanks to Philipp Stucke)Patrick Boettcher
2004-10-26#if 0'ing unused codePatrick Boettcher
2004-10-26- please don't use CVS version magic stuff likeMichael Hunold
"$Id: xxxxxxx.h,v 1.7 2004/09/28 19:39:06 xxx Exp"
2004-10-26- follow kernel coding style: remove various linefeeds, don't put "static" ↵Michael Hunold
qualifiers on a separate line - add new module parameter "debug" and dprintk() - remove umlauts
2004-10-26- clean up io_mem messMichael Hunold
2004-10-26- use <linux/bitops.h> instead of <asm/bitops.h>Michael Hunold
2004-10-26- use <linux/bitops.h> in favour of <asm/bitops.h>Michael Hunold
2004-10-25- remove unnecessary type caseMichael Hunold
- use ARRAY_SIZE() macro Thanks to Philipp Matthias Hahn <pmhahn@titan.lahn.de>
2004-10-25- follow latest changes in 2.6.10-rc1 regarding video-buf. this changeMichael Hunold
breaks compilation with older kernels for dvb-ttpci
2004-10-25- use c99 initializersMichael Hunold
2004-10-25- cx88 try to make PAL-I sound work.Gerd Knorr
2004-10-25- new saa7134 card by Nickolay V. ShmyrevGerd Knorr
- misc stuff
2004-10-21- kill old buildpatch files.Gerd Knorr
2004-10-20mac.ethernet is obsolete in kernel 2.6.9; ifdef for thisPatrick Boettcher
2004-10-20- switch over to "frontend refactored" cvs branch.Gerd Knorr
2004-10-20- tuner: switch to new module parameters.Gerd Knorr
- misc cleanups.
2004-10-19- saa7134 reorganiation for modular mpeg2 stuffGerd Knorr
- splitted some generic dvb code into the new video-buf-dvb module.
2004-10-18- budget_debug is a module parameter, so it must not be staticMichael Hunold
2004-10-16- fixed some shifting bugs in tps calculationDaniel Mack
- got rid of using the frontend infrastructure
2004-10-15fixed sleep mode logicDaniel Mack
2004-10-15removed debug left-overHolger Waechtler
2004-10-15very conservative default valuesHolger Waechtler
2004-10-15added a driver for TerraTec's brand new Cinergy T² deviceDaniel Mack
2004-10-15Fix misplaced #endif which may cause problems with pinnaclesat cards.Christopher Pascoe
Print a message suggesting that a failure to find the DMA core for a card could be the result of having the ALSA bt87x audio driver loaded.
2004-10-15- fix cx88 polling.Gerd Knorr
2004-10-13*dang* committed a bug, correctedPatrick Boettcher
2004-10-13- rename generated patches.Gerd Knorr
2004-10-13- kill trailing whitespaces.Gerd Knorr
2004-10-12- saa7134: card list updates.Gerd Knorr
- some v4l2 mpeg ioctl tweaks.
2004-10-12- more power management stuff.Gerd Knorr
- misc fixes.
2004-10-11- fix poll/select oops.Gerd Knorr
2004-10-11- some powermanagement stuff.Gerd Knorr
- misc minor fixes.
2004-10-11update Marko Kohtala's email addressHolger Waechtler
2004-10-11merged some of the changes Andreas Oberritter did in FE_REFACTORING to HEADPatrick Boettcher
2004-10-08- add suspend support for some i2c modules.Gerd Knorr
2004-10-08New 2000T type model number (70013)Alex Woods
2004-10-07- switch msp3400 + cx88 to 2.6-style module parameters.Gerd Knorr
2004-10-07- created a copy of the current msp3400 module (with 2.4 support).Gerd Knorr
- msp3400: 2.6-ified it (use kthread, throw away several ifdefs). - msp3400: use a kernel thread for msp34xxg as well, so the std detection runs asyncronly.
2004-10-06- bttv: irq fixes.Gerd Knorr
- add i2c scans.
2004-10-06- cx88: AverTV Studio 303 (M126) fixes.Gerd Knorr
2004-10-06patch by Luca Bertagnolio: add dvb_net_debug module parameterJohannes Stezenbach
2004-10-05change wording: "BIOS hotplug" -> "BIOS Plug&Play OS"Johannes Stezenbach
2004-10-05- misc build fixes.Gerd Knorr
- start switching over msp34xx to v4l2.
2004-10-04- added GET_TUNE_SETTING ioctlPatrick Boettcher
- correct LOCK status
2004-10-04correct the GET_STATUS behaviourPatrick Boettcher
2004-10-01- Fix dvb-ttpci ca write poll.Kenneth Aafloy
2004-09-30firmware load problem, never recognized it, but it was always there; removed ↵Patrick Boettcher
timeout since it is removed from kernel 2.6.9..
2004-09-30- saa7134: cinergy 200 fixes.Gerd Knorr
- msp3400: drop dfp register access hooks.
2004-09-30- tuner: fix entries.Gerd Knorr
- msp3400: merge with ivtv -- part one (thanks to David George).