Date: Fri, 09 Jan 2009 01:00:17 +0100 (CET) From: Alexander Best <alexbestms@math.uni-muenster.de> To: <freebsd-current@freebsd.org> Subject: fix tools/tools/usb/print-usb-if-vids.sh Message-ID: <permail-200901090000171e86ffa800002ad6-a_best01@message-id.uni-muenster.de>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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 [-- Attachment #2 --] --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-200901090000171e86ffa800002ad6-a_best01>
