All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses.
@ 2010-09-09 22:26 Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 032/223]drivers/infiniband/hw/cxgb3/Kconfig " Justin P. Mattock
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/infiniband/hw/cxgb4/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/infiniband/hw/cxgb4/Kconfig b/drivers/infiniband/hw/cxgb4/Kconfig
index ccb85ea..6b7e6c5 100644
--- a/drivers/infiniband/hw/cxgb4/Kconfig
+++ b/drivers/infiniband/hw/cxgb4/Kconfig
@@ -10,7 +10,7 @@ config INFINIBAND_CXGB4
 	  our website at <http://www.chelsio.com>.
 
 	  For customer support, please visit our customer support page at
-	  <http://www.chelsio.com/support.htm>.
+	  <http://www.chelsio.com/support.html>.
 
 	  Please send feedback to <linux-bugs@chelsio.com>.
 
-- 
1.7.2.1


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

* [PATCH 032/223]drivers/infiniband/hw/cxgb3/Kconfig Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 033/223]drivers/infiniband/Kconfig " Justin P. Mattock
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/infiniband/hw/cxgb3/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/infiniband/hw/cxgb3/Kconfig b/drivers/infiniband/hw/cxgb3/Kconfig
index 2acec3f..2b6352b 100644
--- a/drivers/infiniband/hw/cxgb3/Kconfig
+++ b/drivers/infiniband/hw/cxgb3/Kconfig
@@ -10,7 +10,7 @@ config INFINIBAND_CXGB3
 	  our website at <http://www.chelsio.com>.
 
 	  For customer support, please visit our customer support page at
-	  <http://www.chelsio.com/support.htm>.
+	  <http://www.chelsio.com/support.html>.
 
 	  Please send feedback to <linux-bugs@chelsio.com>.
 
-- 
1.7.2.1


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

* [PATCH 033/223]drivers/infiniband/Kconfig Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 032/223]drivers/infiniband/hw/cxgb3/Kconfig " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 034/223]drivers/input/mouse/touchkit_ps2.c " Justin P. Mattock
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/infiniband/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig
index 89d70de..cf769f1 100644
--- a/drivers/infiniband/Kconfig
+++ b/drivers/infiniband/Kconfig
@@ -16,7 +16,7 @@ config INFINIBAND_USER_MAD
 	  Userspace InfiniBand Management Datagram (MAD) support.  This
 	  is the kernel side of the userspace MAD support, which allows
 	  userspace processes to send and receive MADs. You will also
-	  need libibumad from <http://www.openib.org>.
+	  need libibumad from <http://openfabrics.org/>.
 
 config INFINIBAND_USER_ACCESS
 	tristate "InfiniBand userspace access (verbs and CM)"
@@ -28,7 +28,7 @@ config INFINIBAND_USER_ACCESS
 	  to set up connections and directly access InfiniBand
 	  hardware for fast-path operations.  You will also need
 	  libibverbs, libibcm and a hardware driver library from
-	  <http://www.openib.org>.
+	  <git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git>.
 
 config INFINIBAND_USER_MEM
 	bool
-- 
1.7.2.1


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

* [PATCH 034/223]drivers/input/mouse/touchkit_ps2.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 032/223]drivers/infiniband/hw/cxgb3/Kconfig " Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 033/223]drivers/infiniband/Kconfig " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 035/223]drivers/input/mouse/Kconfig " Justin P. Mattock
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/input/mouse/touchkit_ps2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/mouse/touchkit_ps2.c b/drivers/input/mouse/touchkit_ps2.c
index 88121c5..d362c7a 100644
--- a/drivers/input/mouse/touchkit_ps2.c
+++ b/drivers/input/mouse/touchkit_ps2.c
@@ -22,7 +22,7 @@
  * Based upon touchkitusb.c
  *
  * Vendor documentation is available in support section of:
- * http://www.egalax.com.tw/
+ * http://home.eeti.com.tw/web20/eg/drivers.htm 
  */
 
 #include <linux/kernel.h>
-- 
1.7.2.1


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

* [PATCH 035/223]drivers/input/mouse/Kconfig Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (2 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 034/223]drivers/input/mouse/touchkit_ps2.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 036/223]drivers/input/touchscreen/mk712.c " Justin P. Mattock
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/input/mouse/Kconfig |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index c714ca2..a29a870 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -27,10 +27,7 @@ config MOUSE_PS2
 
 	  Synaptics, ALPS or Elantech TouchPad users might be interested
 	  in a specialized Xorg/XFree86 driver at:
-		<http://w1.894.telia.com/~u89404340/touchpad/index.html>
-	  and a new version of GPM at:
-		<http://www.geocities.com/dt_or/gpm/gpm.html>
-	  to take advantage of the advanced features of the touchpad.
+		<http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/>
 
 	  If unsure, say Y.
 
-- 
1.7.2.1


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

* [PATCH 036/223]drivers/input/touchscreen/mk712.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (3 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 035/223]drivers/input/mouse/Kconfig " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-10  5:16   ` Dmitry Torokhov
  2010-09-09 22:26 ` [PATCH 037/223]drivers/input/misc/cm109.c " Justin P. Mattock
                   ` (8 subsequent siblings)
  13 siblings, 1 reply; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/input/touchscreen/mk712.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
index efd3aeb..76f373a 100644
--- a/drivers/input/touchscreen/mk712.c
+++ b/drivers/input/touchscreen/mk712.c
@@ -17,7 +17,7 @@
  * found in Gateway AOL Connected Touchpad computers.
  *
  * Documentation for ICS MK712 can be found at:
- *	http://www.icst.com/pdf/mk712.pdf
+ * http://web.archive.org/web/*/http://www.icst.com/pdf/mk712.pdf	
  */
 
 /*
-- 
1.7.2.1


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

* [PATCH 037/223]drivers/input/misc/cm109.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (4 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 036/223]drivers/input/touchscreen/mk712.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 038/223]drivers/input/joystick/gamecon.c " Justin P. Mattock
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/input/misc/cm109.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/input/misc/cm109.c b/drivers/input/misc/cm109.c
index 2b0eba6..9007600 100644
--- a/drivers/input/misc/cm109.c
+++ b/drivers/input/misc/cm109.c
@@ -230,7 +230,7 @@ static unsigned short keymap_gtalk(int scancode)
 
 /*
  * Keymap for Allied-Telesis Corega USBPH01
- * http://www.alliedtelesis-corega.com/2/1344/1437/1360/chprd.html
+ * http://web.archive.org/web/*/http://www.alliedtelesis-corega.com/2/1344/1437/1360/chprd.html 
  *
  * Contributed by july@nat.bg
  */
@@ -259,8 +259,8 @@ static unsigned short keymap_usbph01(int scancode)
 
 /*
  * Keymap for ATCom AU-100
- * http://www.atcom.cn/En_products_AU100.html
- * http://www.packetizer.com/products/au100/
+ * http://www.atcom.cn/products.html 
+ * http://web.archive.org/web/*/http://www.packetizer.com/products/au100/ 
  * http://www.voip-info.org/wiki/view/AU-100
  *
  * Contributed by daniel@gimpelevich.san-francisco.ca.us
-- 
1.7.2.1


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

* [PATCH 038/223]drivers/input/joystick/gamecon.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (5 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 037/223]drivers/input/misc/cm109.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-10  5:19   ` Dmitry Torokhov
  2010-09-09 22:26 ` [PATCH 039/223]drivers/isdn/i4l/isdn_net.c " Justin P. Mattock
                   ` (6 subsequent siblings)
  13 siblings, 1 reply; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/input/joystick/gamecon.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/input/joystick/gamecon.c b/drivers/input/joystick/gamecon.c
index 0ffaf2c..2463b95 100644
--- a/drivers/input/joystick/gamecon.c
+++ b/drivers/input/joystick/gamecon.c
@@ -521,9 +521,8 @@ static void gc_multi_process_packet(struct gc *gc)
  * PSX support
  *
  * See documentation at:
- *	http://www.dim.com/~mackys/psxmemcard/ps-eng2.txt
+ *	http://forethought.net/	
  *	http://www.gamesx.com/controldata/psxcont/psxcont.htm
- *	ftp://milano.usal.es/pablo/
  *
  */
 
-- 
1.7.2.1


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

* [PATCH 039/223]drivers/isdn/i4l/isdn_net.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (6 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 038/223]drivers/input/joystick/gamecon.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 040/223]drivers/isdn/i4l/isdn_audio.c " Justin P. Mattock
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/isdn/i4l/isdn_net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/isdn/i4l/isdn_net.c b/drivers/isdn/i4l/isdn_net.c
index 26d44c3..6aab456 100644
--- a/drivers/isdn/i4l/isdn_net.c
+++ b/drivers/isdn/i4l/isdn_net.c
@@ -19,7 +19,7 @@
  *
  * Jan 2001: fix CISCO HDLC      Bjoern A. Zeeb <i4l@zabbadoz.net>
  *           for info on the protocol, see 
- *           http://i4l.zabbadoz.net/i4l/cisco-hdlc.txt
+ *          http://www.nethelp.no/net/cisco-hdlc.txt 
  */
 
 #include <linux/isdn.h>
-- 
1.7.2.1


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

* [PATCH 040/223]drivers/isdn/i4l/isdn_audio.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (7 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 039/223]drivers/isdn/i4l/isdn_net.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 041/223]drivers/macintosh/therm_adt746x.c " Justin P. Mattock
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/isdn/i4l/isdn_audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/isdn/i4l/isdn_audio.c b/drivers/isdn/i4l/isdn_audio.c
index 861bdf3..d501393 100644
--- a/drivers/isdn/i4l/isdn_audio.c
+++ b/drivers/isdn/i4l/isdn_audio.c
@@ -439,7 +439,7 @@ isdn_audio_xlaw2adpcm(adpcm_state * s, int fmt, unsigned char *in,
 
 /*
  * Goertzel algorithm.
- * See http://ptolemy.eecs.berkeley.edu/~pino/Ptolemy/papers/96/dtmf_ict/
+ * See http://ptolemy.eecs.berkeley.edu/papers/96/dtmf_ict/ 
  * for more info.
  * Result is stored into an sk_buff and queued up for later
  * evaluation.
-- 
1.7.2.1


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

* [PATCH 041/223]drivers/macintosh/therm_adt746x.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (8 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 040/223]drivers/isdn/i4l/isdn_audio.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 042/223]drivers/media/IR/keymaps/rc-rc5-tv.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/macintosh/therm_adt746x.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c
index d0d2213..e9425b5 100644
--- a/drivers/macintosh/therm_adt746x.c
+++ b/drivers/macintosh/therm_adt746x.c
@@ -4,8 +4,8 @@
  * Copyright (C) 2003, 2004 Colin Leroy, Rasmus Rohde, Benjamin Herrenschmidt
  *
  * Documentation from
- * http://www.analog.com/UploadedFiles/Data_Sheets/115254175ADT7467_pra.pdf
- * http://www.analog.com/UploadedFiles/Data_Sheets/3686221171167ADT7460_b.pdf
+ * http://www.onsemi.com/PowerSolutions/product.do?id=ADT7467 
+ * http://www.onsemi.com/PowerSolutions/product.do?id=ADT7460 
  *
  */
 
-- 
1.7.2.1


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

* [PATCH 042/223]drivers/media/IR/keymaps/rc-rc5-tv.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (9 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 041/223]drivers/macintosh/therm_adt746x.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 043/223]drivers/media/IR/keymaps/rc-manli.c " Justin P. Mattock
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/IR/keymaps/rc-rc5-tv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/IR/keymaps/rc-rc5-tv.c b/drivers/media/IR/keymaps/rc-rc5-tv.c
index 73cce2f..61be0bd 100644
--- a/drivers/media/IR/keymaps/rc-rc5-tv.c
+++ b/drivers/media/IR/keymaps/rc-rc5-tv.c
@@ -13,7 +13,7 @@
 #include <media/rc-map.h>
 
 /* generic RC5 keytable                                          */
-/* see http://users.pandora.be/nenya/electronics/rc5/codes00.htm */
+/* see http://web.archive.org/web/*/http://users.pandora.be/nenya/electronics/rc5/codes00.htm */
 /* used by old (black) Hauppauge remotes                         */
 
 static struct ir_scancode rc5_tv[] = {
-- 
1.7.2.1


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

* [PATCH 043/223]drivers/media/IR/keymaps/rc-manli.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (10 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 042/223]drivers/media/IR/keymaps/rc-rc5-tv.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 044/223]drivers/media/video/cx88/cx88-blackbird.c " Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 045/223]drivers/media/video/ivtv/ivtv-cards.c " Justin P. Mattock
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/IR/keymaps/rc-manli.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/media/IR/keymaps/rc-manli.c b/drivers/media/IR/keymaps/rc-manli.c
index 1e9fbfa..0f590b3 100644
--- a/drivers/media/IR/keymaps/rc-manli.c
+++ b/drivers/media/IR/keymaps/rc-manli.c
@@ -13,7 +13,6 @@
 #include <media/rc-map.h>
 
 /* Michael Tokarev <mjt@tls.msk.ru>
-   http://www.corpit.ru/mjt/beholdTV/remote_control.jpg
    keytable is used by MANLI MTV00[0x0c] and BeholdTV 40[13] at
    least, and probably other cards too.
    The "ascii-art picture" below (in comments, first row
-- 
1.7.2.1


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

* [PATCH 044/223]drivers/media/video/cx88/cx88-blackbird.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (11 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 043/223]drivers/media/IR/keymaps/rc-manli.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  2010-09-09 22:26 ` [PATCH 045/223]drivers/media/video/ivtv/ivtv-cards.c " Justin P. Mattock
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/cx88/cx88-blackbird.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c
index e46e1ce..645f840 100644
--- a/drivers/media/video/cx88/cx88-blackbird.c
+++ b/drivers/media/video/cx88/cx88-blackbird.c
@@ -9,7 +9,7 @@
  *    (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org>
  *        - video_ioctl2 conversion
  *
- *  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 related	[flat|nested] 19+ messages in thread

* [PATCH 045/223]drivers/media/video/ivtv/ivtv-cards.c Update broken web addresses.
  2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
                   ` (12 preceding siblings ...)
  2010-09-09 22:26 ` [PATCH 044/223]drivers/media/video/cx88/cx88-blackbird.c " Justin P. Mattock
@ 2010-09-09 22:26 ` Justin P. Mattock
  13 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-09 22:26 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/ivtv/ivtv-cards.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/ivtv/ivtv-cards.c b/drivers/media/video/ivtv/ivtv-cards.c
index ca1fd32..4f9dbca 100644
--- a/drivers/media/video/ivtv/ivtv-cards.c
+++ b/drivers/media/video/ivtv/ivtv-cards.c
@@ -65,7 +65,7 @@ static struct ivtv_card_tuner_i2c ivtv_i2c_tda8290 = {
 
 /********************** card configuration *******************************/
 
-/* 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 related	[flat|nested] 19+ messages in thread

* Re: [PATCH 036/223]drivers/input/touchscreen/mk712.c Update broken web addresses.
  2010-09-09 22:26 ` [PATCH 036/223]drivers/input/touchscreen/mk712.c " Justin P. Mattock
@ 2010-09-10  5:16   ` Dmitry Torokhov
  2010-09-10  5:22     ` Justin P. Mattock
  0 siblings, 1 reply; 19+ messages in thread
From: Dmitry Torokhov @ 2010-09-10  5:16 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

On Thu, Sep 09, 2010 at 03:26:36PM -0700, Justin P. Mattock wrote:
> 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/input/touchscreen/mk712.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
> index efd3aeb..76f373a 100644
> --- a/drivers/input/touchscreen/mk712.c
> +++ b/drivers/input/touchscreen/mk712.c
> @@ -17,7 +17,7 @@
>   * found in Gateway AOL Connected Touchpad computers.
>   *
>   * Documentation for ICS MK712 can be found at:
> - *	http://www.icst.com/pdf/mk712.pdf
> + * http://web.archive.org/web/*/http://www.icst.com/pdf/mk712.pdf	

Shouldn't it be

http://www.idt.com/products/getDoc.cfm?docID=18713923

?

-- 
Dmitry

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

* Re: [PATCH 038/223]drivers/input/joystick/gamecon.c Update broken web addresses.
  2010-09-09 22:26 ` [PATCH 038/223]drivers/input/joystick/gamecon.c " Justin P. Mattock
@ 2010-09-10  5:19   ` Dmitry Torokhov
  2010-09-10  5:44     ` Justin P. Mattock
  0 siblings, 1 reply; 19+ messages in thread
From: Dmitry Torokhov @ 2010-09-10  5:19 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

On Thu, Sep 09, 2010 at 03:26:38PM -0700, Justin P. Mattock wrote:
> 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/input/joystick/gamecon.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/input/joystick/gamecon.c b/drivers/input/joystick/gamecon.c
> index 0ffaf2c..2463b95 100644
> --- a/drivers/input/joystick/gamecon.c
> +++ b/drivers/input/joystick/gamecon.c
> @@ -521,9 +521,8 @@ static void gc_multi_process_packet(struct gc *gc)
>   * PSX support
>   *
>   * See documentation at:
> - *	http://www.dim.com/~mackys/psxmemcard/ps-eng2.txt
> + *	http://forethought.net/	

Seems to be an ISP adreess... not sure what it has to do with gamecon...

-- 
Dmitry

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

* Re: [PATCH 036/223]drivers/input/touchscreen/mk712.c Update broken web addresses.
  2010-09-10  5:16   ` Dmitry Torokhov
@ 2010-09-10  5:22     ` Justin P. Mattock
  0 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-10  5:22 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: trivial, linux-kernel

On 09/09/2010 10:16 PM, Dmitry Torokhov wrote:
> On Thu, Sep 09, 2010 at 03:26:36PM -0700, Justin P. Mattock wrote:
>> 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/input/touchscreen/mk712.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
>> index efd3aeb..76f373a 100644
>> --- a/drivers/input/touchscreen/mk712.c
>> +++ b/drivers/input/touchscreen/mk712.c
>> @@ -17,7 +17,7 @@
>>    * found in Gateway AOL Connected Touchpad computers.
>>    *
>>    * Documentation for ICS MK712 can be found at:
>> - *	http://www.icst.com/pdf/mk712.pdf
>> + * http://web.archive.org/web/*/http://www.icst.com/pdf/mk712.pdf	
>
> Shouldn't it be
>
> http://www.idt.com/products/getDoc.cfm?docID=18713923
>
> ?
>

ahh...(gets a bit schizo looking at web addresses all day!!) I'll add 
that to the bunch..

Thanks!!

Justin P. Mattock

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

* Re: [PATCH 038/223]drivers/input/joystick/gamecon.c Update broken web addresses.
  2010-09-10  5:19   ` Dmitry Torokhov
@ 2010-09-10  5:44     ` Justin P. Mattock
  0 siblings, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-09-10  5:44 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: trivial, linux-kernel

On 09/09/2010 10:19 PM, Dmitry Torokhov wrote:
> On Thu, Sep 09, 2010 at 03:26:38PM -0700, Justin P. Mattock wrote:
>> 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/input/joystick/gamecon.c |    3 +--
>>   1 files changed, 1 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/input/joystick/gamecon.c b/drivers/input/joystick/gamecon.c
>> index 0ffaf2c..2463b95 100644
>> --- a/drivers/input/joystick/gamecon.c
>> +++ b/drivers/input/joystick/gamecon.c
>> @@ -521,9 +521,8 @@ static void gc_multi_process_packet(struct gc *gc)
>>    * PSX support
>>    *
>>    * See documentation at:
>> - *	http://www.dim.com/~mackys/psxmemcard/ps-eng2.txt
>> + *	http://forethought.net/	
>
> Seems to be an ISP adreess... not sure what it has to do with gamecon...
>

the only real way to verify this(over here), was to plug the old 
address(which didnt work for me(not sure about your connection))into the 
waybackmachine site then from there check the contact info etc.. from 
the wayback to what the search results gave me, then choose the best 
closest one.

Justin P. Mattock

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

end of thread, other threads:[~2010-09-10  5:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09 22:26 [PATCH 031/223]drivers/infiniband/hw/cxgb4/Kconfig Update broken web addresses Justin P. Mattock
2010-09-09 22:26 ` [PATCH 032/223]drivers/infiniband/hw/cxgb3/Kconfig " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 033/223]drivers/infiniband/Kconfig " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 034/223]drivers/input/mouse/touchkit_ps2.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 035/223]drivers/input/mouse/Kconfig " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 036/223]drivers/input/touchscreen/mk712.c " Justin P. Mattock
2010-09-10  5:16   ` Dmitry Torokhov
2010-09-10  5:22     ` Justin P. Mattock
2010-09-09 22:26 ` [PATCH 037/223]drivers/input/misc/cm109.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 038/223]drivers/input/joystick/gamecon.c " Justin P. Mattock
2010-09-10  5:19   ` Dmitry Torokhov
2010-09-10  5:44     ` Justin P. Mattock
2010-09-09 22:26 ` [PATCH 039/223]drivers/isdn/i4l/isdn_net.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 040/223]drivers/isdn/i4l/isdn_audio.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 041/223]drivers/macintosh/therm_adt746x.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 042/223]drivers/media/IR/keymaps/rc-rc5-tv.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 043/223]drivers/media/IR/keymaps/rc-manli.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 044/223]drivers/media/video/cx88/cx88-blackbird.c " Justin P. Mattock
2010-09-09 22:26 ` [PATCH 045/223]drivers/media/video/ivtv/ivtv-cards.c " Justin P. Mattock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.