Date: Fri, 9 Jan 2009 14:20:52 GMT From: Alexander Best <alexbestms@math.uni-muenster.de> To: freebsd-gnats-submit@FreeBSD.org Subject: usb/130325: [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh Message-ID: <200901091420.n09EKqZl024604@www.freebsd.org> Resent-Message-ID: <200901091430.n09EU1wv058556@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901091420.n09EKqZl024604>