Subject: Re: parallel port ECP - USB!
To: Lennart Augustsson <lennart@mail.augustsson.net>
From: Brian Gregor <bgregor@buphy.bu.edu>
List: current-users
Date: 09/01/2000 14:15:51
> > Could you mail in the brand and model number of that device? While it has
> > been recognized as a generic ulpt, it would be nice to get that vendor/product
> > id in the appropriate tables.
> 
> It's actually in th tables, but I guess Brian didn't have USBVERBOSE turned
> on in his kernel.
> 
>     -- Lennart

Actually, I do have that turned on.  I went and looked into this...
Reading sys/dev/usb/usbdevs.h, the
Belkin stuff is listed with vendor ID:
#define USB_VENDOR_BELKIN       0x050d          /* Belkin Components */

but the F5U002 shows up in the file as:
/* In-System products */
#define USB_PRODUCT_INSYSTEM_F5U002     0x0002          /* Parallel
printer adapter */

My dmesg output:
ulpt0: vendor 0x1293 product 0x0002, rev 1.00/1.04, addr 2, iclass 7/1

and vendor 0x1293 is not in usbdevs.h.  So, it looks like 
that file needs a little tweaking?



Brian