Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2e7c6dc3
Commit
2e7c6dc3
authored
Apr 03, 2006
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (3715): Change all emails to the currently used one.
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
c7c0b34c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
drivers/media/video/bt8xx/bttv-cards.c
drivers/media/video/bt8xx/bttv-cards.c
+1
-1
drivers/media/video/cx88/cx88-alsa.c
drivers/media/video/cx88/cx88-alsa.c
+2
-2
drivers/media/video/em28xx/em28xx-cards.c
drivers/media/video/em28xx/em28xx-cards.c
+1
-1
drivers/media/video/em28xx/em28xx-core.c
drivers/media/video/em28xx/em28xx-core.c
+1
-1
drivers/media/video/em28xx/em28xx-i2c.c
drivers/media/video/em28xx/em28xx-i2c.c
+1
-1
drivers/media/video/em28xx/em28xx-input.c
drivers/media/video/em28xx/em28xx-input.c
+1
-1
drivers/media/video/em28xx/em28xx-video.c
drivers/media/video/em28xx/em28xx-video.c
+2
-2
drivers/media/video/em28xx/em28xx.h
drivers/media/video/em28xx/em28xx.h
+1
-1
drivers/media/video/tea5767.c
drivers/media/video/tea5767.c
+1
-1
No files found.
drivers/media/video/bt8xx/bttv-cards.c
View file @
2e7c6dc3
...
...
@@ -2762,7 +2762,7 @@ struct tvcard bttv_tvcards[] = {
},
/* ---- card 0x88---------------------------------- */
[
BTTV_BOARD_ACORP_Y878F
]
=
{
/* Mauro Carvalho Chehab <mchehab@
brturbo.com.br
> */
/* Mauro Carvalho Chehab <mchehab@
infradead.org
> */
.
name
=
"Acorp Y878F"
,
.
video_inputs
=
3
,
.
audio_inputs
=
1
,
...
...
drivers/media/video/cx88/cx88-alsa.c
View file @
2e7c6dc3
...
...
@@ -4,7 +4,7 @@
* PCI function #1 of the cx2388x.
*
* (c) 2005,2006 Ricardo Cerqueira <v4l@cerqueira.org>
* (c) 2005 Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>
* (c) 2005 Mauro Carvalho Chehab <mchehab@
infradead.org
>
* Based on a dummy cx88 module by Gerd Knorr <kraxel@bytesex.org>
* Based on dummy.c by Jaroslav Kysela <perex@suse.cz>
*
...
...
@@ -111,7 +111,7 @@ MODULE_PARM_DESC(index, "Index value for cx88x capture interface(s).");
MODULE_DESCRIPTION
(
"ALSA driver module for cx2388x based TV cards"
);
MODULE_AUTHOR
(
"Ricardo Cerqueira"
);
MODULE_AUTHOR
(
"Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>"
);
MODULE_AUTHOR
(
"Mauro Carvalho Chehab <mchehab@
infradead.org
>"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_SUPPORTED_DEVICE
(
"{{Conexant,23881},"
"{{Conexant,23882},"
...
...
drivers/media/video/em28xx/em28xx-cards.c
View file @
2e7c6dc3
...
...
@@ -3,7 +3,7 @@
Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
Markus Rechberger <mrechberger@gmail.com>
Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>
Mauro Carvalho Chehab <mchehab@
infradead.org
>
Sascha Sommer <saschasommer@freenet.de>
This program is free software; you can redistribute it and/or modify
...
...
drivers/media/video/em28xx/em28xx-core.c
View file @
2e7c6dc3
...
...
@@ -3,7 +3,7 @@
Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
Markus Rechberger <mrechberger@gmail.com>
Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>
Mauro Carvalho Chehab <mchehab@
infradead.org
>
Sascha Sommer <saschasommer@freenet.de>
This program is free software; you can redistribute it and/or modify
...
...
drivers/media/video/em28xx/em28xx-i2c.c
View file @
2e7c6dc3
...
...
@@ -3,7 +3,7 @@
Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
Markus Rechberger <mrechberger@gmail.com>
Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>
Mauro Carvalho Chehab <mchehab@
infradead.org
>
Sascha Sommer <saschasommer@freenet.de>
This program is free software; you can redistribute it and/or modify
...
...
drivers/media/video/em28xx/em28xx-input.c
View file @
2e7c6dc3
...
...
@@ -3,7 +3,7 @@
Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
Markus Rechberger <mrechberger@gmail.com>
Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>
Mauro Carvalho Chehab <mchehab@
infradead.org
>
Sascha Sommer <saschasommer@freenet.de>
This program is free software; you can redistribute it and/or modify
...
...
drivers/media/video/em28xx/em28xx-video.c
View file @
2e7c6dc3
...
...
@@ -3,7 +3,7 @@
Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
Markus Rechberger <mrechberger@gmail.com>
Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>
Mauro Carvalho Chehab <mchehab@
infradead.org
>
Sascha Sommer <saschasommer@freenet.de>
Some parts based on SN9C10x PC Camera Controllers GPL driver made
...
...
@@ -42,7 +42,7 @@
#define DRIVER_AUTHOR "Ludovico Cavedon <cavedon@sssup.it>, " \
"Markus Rechberger <mrechberger@gmail.com>, " \
"Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>, " \
"Mauro Carvalho Chehab <mchehab@
infradead.org
>, " \
"Sascha Sommer <saschasommer@freenet.de>"
#define DRIVER_NAME "em28xx"
...
...
drivers/media/video/em28xx/em28xx.h
View file @
2e7c6dc3
...
...
@@ -3,7 +3,7 @@
Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com>
Ludovico Cavedon <cavedon@sssup.it>
Mauro Carvalho Chehab <mchehab@
brturbo.com.br
>
Mauro Carvalho Chehab <mchehab@
infradead.org
>
Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
...
...
drivers/media/video/tea5767.c
View file @
2e7c6dc3
...
...
@@ -3,7 +3,7 @@
* I2C address is allways 0xC0.
*
*
* Copyright (c) 2005 Mauro Carvalho Chehab (mchehab@
brturbo.com.br
)
* Copyright (c) 2005 Mauro Carvalho Chehab (mchehab@
infradead.org
)
* This code is placed under the terms of the GNU General Public License
*
* tea5767 autodetection thanks to Torsten Seeboth and Atsushi Nakagawa
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment