usb/130325: [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh

Alexander Best alexbestms at math.uni-muenster.de
Fri Jan 9 06:30:02 PST 2009


>Number:         130325
>Category:       usb
>Synopsis:       [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 09 14:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Best
>Release:        8-CURRENT
>Organization:
>Environment:
reeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT #11 r186887M: Thu Jan  8 11:38:05 UTC 2009     root at moshnroll:/usr/obj/usr/src/sys/ARUNDEL  i386
>Description:
here's a fix to make tools/tools/usb/print-usb-if-vids.sh work again. the file
hasn't been touched in over 4 years. ;)

alex

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- tools/tools/usb/print-usb-if-vids.sh	2008-11-27 00:25:34.000000000 +0000
+++ tools/tools/usb/print-usb-if-vids.sh	2009-01-09 00:49:50.000000000 +0000
@@ -27,5 +27,5 @@
 # $FreeBSD$
 
 
-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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list