Hi Stan,

On 7/3/07, Stan Marly <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using a Cy7C67300 with uclinux 2.4.32. The device driver (usbd)
> developed by Lineo seems to be OK. Now I need to implement ACM device
> (serial) and ethernet device. It does not look easy to interface gadget
> and lineo usbd but I know that Lineo has developped in the past serial
> and ethernet functions for its usbd stack. Unfortunately Lineo does not
> exist anymore and I can not find the source code for the whole Lineo
> usbd stack, including ethernet and serial. Would someone have a link or
> a tar.gz to send to me ?
> Thanks for your help.

Clone linux-omap git tree and check these files:

drivers/usb/misc/cypress_cy7c63.c
drivers/usb/serial/cypress_m8.c

I'm not sure if this is what you want, but it could help.

Anyway, I don't think we already have Cypress UDC coded in
linux-omap... maybe you could help providing us with this code??

For HCD (host controller) seems you'll need to implement (O ||
E)HCI-cypress.c, or something like that, also.

>
> Best regards,
>
> Stan
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> linux-usb-devel@lists.sourceforge.net
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
>


-- 
Best Regards,

Felipe Balbi
[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to