Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-20 | - switch over to "frontend refactored" cvs branch. | Gerd Knorr | |
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-13 | - kill trailing whitespaces. | Gerd Knorr | |
2004-10-12 | - saa7134: card list updates. | Gerd Knorr | |
- some v4l2 mpeg ioctl tweaks. | |||
2004-09-30 | - cx88: build dvb stuff only on 2.6.9. | Gerd Knorr | |
- saa7134: new card by Michael Rodriguez-Torrent. - bttv: remove check for cx88 boards. | |||
2004-09-20 | - fix tyops. | Gerd Knorr | |
2004-09-20 | - saa7134: add Compro VideoMate TV Gold+ (Eric Dorland). | Gerd Knorr | |
- v4l2: mpeg ioctl tweaks. | |||
2004-09-15 | - added a bunch of $Id$ tags. | Gerd Knorr | |
2004-09-03 | - msleep() cleanups from kernel janitors. | Gerd Knorr | |
2004-08-23 | - saa7134: new card by Alain St-Denis | Gerd Knorr | |
2004-07-30 | - cx88: more reorganization + code shuffeling. | Gerd Knorr | |
2004-07-14 | - saa7134: drop i2s_rate field + related changes. | Gerd Knorr | |
- saa7134: adapt sync_control bits when the signal comes and goes away. | |||
2004-07-07 | - saa7134: add automute option. | Gerd Knorr | |
- tda9887: add config i2c command. | |||
2004-06-30 | - saa7134 build fix. | Gerd Knorr | |
2004-05-26 | - saa7134: add Items MuchTV card by Norman Jonas. | Gerd Knorr | |
- saa7134: make ts buffer size configurable by Andrew de Quincey. | |||
2004-04-21 | - bumb versions for release. | Gerd Knorr | |
2004-04-21 | - saa7134: new card entry (by m8923014@msg.ndhu.edu.tw). | Gerd Knorr | |
- ir-kbd-i2c: new remote (also m8923014@msg.ndhu.edu.tw). | |||
2004-04-19 | - cx88: some btsc-sap bits (not enabled yet). | Gerd Knorr | |
- saa7134: new entry for the avermedia 305. - misc fixes. | |||
2004-04-13 | - bttv: splitted video + vbi buffer switching, that should make bttv | Gerd Knorr | |
less sensitive to IRQ latencies. - saa7134: new card added, minor saa7133 fixes (by toshii@netbsd.org). | |||
2004-04-05 | - update version numbers for release. | Gerd Knorr | |
2004-03-10 | - crop support for saa7134. | Gerd Knorr | |
2004-03-05 | - more cards supported in ir-kbd-gpio.c | Gerd Knorr | |
- add magics to video-buf structs. - fix saa7134 oss driver spinlocks. - misc minor stuff. | |||
2004-02-24 | - bump version numbers for release. | Gerd Knorr | |
2004-02-22 | Initial revision | Gerd Knorr | |
2007-01-30 | Remove obsolete alias defines of CONFIG_* settings | Trent Piepho | |
From: Trent Piepho <xyzzy@speakeasy.org> The out of tree v4l-dvb build system didn't always override the kernel's configuration settings with v4l-dvb's settings correctly. To work around this, makefiles would define some new macro based on the setting of a config variable. e.g. the pwc Makefile would define CONFIG_PWC_DEBUG if CONFIG_USB_PWC_DEBUG (which is defined via Kconfig) was set. The v4l-dvb build system should now always override correctly, and this is no longer necessary. This patch gets ride of these extra defines and just uses the CONFIG_* settings directly. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> |