On Tue, 27 Jul 2004, Duncan Sands wrote: > Hi Alan, > > > I've got a Netchip 2280 board (http://www.netchip.com). It's a PCI card > > with a high-speed USB device interface, and there's a driver for it in the > > USB gadgets directory (net2280). > > is it expensive?
I don't know what price they're currently charging, but it's not going to be very cheap. > Are you able to do the following: you have (for example) two machines, > W and L. L has the netchip board in it, and is plugged into W as a USB device. > Some USB device D you are investigating is plugged into L. L pretends to > be the device D, and forwards to D any urbs etc coming from W, passing > the result back to W (and of course logging the traffic)? Use it as a sort of USB bridge? Technically that might be possible, although you're likely to run into trouble with interrupt or isochronous transfers. Clearing halted endpoints would also be difficult, since the netchip driver doesn't tell (or doesn't know) when such things happen. In practice there isn't any software I know of which can do that, although it might not be hard to write a driver for it. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel