[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dead URLs in src/sys/dev/usb/uplcom.c
There a link on the general information page I have listed below to the
seemingly "simple datasheet" PDF document. If the link should lead directly
to the datasheet instead of the general information page, I believe the
change should be from
http://www.prolific.com.tw/download/DataSheet/pl2303_ds11.PDF to
http://www.prolific.com.tw/PDF/PL-2303%20Market%20Spec.pdf
- Jared
Index: uplcom.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/uplcom.c,v
retrieving revision 1.10
diff -u -r1.10 uplcom.c
--- uplcom.c 2003/07/19 08:06:17 1.10
+++ uplcom.c 2003/11/07 17:06:44
@@ -37,11 +37,8 @@
*/
/*
- * Simple datasheet
- * http://www.prolific.com.tw/download/DataSheet/pl2303_ds11.PDF
- * http://www.nisseisg.co.jp/jyouhou/_cp/@gif/2303.pdf
- * (english)
- *
+ * General information: http://www.prolific.com.tw/fr_pl2303.htm
+ * http://www.hitachi-hitec.com/jyouhou/prolific/2303.pdf
*/
#include <sys/param.h>