"Wessler, Siegfried" wrote:
> 
> Hello,
> 
> I just entered this mailing list, so I have no idea what's up right now.
> 
> We want to implement communication between two PC via USB. We use Embedded
> Linux (ElinOs and SuSE) to keep Linux running. We got our own ETX platform
> and have placed there a slave and a master USB controller.
> 
> Since I am not only new into USB but also into Linux itself, I am hoping
> that there is someone out there, who already dealed with device driver for
> USB slaves. I know that this is quiet uncommon, but for us it makes sense.
> 

The host controller drivers (HCD) and the whole host side USB stack
use a common 'URB-based' API. There are drivers (HCD) available 
(at different states from operational to unfinished yet) for
OHCI, UHCI, EHCI, CRIS HC (ETRAX100), MPC850, isp1161 .

On the other hand there seems to be different individual approaches
on the device controller (DC, USB function) side. There are some drivers
available (or will be available)
e.g. Strongarm (SA1110 DC), MPC850 DC, isp1161 DC/isp1181, ...
from different developers that implements different functions 
(Serial, Network, ...).
But there is no DCD (device controller driver)
API so far. So there is no direct sharing of the function driver code.

- Roman

> Thank You in advance!
> 
> Siegfried.
> 
> _______________________________________________
> [EMAIL PROTECTED]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


Reply via email to