diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-10-18 05:03:14 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-10-18 05:03:14 -0400 |
commit | 631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c (patch) | |
tree | c431fa3479c1d35842fb5635ed7ccd487d063a62 /drivers/usb/serial/mct_u232.h | |
parent | d7eccbbae84b2ee7dbb756e60287c4b47071444e (diff) |
Update broken web addresses in the kernel.
The patch below updates broken web addresses in the kernel
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Dimitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Mike Frysinger <vapier.adi@gmail.com>
Acked-by: Ben Pfaff <blp@cs.stanford.edu>
Acked-by: Hans J. Koch <hjk@linutronix.de>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/serial/mct_u232.h')
-rw-r--r-- | drivers/usb/serial/mct_u232.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/usb/serial/mct_u232.h b/drivers/usb/serial/mct_u232.h index 3a3f5e6b8f96..d325bb8cb583 100644 --- a/drivers/usb/serial/mct_u232.h +++ b/drivers/usb/serial/mct_u232.h | |||
@@ -10,10 +10,9 @@ | |||
10 | * | 10 | * |
11 | * This driver is for the device MCT USB-RS232 Converter (25 pin, Model No. | 11 | * This driver is for the device MCT USB-RS232 Converter (25 pin, Model No. |
12 | * U232-P25) from Magic Control Technology Corp. (there is also a 9 pin | 12 | * U232-P25) from Magic Control Technology Corp. (there is also a 9 pin |
13 | * Model No. U232-P9). See http://www.mct.com.tw/p_u232.html for further | 13 | * Model No. U232-P9). See http://www.mct.com.tw/products/product_us232.html |
14 | * information. The properties of this device are listed at the end of this | 14 | * for further information. The properties of this device are listed at the end |
15 | * file. This device is available from various distributors. I know Hana, | 15 | * of this file. This device was used in the Dlink DSB-S25. |
16 | * http://www.hana.de and D-Link, http://www.dlink.com/products/usb/dsbs25. | ||
17 | * | 16 | * |
18 | * All of the information about the device was acquired by using SniffUSB | 17 | * All of the information about the device was acquired by using SniffUSB |
19 | * on Windows98. The technical details of the reverse engineering are | 18 | * on Windows98. The technical details of the reverse engineering are |
@@ -458,7 +457,7 @@ static int mct_u232_calculate_baud_rate(struct usb_serial *serial, | |||
458 | * embedded UART. Exhaustive documentation for these is available at: | 457 | * embedded UART. Exhaustive documentation for these is available at: |
459 | * | 458 | * |
460 | * http://www.semiconductors.philips.com/pip/p87c52ubaa | 459 | * http://www.semiconductors.philips.com/pip/p87c52ubaa |
461 | * http://www.semiconductors.philips.com/pip/pdiusbd12 | 460 | * http://www.nxp.com/acrobat_download/various/PDIUSBD12_PROGRAMMING_GUIDE.pdf |
462 | * | 461 | * |
463 | * Thanks to Julian Highfield for the pointer to the Philips database. | 462 | * Thanks to Julian Highfield for the pointer to the Philips database. |
464 | * | 463 | * |