diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-15 16:15:24 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-15 16:15:24 +0000 |
commit | cee2f6018552c03313dc099ea8ebeee6addac22c (patch) | |
tree | abd4ff0a993b83294cbd96c7d0b73a0f29fd2bfa /linux/drivers/media/video/cx88 | |
parent | 8dfcff119a832fc7292034d4f244129aedc42296 (diff) | |
download | mediapointer-dvb-s2-cee2f6018552c03313dc099ea8ebeee6addac22c.tar.gz mediapointer-dvb-s2-cee2f6018552c03313dc099ea8ebeee6addac22c.tar.bz2 |
- added a bunch of $Id$ tags.
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-core.c | 3 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 3 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-i2c.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-reg.h | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-tvaudio.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-vbi.c | 3 |
7 files changed, 16 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 1e136a354..9f2c03328 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,4 +1,6 @@ /* + * $Id: cx88-cards.c,v 1.35 2004/09/15 16:15:24 kraxel Exp $ + * * device driver for Conexant 2388x based TV cards * card-specific stuff. * diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 9a14f261e..f5c16de32 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -1,5 +1,6 @@ - /* + * $Id: cx88-core.c,v 1.9 2004/09/15 16:15:24 kraxel Exp $ + * * device driver for Conexant 2388x based TV cards * driver core * diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 9270b68a0..598b0e601 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,8 +1,11 @@ /* + * $Id: cx88-dvb.c,v 1.9 2004/09/15 16:15:24 kraxel Exp $ + * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines * * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au> + * (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux/drivers/media/video/cx88/cx88-i2c.c b/linux/drivers/media/video/cx88/cx88-i2c.c index b5fc050d5..91c9ca206 100644 --- a/linux/drivers/media/video/cx88/cx88-i2c.c +++ b/linux/drivers/media/video/cx88/cx88-i2c.c @@ -1,4 +1,6 @@ /* + $Id: cx88-i2c.c,v 1.11 2004/09/15 16:15:24 kraxel Exp $ + cx88-i2c.c -- all the i2c code is here Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de) diff --git a/linux/drivers/media/video/cx88/cx88-reg.h b/linux/drivers/media/video/cx88/cx88-reg.h index b1831ce3d..3db8b0d3b 100644 --- a/linux/drivers/media/video/cx88/cx88-reg.h +++ b/linux/drivers/media/video/cx88/cx88-reg.h @@ -1,4 +1,6 @@ /* + $Id: cx88-reg.h,v 1.5 2004/09/15 16:15:24 kraxel Exp $ + cx88x-hw.h - CX2388x register offsets Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de) diff --git a/linux/drivers/media/video/cx88/cx88-tvaudio.c b/linux/drivers/media/video/cx88/cx88-tvaudio.c index 85823c20f..b7b3f3ca4 100644 --- a/linux/drivers/media/video/cx88/cx88-tvaudio.c +++ b/linux/drivers/media/video/cx88/cx88-tvaudio.c @@ -1,4 +1,6 @@ /* + $Id: cx88-tvaudio.c,v 1.19 2004/09/15 16:15:24 kraxel Exp $ + cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver (c) 2001 Michael Eskin, Tom Zakrajsek [Windows version] diff --git a/linux/drivers/media/video/cx88/cx88-vbi.c b/linux/drivers/media/video/cx88/cx88-vbi.c index 7651ca890..f7b791bc9 100644 --- a/linux/drivers/media/video/cx88/cx88-vbi.c +++ b/linux/drivers/media/video/cx88/cx88-vbi.c @@ -1,3 +1,6 @@ +/* + * $Id: cx88-vbi.c,v 1.9 2004/09/15 16:15:24 kraxel Exp $ + */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> |