PERFORCE change 155902 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Jan 10 03:46:34 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=155902

Change 155902 by hselasky at hselasky_laptop001 on 2009/01/10 11:46:06

	
	Patch from Alexander Best:
	Correct USB vendor ID download location.

Affected files ...

.. //depot/projects/usb/src/tools/tools/usb/print-usb-if-vids.sh#2 edit

Differences ...

==== //depot/projects/usb/src/tools/tools/usb/print-usb-if-vids.sh#2 (text+ko) ====

@@ -27,5 +27,5 @@
 # $FreeBSD: src/tools/tools/usb/print-usb-if-vids.sh,v 1.1 2004/04/18 05:37:34 obrien Exp $
 
 
-fetch -o /tmp/usb.if http://www.usb.org/app/pub/dump/comp_dump/
+fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
 awk -F '|' '{ printf "%#06x\t%s\n", $1, $2 }' < /tmp/usb.if | sort


More information about the p4-projects mailing list