Subject: Re: usbdevs question
To: Lennart Augustsson <lennart@augustsson.net>
From: Eric Haszlakiewicz <erh@nimenees.com>
List: tech-kern
Date: 10/16/2003 11:54:28
--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Thu, Oct 16, 2003 at 06:20:23PM +0200, Lennart Augustsson wrote:
> Ah, that's excellent.  Even if it is inconvenient to use. :)
> 
> 	-- Lennart
see attached.


--Nq2Wo0NMKNjxTN9z
Content-Type: application/x-sh
Content-Disposition: attachment; filename="grab_usb.sh"
Content-Transfer-Encoding: quoted-printable

#!/bin/sh=0Aftp -o index.html "http://www.usb.org/app/db/search/contacts/in=
dex.html"=0Agrep "^<option" index.html |\=0A	sed -e's/.*value=3D"\([^"]*\)"=
>\([^<]*\).*/\1 \2/' |=0A	sort -n |=0A	awk ' { printf("%04x", $1); $1=3D"";=
 printf("%s\n", $0); }'=0A=0A
--Nq2Wo0NMKNjxTN9z--