diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-10-27 14:13:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:25 -0500 |
commit | d9b01449e75d1351296595e28d2af72993bcc3dc (patch) | |
tree | 92f9a9069b973505f37d10fd2bcece873e0be6a9 /drivers | |
parent | ac2657c10ccbba7b2c934681f17d7743deee3859 (diff) |
V4L/DVB (9491): rationalise addresses to one common one
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/radio/radio-aimslab.c | 2 | ||||
-rw-r--r-- | drivers/media/radio/radio-cadet.c | 2 | ||||
-rw-r--r-- | drivers/media/radio/radio-gemtek.c | 2 | ||||
-rw-r--r-- | drivers/media/radio/radio-rtrack2.c | 2 | ||||
-rw-r--r-- | drivers/media/radio/radio-sf16fmi.c | 2 | ||||
-rw-r--r-- | drivers/media/video/cpia2/cpia2_core.c | 2 | ||||
-rw-r--r-- | drivers/media/video/cpia2/cpia2_usb.c | 2 | ||||
-rw-r--r-- | drivers/media/video/cpia2/cpia2_v4l.c | 2 | ||||
-rw-r--r-- | drivers/media/video/pms.c | 4 | ||||
-rw-r--r-- | drivers/media/video/saa5246a.c | 2 | ||||
-rw-r--r-- | drivers/media/video/saa5249.c | 2 | ||||
-rw-r--r-- | drivers/media/video/v4l2-common.c | 2 | ||||
-rw-r--r-- | drivers/media/video/v4l2-dev.c | 2 | ||||
-rw-r--r-- | drivers/media/video/v4l2-ioctl.c | 2 |
14 files changed, 15 insertions, 15 deletions
diff --git a/drivers/media/radio/radio-aimslab.c b/drivers/media/radio/radio-aimslab.c index 9305e958fc66..dd6d3dfcd7d2 100644 --- a/drivers/media/radio/radio-aimslab.c +++ b/drivers/media/radio/radio-aimslab.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* radiotrack (radioreveal) driver for Linux radio support | 1 | /* radiotrack (radioreveal) driver for Linux radio support |
2 | * (c) 1997 M. Kirkwood | 2 | * (c) 1997 M. Kirkwood |
3 | * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org> | 3 | * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org> |
4 | * Converted to new API by Alan Cox <Alan.Cox@linux.org> | 4 | * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk> |
5 | * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> | 5 | * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> |
6 | * | 6 | * |
7 | * History: | 7 | * History: |
diff --git a/drivers/media/radio/radio-cadet.c b/drivers/media/radio/radio-cadet.c index 0490a1fa999d..bfd37f38b9ab 100644 --- a/drivers/media/radio/radio-cadet.c +++ b/drivers/media/radio/radio-cadet.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * 2002-01-17 Adam Belay <ambx1@neo.rr.com> | 23 | * 2002-01-17 Adam Belay <ambx1@neo.rr.com> |
24 | * Updated to latest pnp code | 24 | * Updated to latest pnp code |
25 | * | 25 | * |
26 | * 2003-01-31 Alan Cox <alan@redhat.com> | 26 | * 2003-01-31 Alan Cox <alan@lxorguk.ukuu.org.uk> |
27 | * Cleaned up locking, delay code, general odds and ends | 27 | * Cleaned up locking, delay code, general odds and ends |
28 | * | 28 | * |
29 | * 2006-07-30 Hans J. Koch <koch@hjk-az.de> | 29 | * 2006-07-30 Hans J. Koch <koch@hjk-az.de> |
diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c index d131a5d38128..e13118da307b 100644 --- a/drivers/media/radio/radio-gemtek.c +++ b/drivers/media/radio/radio-gemtek.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff | 8 | * RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff |
9 | * | 9 | * |
10 | * Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood | 10 | * Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood |
11 | * Converted to new API by Alan Cox <Alan.Cox@linux.org> | 11 | * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk> |
12 | * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> | 12 | * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> |
13 | * | 13 | * |
14 | * TODO: Allow for more than one of these foolish entities :-) | 14 | * TODO: Allow for more than one of these foolish entities :-) |
diff --git a/drivers/media/radio/radio-rtrack2.c b/drivers/media/radio/radio-rtrack2.c index a67079777419..7704f243b6f0 100644 --- a/drivers/media/radio/radio-rtrack2.c +++ b/drivers/media/radio/radio-rtrack2.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff | 1 | /* RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff |
2 | * | 2 | * |
3 | * Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood | 3 | * Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood |
4 | * Converted to new API by Alan Cox <Alan.Cox@linux.org> | 4 | * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk> |
5 | * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> | 5 | * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> |
6 | * | 6 | * |
7 | * TODO: Allow for more than one of these foolish entities :-) | 7 | * TODO: Allow for more than one of these foolish entities :-) |
diff --git a/drivers/media/radio/radio-sf16fmi.c b/drivers/media/radio/radio-sf16fmi.c index 329c90bddadd..834d43651c70 100644 --- a/drivers/media/radio/radio-sf16fmi.c +++ b/drivers/media/radio/radio-sf16fmi.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * (c) 1997 M. Kirkwood | 3 | * (c) 1997 M. Kirkwood |
4 | * (c) 1998 Petr Vandrovec, vandrove@vc.cvut.cz | 4 | * (c) 1998 Petr Vandrovec, vandrove@vc.cvut.cz |
5 | * | 5 | * |
6 | * Fitted to new interface by Alan Cox <alan.cox@linux.org> | 6 | * Fitted to new interface by Alan Cox <alan@lxorguk.ukuu.org.uk> |
7 | * Made working and cleaned up functions <mikael.hedin@irf.se> | 7 | * Made working and cleaned up functions <mikael.hedin@irf.se> |
8 | * Support for ISAPnP by Ladislav Michl <ladis@psi.cz> | 8 | * Support for ISAPnP by Ladislav Michl <ladis@psi.cz> |
9 | * | 9 | * |
diff --git a/drivers/media/video/cpia2/cpia2_core.c b/drivers/media/video/cpia2/cpia2_core.c index 7e791b6923f9..1cc0df8befff 100644 --- a/drivers/media/video/cpia2/cpia2_core.c +++ b/drivers/media/video/cpia2/cpia2_core.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
26 | * | 26 | * |
27 | * Stripped of 2.4 stuff ready for main kernel submit by | 27 | * Stripped of 2.4 stuff ready for main kernel submit by |
28 | * Alan Cox <alan@redhat.com> | 28 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
29 | * | 29 | * |
30 | ****************************************************************************/ | 30 | ****************************************************************************/ |
31 | 31 | ||
diff --git a/drivers/media/video/cpia2/cpia2_usb.c b/drivers/media/video/cpia2/cpia2_usb.c index 73511a542077..dc5b07a20f69 100644 --- a/drivers/media/video/cpia2/cpia2_usb.c +++ b/drivers/media/video/cpia2/cpia2_usb.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
26 | * | 26 | * |
27 | * Stripped of 2.4 stuff ready for main kernel submit by | 27 | * Stripped of 2.4 stuff ready for main kernel submit by |
28 | * Alan Cox <alan@redhat.com> | 28 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
29 | ****************************************************************************/ | 29 | ****************************************************************************/ |
30 | 30 | ||
31 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |
diff --git a/drivers/media/video/cpia2/cpia2_v4l.c b/drivers/media/video/cpia2/cpia2_v4l.c index 1c6bd633f193..d9de2e8e00d4 100644 --- a/drivers/media/video/cpia2/cpia2_v4l.c +++ b/drivers/media/video/cpia2/cpia2_v4l.c | |||
@@ -26,7 +26,7 @@ | |||
26 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 26 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
27 | * | 27 | * |
28 | * Stripped of 2.4 stuff ready for main kernel submit by | 28 | * Stripped of 2.4 stuff ready for main kernel submit by |
29 | * Alan Cox <alan@redhat.com> | 29 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
30 | ****************************************************************************/ | 30 | ****************************************************************************/ |
31 | 31 | ||
32 | #include <linux/version.h> | 32 | #include <linux/version.h> |
diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c index 994807818aa2..8062d0016997 100644 --- a/drivers/media/video/pms.c +++ b/drivers/media/video/pms.c | |||
@@ -10,8 +10,8 @@ | |||
10 | * 14478 Potsdam, Germany | 10 | * 14478 Potsdam, Germany |
11 | * | 11 | * |
12 | * Most of this code is directly derived from his userspace driver. | 12 | * Most of this code is directly derived from his userspace driver. |
13 | * His driver works so send any reports to alan@redhat.com unless the | 13 | * His driver works so send any reports to alan@lxorguk.ukuu.org.uk |
14 | * userspace driver also doesn't work for you... | 14 | * unless the userspace driver also doesn't work for you... |
15 | * | 15 | * |
16 | * Changes: | 16 | * Changes: |
17 | * 08/07/2003 Daniele Bellucci <bellucda@tiscali.it> | 17 | * 08/07/2003 Daniele Bellucci <bellucda@tiscali.it> |
diff --git a/drivers/media/video/saa5246a.c b/drivers/media/video/saa5246a.c index 4a21b8a6a709..9d4582651467 100644 --- a/drivers/media/video/saa5246a.c +++ b/drivers/media/video/saa5246a.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * <richard.guenther@student.uni-tuebingen.de> | 15 | * <richard.guenther@student.uni-tuebingen.de> |
16 | * | 16 | * |
17 | * with changes by | 17 | * with changes by |
18 | * Alan Cox <Alan.Cox@linux.org> | 18 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
19 | * | 19 | * |
20 | * and | 20 | * and |
21 | * | 21 | * |
diff --git a/drivers/media/video/saa5249.c b/drivers/media/video/saa5249.c index 3bb959c25d9d..1594773e02d0 100644 --- a/drivers/media/video/saa5249.c +++ b/drivers/media/video/saa5249.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * you can add arbitary multiple teletext devices to Linux video4linux | 8 | * you can add arbitary multiple teletext devices to Linux video4linux |
9 | * now (well 32 anyway). | 9 | * now (well 32 anyway). |
10 | * | 10 | * |
11 | * Alan Cox <Alan.Cox@linux.org> | 11 | * Alan Cox <alan@lxorguk.ukuu.org.uk> |
12 | * | 12 | * |
13 | * The original driver was heavily modified to match the i2c interface | 13 | * The original driver was heavily modified to match the i2c interface |
14 | * It was truncated to use the WinTV boards, too. | 14 | * It was truncated to use the WinTV boards, too. |
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index 846763d7349e..fdc8871f631e 100644 --- a/drivers/media/video/v4l2-common.c +++ b/drivers/media/video/v4l2-common.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * as published by the Free Software Foundation; either version | 28 | * as published by the Free Software Foundation; either version |
29 | * 2 of the License, or (at your option) any later version. | 29 | * 2 of the License, or (at your option) any later version. |
30 | * | 30 | * |
31 | * Author: Alan Cox, <alan@redhat.com> | 31 | * Author: Alan Cox, <alan@lxorguk.ukuu.org.uk> |
32 | * | 32 | * |
33 | * Fixes: | 33 | * Fixes: |
34 | */ | 34 | */ |
diff --git a/drivers/media/video/v4l2-dev.c b/drivers/media/video/v4l2-dev.c index ccd6566a515e..ead6d18e51ad 100644 --- a/drivers/media/video/v4l2-dev.c +++ b/drivers/media/video/v4l2-dev.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * as published by the Free Software Foundation; either version | 9 | * as published by the Free Software Foundation; either version |
10 | * 2 of the License, or (at your option) any later version. | 10 | * 2 of the License, or (at your option) any later version. |
11 | * | 11 | * |
12 | * Authors: Alan Cox, <alan@redhat.com> (version 1) | 12 | * Authors: Alan Cox, <alan@lxorguk.ukuu.org.uk> (version 1) |
13 | * Mauro Carvalho Chehab <mchehab@infradead.org> (version 2) | 13 | * Mauro Carvalho Chehab <mchehab@infradead.org> (version 2) |
14 | * | 14 | * |
15 | * Fixes: 20000516 Claudio Matsuoka <claudio@conectiva.com> | 15 | * Fixes: 20000516 Claudio Matsuoka <claudio@conectiva.com> |
diff --git a/drivers/media/video/v4l2-ioctl.c b/drivers/media/video/v4l2-ioctl.c index 710e1a40c422..eef5814aebe5 100644 --- a/drivers/media/video/v4l2-ioctl.c +++ b/drivers/media/video/v4l2-ioctl.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * as published by the Free Software Foundation; either version | 8 | * as published by the Free Software Foundation; either version |
9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
10 | * | 10 | * |
11 | * Authors: Alan Cox, <alan@redhat.com> (version 1) | 11 | * Authors: Alan Cox, <alan@lxorguk.ukuu.org.uk> (version 1) |
12 | * Mauro Carvalho Chehab <mchehab@infradead.org> (version 2) | 12 | * Mauro Carvalho Chehab <mchehab@infradead.org> (version 2) |
13 | */ | 13 | */ |
14 | 14 | ||