Discussion:
Two USB Device Ports?
Geoff Nichols
2008-01-17 23:12:12 UTC
Permalink
I have an application where I need two USB device ports. This hardware is to sit between two PC's and show up as a USB device to both. We are looking at an ARM platform, likely a PAxxx SODIMM board from Cogent or Toradex, with two NET2272 from PLX on the memory bus. PLX offers hardware drivers and along with the Linux USB gadget drivers it looks like we can get the OS aware of the NET2272's.

My question is: How well does Linux play with TWO USB device ports? Is this already supported or will we have to modify parts of the USB gadget drivers to make this work?

Thanks
geoff

____________________________
 
Geoff Nichols
***@mindtribe.com
650.324.9432 x105
 
MindTribe Product Engineering
119 University Avenue
Palo Alto, CA 94301
http://www.mindtribe.com



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
linux-usb-***@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
Alan Stern
2008-01-18 15:10:51 UTC
Permalink
Post by Geoff Nichols
I have an application where I need two USB device ports. This
hardware is to sit between two PC's and show up as a USB device to
both. We are looking at an ARM platform, likely a PAxxx SODIMM board
from Cogent or Toradex, with two NET2272 from PLX on the memory bus.
PLX offers hardware drivers and along with the Linux USB gadget
drivers it looks like we can get the OS aware of the NET2272's.
My question is: How well does Linux play with TWO USB device ports?
Is this already supported or will we have to modify parts of the USB
gadget drivers to make this work?
It is not supported. You will have to modify the drivers to make it
work.

Alan Stern


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
linux-usb-***@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Loading...