Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-27 | - lots of internal refactoring | Daniel Mack | |
- even more configurable options | |||
2004-10-27 | - drop some old, obsolete code. | Gerd Knorr | |
- misc fixes. | |||
2004-10-26 | - add back support for older kernels due to popular demand | Michael Hunold | |
2004-10-26 | spinlock initilization added (thanks to Philipp Stucke) | Patrick Boettcher | |
2004-10-26 | #if 0'ing unused code | Patrick Boettcher | |
2004-10-26 | - please don't use CVS version magic stuff like | Michael 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 mess | Michael 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 case | Michael 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 change | Michael Hunold | |
breaks compilation with older kernels for dvb-ttpci | |||
2004-10-25 | - use c99 initializers | Michael Hunold | |
2004-10-25 | - cx88 try to make PAL-I sound work. | Gerd Knorr | |
2004-10-25 | - new saa7134 card by Nickolay V. Shmyrev | Gerd Knorr | |
- misc stuff | |||
2004-10-21 | - kill old buildpatch files. | Gerd Knorr | |
2004-10-20 | mac.ethernet is obsolete in kernel 2.6.9; ifdef for this | Patrick 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 stuff | Gerd 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 static | Michael Hunold | |
2004-10-16 | - fixed some shifting bugs in tps calculation | Daniel Mack | |
- got rid of using the frontend infrastructure | |||
2004-10-15 | fixed sleep mode logic | Daniel Mack | |
2004-10-15 | removed debug left-over | Holger Waechtler | |
2004-10-15 | very conservative default values | Holger Waechtler | |
2004-10-15 | added a driver for TerraTec's brand new Cinergy T² device | Daniel Mack | |
2004-10-15 | Fix 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, corrected | Patrick Boettcher | |
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-11 | update Marko Kohtala's email address | Holger Waechtler | |
2004-10-11 | merged some of the changes Andreas Oberritter did in FE_REFACTORING to HEAD | Patrick Boettcher | |
2004-10-08 | - add suspend support for some i2c modules. | Gerd Knorr | |
2004-10-08 | New 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-06 | patch by Luca Bertagnolio: add dvb_net_debug module parameter | Johannes Stezenbach | |
2004-10-05 | change 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 ioctl | Patrick Boettcher | |
- correct LOCK status | |||
2004-10-04 | correct the GET_STATUS behaviour | Patrick Boettcher | |
2004-10-01 | - Fix dvb-ttpci ca write poll. | Kenneth Aafloy | |
2004-09-30 | firmware 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. |