Commit d9b01449 authored by Alan Cox's avatar Alan Cox Committed by Mauro Carvalho Chehab

V4L/DVB (9491): rationalise addresses to one common one

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ac2657c1
/* radiotrack (radioreveal) driver for Linux radio support /* radiotrack (radioreveal) driver for Linux radio support
* (c) 1997 M. Kirkwood * (c) 1997 M. Kirkwood
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org> * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@infradead.org>
* Converted to new API by Alan Cox <Alan.Cox@linux.org> * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
* *
* History: * History:
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* 2002-01-17 Adam Belay <ambx1@neo.rr.com> * 2002-01-17 Adam Belay <ambx1@neo.rr.com>
* Updated to latest pnp code * Updated to latest pnp code
* *
* 2003-01-31 Alan Cox <alan@redhat.com> * 2003-01-31 Alan Cox <alan@lxorguk.ukuu.org.uk>
* Cleaned up locking, delay code, general odds and ends * Cleaned up locking, delay code, general odds and ends
* *
* 2006-07-30 Hans J. Koch <koch@hjk-az.de> * 2006-07-30 Hans J. Koch <koch@hjk-az.de>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff * RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff
* *
* Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood * Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood
* Converted to new API by Alan Cox <Alan.Cox@linux.org> * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
* *
* TODO: Allow for more than one of these foolish entities :-) * TODO: Allow for more than one of these foolish entities :-)
......
/* RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff /* RadioTrack II driver for Linux radio support (C) 1998 Ben Pfaff
* *
* Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood * Based on RadioTrack I/RadioReveal (C) 1997 M. Kirkwood
* Converted to new API by Alan Cox <Alan.Cox@linux.org> * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
* *
* TODO: Allow for more than one of these foolish entities :-) * TODO: Allow for more than one of these foolish entities :-)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* (c) 1997 M. Kirkwood * (c) 1997 M. Kirkwood
* (c) 1998 Petr Vandrovec, vandrove@vc.cvut.cz * (c) 1998 Petr Vandrovec, vandrove@vc.cvut.cz
* *
* Fitted to new interface by Alan Cox <alan.cox@linux.org> * Fitted to new interface by Alan Cox <alan@lxorguk.ukuu.org.uk>
* Made working and cleaned up functions <mikael.hedin@irf.se> * Made working and cleaned up functions <mikael.hedin@irf.se>
* Support for ISAPnP by Ladislav Michl <ladis@psi.cz> * Support for ISAPnP by Ladislav Michl <ladis@psi.cz>
* *
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* *
* Stripped of 2.4 stuff ready for main kernel submit by * Stripped of 2.4 stuff ready for main kernel submit by
* Alan Cox <alan@redhat.com> * Alan Cox <alan@lxorguk.ukuu.org.uk>
* *
****************************************************************************/ ****************************************************************************/
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* *
* Stripped of 2.4 stuff ready for main kernel submit by * Stripped of 2.4 stuff ready for main kernel submit by
* Alan Cox <alan@redhat.com> * Alan Cox <alan@lxorguk.ukuu.org.uk>
****************************************************************************/ ****************************************************************************/
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* *
* Stripped of 2.4 stuff ready for main kernel submit by * Stripped of 2.4 stuff ready for main kernel submit by
* Alan Cox <alan@redhat.com> * Alan Cox <alan@lxorguk.ukuu.org.uk>
****************************************************************************/ ****************************************************************************/
#include <linux/version.h> #include <linux/version.h>
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
* 14478 Potsdam, Germany * 14478 Potsdam, Germany
* *
* Most of this code is directly derived from his userspace driver. * Most of this code is directly derived from his userspace driver.
* His driver works so send any reports to alan@redhat.com unless the * His driver works so send any reports to alan@lxorguk.ukuu.org.uk
* userspace driver also doesn't work for you... * unless the userspace driver also doesn't work for you...
* *
* Changes: * Changes:
* 08/07/2003 Daniele Bellucci <bellucda@tiscali.it> * 08/07/2003 Daniele Bellucci <bellucda@tiscali.it>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* <richard.guenther@student.uni-tuebingen.de> * <richard.guenther@student.uni-tuebingen.de>
* *
* with changes by * with changes by
* Alan Cox <Alan.Cox@linux.org> * Alan Cox <alan@lxorguk.ukuu.org.uk>
* *
* and * and
* *
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* you can add arbitary multiple teletext devices to Linux video4linux * you can add arbitary multiple teletext devices to Linux video4linux
* now (well 32 anyway). * now (well 32 anyway).
* *
* Alan Cox <Alan.Cox@linux.org> * Alan Cox <alan@lxorguk.ukuu.org.uk>
* *
* The original driver was heavily modified to match the i2c interface * The original driver was heavily modified to match the i2c interface
* It was truncated to use the WinTV boards, too. * It was truncated to use the WinTV boards, too.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version. * 2 of the License, or (at your option) any later version.
* *
* Author: Alan Cox, <alan@redhat.com> * Author: Alan Cox, <alan@lxorguk.ukuu.org.uk>
* *
* Fixes: * Fixes:
*/ */
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version. * 2 of the License, or (at your option) any later version.
* *
* Authors: Alan Cox, <alan@redhat.com> (version 1) * Authors: Alan Cox, <alan@lxorguk.ukuu.org.uk> (version 1)
* Mauro Carvalho Chehab <mchehab@infradead.org> (version 2) * Mauro Carvalho Chehab <mchehab@infradead.org> (version 2)
* *
* Fixes: 20000516 Claudio Matsuoka <claudio@conectiva.com> * Fixes: 20000516 Claudio Matsuoka <claudio@conectiva.com>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version. * 2 of the License, or (at your option) any later version.
* *
* Authors: Alan Cox, <alan@redhat.com> (version 1) * Authors: Alan Cox, <alan@lxorguk.ukuu.org.uk> (version 1)
* Mauro Carvalho Chehab <mchehab@infradead.org> (version 2) * Mauro Carvalho Chehab <mchehab@infradead.org> (version 2)
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment