mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses.
@ 2010-09-09 22:27 Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 047/223]drivers/media/video/gspca/ov534.c " Justin P. Mattock
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/saa7134/saa7134-cards.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index ec697fc..647169d 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -2343,8 +2343,8 @@ struct saa7134_board saa7134_boards[] = {
 		},
 	},
 	[SAA7134_BOARD_BEHOLD_409FM] = {
-		/* <http://tuner.beholder.ru>, Sergey <skiv@orel.ru> */
-		/*       Beholder Intl. Ltd. 2008      */
+		/* <http://www.beholder.ru/bb/viewtopic.php?t=1142>, */
+		/*  Sergey <skiv@orel.ru> Beholder Intl. Ltd. 2008 */
 		/*Dmitry Belimov <d.belimov@gmail.com> */
 		.name           = "Beholder BeholdTV 409 FM",
 		.audio_clock    = 0x00187de7,
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 047/223]drivers/media/video/gspca/ov534.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 048/223]drivers/media/video/gspca/gspca.c " Justin P. Mattock
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/gspca/ov534.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c
index 96cb3a9..c807cb5 100644
--- a/drivers/media/video/gspca/ov534.c
+++ b/drivers/media/video/gspca/ov534.c
@@ -7,6 +7,7 @@
  *
  * Based on a prototype written by Mark Ferrell <majortrips@gmail.com>
  * USB protocol reverse engineered by Jim Paris <jim@jtan.com>
+ * Note:web cache still works..
  * https://jim.sh/svn/jim/devl/playstation/ps3/eye/test/
  *
  * PS3 Eye camera enhanced by Richard Kaswy http://kaswy.free.fr
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 048/223]drivers/media/video/gspca/gspca.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 047/223]drivers/media/video/gspca/ov534.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 049/223]drivers/media/video/mxb.c " Justin P. Mattock
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/gspca/gspca.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c
index b984610..a76b468 100644
--- a/drivers/media/video/gspca/gspca.c
+++ b/drivers/media/video/gspca/gspca.c
@@ -2337,7 +2337,7 @@ EXPORT_SYMBOL(gspca_resume);
 /* -- cam driver utility functions -- */
 
 /* auto gain and exposure algorithm based on the knee algorithm described here:
-   http://ytse.tricolour.net/docs/LowLightOptimization.html
+   http://81.209.78.62:8080/docs/LowLightOptimization.html 
 
    Returns 0 if no changes were made, 1 if the gain and or exposure settings
    where changed. */
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 049/223]drivers/media/video/mxb.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 047/223]drivers/media/video/gspca/ov534.c " Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 048/223]drivers/media/video/gspca/gspca.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 050/223]drivers/media/video/pwc/philips.txt " Justin P. Mattock
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/mxb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/mxb.c b/drivers/media/video/mxb.c
index ef0c817..b1dbcf1 100644
--- a/drivers/media/video/mxb.c
+++ b/drivers/media/video/mxb.c
@@ -3,7 +3,7 @@
 
     Copyright (C) 1998-2006 Michael Hunold <michael@mihu.de>
 
-    Visit http://www.mihu.de/linux/saa7146/mxb/
+    Visit http://www.themm.net/~mihu/linux/saa7146/mxb.html 
     for further details about this card.
 
     This program is free software; you can redistribute it and/or modify
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 050/223]drivers/media/video/pwc/philips.txt Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (2 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 049/223]drivers/media/video/mxb.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 051/223]drivers/media/video/cx23885/cx23885-417.c " Justin P. Mattock
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/pwc/philips.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/pwc/philips.txt b/drivers/media/video/pwc/philips.txt
index d38dd79..751f114 100644
--- a/drivers/media/video/pwc/philips.txt
+++ b/drivers/media/video/pwc/philips.txt
@@ -1,6 +1,6 @@
 This file contains some additional information for the Philips and OEM webcams.
 E-mail: webcam@smcc.demon.nl                        Last updated: 2004-01-19
-Site: http://www.smcc.demon.nl/webcam/
+Site: http://web.archive.org/web/*/http://www.smcc.demon.nl/webcam/ 
 
 As of this moment, the following cameras are supported:
  * Philips PCA645
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 051/223]drivers/media/video/cx23885/cx23885-417.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (3 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 050/223]drivers/media/video/pwc/philips.txt " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 052/223]drivers/media/video/Kconfig " Justin P. Mattock
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/cx23885/cx23885-417.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c
index abd64e8..64ae3f9 100644
--- a/drivers/media/video/cx23885/cx23885-417.c
+++ b/drivers/media/video/cx23885/cx23885-417.c
@@ -7,7 +7,7 @@
  *    (c) 2008 Steven Toth <stoth@linuxtv.org>
  *      - CX23885/7/8 support
  *
- *  Includes parts from the ivtv driver( http://ivtv.sourceforge.net/),
+ *  Includes parts from the ivtv driver(http://ivtvdriver.org/index.php/Main_Page),
  *
  *  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
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 052/223]drivers/media/video/Kconfig Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (4 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 051/223]drivers/media/video/cx23885/cx23885-417.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 053/223]drivers/media/video/sn9c102/sn9c102_pas202bcb.c " Justin P. Mattock
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index f6e4d04..0f669ee 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -978,7 +978,7 @@ config USB_STKWEBCAM
 	  Supported devices are typically found in some Asus laptops,
 	  with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
 	  may be supported by the stk11xx driver, from which this is
-	  derived, see http://stk11xx.sourceforge.net
+	  derived, see http://sourceforge.net/projects/syntekdriver/ 
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called stkwebcam.
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 053/223]drivers/media/video/sn9c102/sn9c102_pas202bcb.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (5 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 052/223]drivers/media/video/Kconfig " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 054/223]drivers/media/video/cx18/cx18-cards.c " Justin P. Mattock
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/sn9c102/sn9c102_pas202bcb.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/sn9c102/sn9c102_pas202bcb.c b/drivers/media/video/sn9c102/sn9c102_pas202bcb.c
index 2782f94..2e86fdc 100644
--- a/drivers/media/video/sn9c102/sn9c102_pas202bcb.c
+++ b/drivers/media/video/sn9c102/sn9c102_pas202bcb.c
@@ -4,7 +4,6 @@
  *                                                                         *
  * Copyright (C) 2004 by Carlos Eduardo Medaglia Dyonisio                  *
  *                       <medaglia@undl.org.br>                            *
- *                       http://cadu.homelinux.com:8080/                   *
  *                                                                         *
  * Support for SN9C103, DAC Magnitude, exposure and green gain controls    *
  * added by Luca Risolia <luca.risolia@studio.unibo.it>                    *
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 054/223]drivers/media/video/cx18/cx18-cards.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (6 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 053/223]drivers/media/video/sn9c102/sn9c102_pas202bcb.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 055/223]drivers/media/video/cafe_ccic.c " Justin P. Mattock
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/cx18/cx18-cards.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c
index 6b805af..7f65a4d 100644
--- a/drivers/media/video/cx18/cx18-cards.c
+++ b/drivers/media/video/cx18/cx18-cards.c
@@ -39,7 +39,7 @@ static struct cx18_card_tuner_i2c cx18_i2c_std = {
 	.tv    = { 0x61, 0x60, I2C_CLIENT_END },
 };
 
-/* Please add new PCI IDs to: http://pci-ids.ucw.cz/iii
+/* Please add new PCI IDs to: http://pci-ids.ucw.cz/
    This keeps the PCI ID database up to date. Note that the entries
    must be added under vendor 0x4444 (Conexant) as subsystem IDs.
    New vendor IDs should still be added to the vendor ID list. */
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 055/223]drivers/media/video/cafe_ccic.c  Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (7 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 054/223]drivers/media/video/cx18/cx18-cards.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 056/223]drivers/media/video/bt8xx/bttv-cards.c " Justin P. Mattock
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/cafe_ccic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cafe_ccic.c b/drivers/media/video/cafe_ccic.c
index be35e69..15cb0e1 100644
--- a/drivers/media/video/cafe_ccic.c
+++ b/drivers/media/video/cafe_ccic.c
@@ -4,7 +4,7 @@
  * sensor.
  *
  * The data sheet for this device can be found at:
- *    http://www.marvell.com/products/pcconn/88ALP01.jsp
+ *   http://www.marvell.com/products/pc_connectivity/88alp01/ 
  *
  * Copyright 2006 One Laptop Per Child Association, Inc.
  * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net>
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 056/223]drivers/media/video/bt8xx/bttv-cards.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (8 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 055/223]drivers/media/video/cafe_ccic.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 057/223]drivers/media/radio/radio-maxiradio.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/video/bt8xx/bttv-cards.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c
index 7af56cd..0c2f677 100644
--- a/drivers/media/video/bt8xx/bttv-cards.c
+++ b/drivers/media/video/bt8xx/bttv-cards.c
@@ -2290,7 +2290,7 @@ struct tvcard bttv_tvcards[] = {
 		.tuner_addr	= ADDR_UNSET,
 	},
 	[BTTV_BOARD_SPIRIT_TV] = {
-		/* Spirit TV Tuner from http://spiritmodems.com.au */
+		/* Spirit TV Tuner from http://web.archive.org/web/*/http://spiritmodems.com.au */
 		/* Stafford Goodsell <surge@goliath.homeunix.org> */
 		.name           = "Spirit TV Tuner",
 		.video_inputs   = 3,
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 057/223]drivers/media/radio/radio-maxiradio.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (9 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 056/223]drivers/media/video/bt8xx/bttv-cards.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 058/223]drivers/media/radio/radio-typhoon.c " Justin P. Mattock
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/radio/radio-maxiradio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c
index 4349213..78a777d 100644
--- a/drivers/media/radio/radio-maxiradio.c
+++ b/drivers/media/radio/radio-maxiradio.c
@@ -13,7 +13,7 @@
  * anybody does please mail me.
  *
  * For the pdf file see:
- * http://www.semiconductors.philips.com/pip/TEA5757H/V1
+ * http://www.nxp.com/ 
  *
  *
  * CHANGES:
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 058/223]drivers/media/radio/radio-typhoon.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (10 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 057/223]drivers/media/radio/radio-maxiradio.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 059/223]drivers/media/radio/radio-aztech.c " Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 060/223]drivers/media/radio/Kconfig " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/radio/radio-typhoon.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/media/radio/radio-typhoon.c b/drivers/media/radio/radio-typhoon.c
index 0343928..a5363ed 100644
--- a/drivers/media/radio/radio-typhoon.c
+++ b/drivers/media/radio/radio-typhoon.c
@@ -1,8 +1,6 @@
 /* Typhoon Radio Card driver for radio support
  * (c) 1999 Dr. Henrik Seidel <Henrik.Seidel@gmx.de>
  *
- * Card manufacturer:
- * http://194.18.155.92/idc/prod2.idc?nr=50753&lang=e
  *
  * Notes on the hardware
  *
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 059/223]drivers/media/radio/radio-aztech.c Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (11 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 058/223]drivers/media/radio/radio-typhoon.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  2010-09-09 22:27 ` [PATCH 060/223]drivers/media/radio/Kconfig " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/radio/radio-aztech.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c
index c223113..6068610 100644
--- a/drivers/media/radio/radio-aztech.c
+++ b/drivers/media/radio/radio-aztech.c
@@ -10,9 +10,6 @@
  * Scott McGrath    (smcgrath@twilight.vtc.vsc.edu)
  * William McGrath  (wmcgrath@twilight.vtc.vsc.edu)
  *
- * The basis for this code may be found at http://bigbang.vtc.vsc.edu/fmradio/
- * along with more information on the card itself.
- *
  * History:
  * 1999-02-24	Russell Kroll <rkroll@exploits.org>
  *		Fine tuning/VIDEO_TUNER_LOW
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 060/223]drivers/media/radio/Kconfig Update broken web addresses.
  2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
                   ` (12 preceding siblings ...)
  2010-09-09 22:27 ` [PATCH 059/223]drivers/media/radio/radio-aztech.c " Justin P. Mattock
@ 2010-09-09 22:27 ` Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:27 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Below you will find an Update to a broken web address.
Please let me know if this needs to be changed.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/media/radio/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index 83567b8..c199ed9 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -24,7 +24,7 @@ config RADIO_CADET
 	  <file:Documentation/video4linux/API.html>.
 
 	  Further documentation on this driver can be found on the WWW at
-	  <http://linux.blackhawke.net/cadet/>.
+	  <http://web.archive.org/web/*/http://linux.blackhawke.net/cadet/>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-cadet.
@@ -237,7 +237,7 @@ config RADIO_SF16FMR2
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux API.  Information on
 	  this API and pointers to "v4l" programs may be found on the WWW at
-	  <http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
+	  <http://web.archive.org/web/*/http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-sf16fmr2.
-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-09-09 23:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09 22:27 [PATCH 046/223]drivers/media/video/saa7134/saa7134-cards.c Update broken web addresses Justin P. Mattock
2010-09-09 22:27 ` [PATCH 047/223]drivers/media/video/gspca/ov534.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 048/223]drivers/media/video/gspca/gspca.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 049/223]drivers/media/video/mxb.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 050/223]drivers/media/video/pwc/philips.txt " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 051/223]drivers/media/video/cx23885/cx23885-417.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 052/223]drivers/media/video/Kconfig " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 053/223]drivers/media/video/sn9c102/sn9c102_pas202bcb.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 054/223]drivers/media/video/cx18/cx18-cards.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 055/223]drivers/media/video/cafe_ccic.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 056/223]drivers/media/video/bt8xx/bttv-cards.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 057/223]drivers/media/radio/radio-maxiradio.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 058/223]drivers/media/radio/radio-typhoon.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 059/223]drivers/media/radio/radio-aztech.c " Justin P. Mattock
2010-09-09 22:27 ` [PATCH 060/223]drivers/media/radio/Kconfig " Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®