diff options
author | Jelle Foks <jelle-v4l@foks.us> | 2008-11-20 05:07:45 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:35 -0500 |
commit | f8de18d4308317a1c088fb8852ed0516124521b1 (patch) | |
tree | 86e75eb2b4547d668ff338d13feed525302ffe12 /drivers/media/video/cx88 | |
parent | 5faff78904d9c07f38ac0e227b322e9f58d5447c (diff) |
V4L/DVB (9654): new email address
Please accept this patch to refer to my new email address
Signed-off-by: Jelle Foks <jelle@foks.us>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-blackbird.c | 4 | ||||
-rw-r--r-- | drivers/media/video/cx88/cx88-mpeg.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index d3ae5b4dfca7..ca067ec250af 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Support for a cx23416 mpeg encoder via cx2388x host port. | 3 | * Support for a cx23416 mpeg encoder via cx2388x host port. |
4 | * "blackbird" reference design. | 4 | * "blackbird" reference design. |
5 | * | 5 | * |
6 | * (c) 2004 Jelle Foks <jelle@foks.8m.com> | 6 | * (c) 2004 Jelle Foks <jelle@foks.us> |
7 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> | 7 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> |
8 | * | 8 | * |
9 | * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org> | 9 | * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org> |
@@ -39,7 +39,7 @@ | |||
39 | #include "cx88.h" | 39 | #include "cx88.h" |
40 | 40 | ||
41 | MODULE_DESCRIPTION("driver for cx2388x/cx23416 based mpeg encoder cards"); | 41 | MODULE_DESCRIPTION("driver for cx2388x/cx23416 based mpeg encoder cards"); |
42 | MODULE_AUTHOR("Jelle Foks <jelle@foks.8m.com>, Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]"); | 42 | MODULE_AUTHOR("Jelle Foks <jelle@foks.us>, Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]"); |
43 | MODULE_LICENSE("GPL"); | 43 | MODULE_LICENSE("GPL"); |
44 | 44 | ||
45 | static unsigned int mpegbufs = 32; | 45 | static unsigned int mpegbufs = 32; |
diff --git a/drivers/media/video/cx88/cx88-mpeg.c b/drivers/media/video/cx88/cx88-mpeg.c index 3ebdcd1d83f8..a04fee235db6 100644 --- a/drivers/media/video/cx88/cx88-mpeg.c +++ b/drivers/media/video/cx88/cx88-mpeg.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Support for the mpeg transport stream transfers | 3 | * Support for the mpeg transport stream transfers |
4 | * PCI function #2 of the cx2388x. | 4 | * PCI function #2 of the cx2388x. |
5 | * | 5 | * |
6 | * (c) 2004 Jelle Foks <jelle@foks.8m.com> | 6 | * (c) 2004 Jelle Foks <jelle@foks.us> |
7 | * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au> | 7 | * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au> |
8 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> | 8 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> |
9 | * | 9 | * |
@@ -34,7 +34,7 @@ | |||
34 | /* ------------------------------------------------------------------ */ | 34 | /* ------------------------------------------------------------------ */ |
35 | 35 | ||
36 | MODULE_DESCRIPTION("mpeg driver for cx2388x based TV cards"); | 36 | MODULE_DESCRIPTION("mpeg driver for cx2388x based TV cards"); |
37 | MODULE_AUTHOR("Jelle Foks <jelle@foks.8m.com>"); | 37 | MODULE_AUTHOR("Jelle Foks <jelle@foks.us>"); |
38 | MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>"); | 38 | MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>"); |
39 | MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]"); | 39 | MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]"); |
40 | MODULE_LICENSE("GPL"); | 40 | MODULE_LICENSE("GPL"); |