Dear Oliver,

I am planning to port a USB OTG stack to a small proprietary OS (non-Linux) 
running embedded device.
As I am relatively new to USB architecture, would you please provide me any 
information on USB OTG Stack development.

I would like to know what do I need to refer?
I would also like to know how is OTG stack different from USB HOST stack?

Thanks & Regards,
Mukund Jampala





> -----Original Message-----
> From: Oliver Neukum [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 18, 2006 3:51 PM
> To: linux-usb-devel@lists.sourceforge.net
> Cc: Mukund JB.
> Subject: Re: [linux-usb-devel] Why double locking the usb-skeleton.c
> code
> 
> 
> Am Mittwoch, 18. Januar 2006 11:06 schrieb Mukund JB.:
> > Oliver,
> > Thanks for the response 
> > 
> > In usb_skeletoc.c sample driver, when I look into the probe 
> function,
> > When trying for bulk out endpoint,  I find the if condition 
> checking for USB_DIR_IN which I guess is wrong 
> > and it should be USB_DIR_OUT.
> > 
> > code section
> > ------------
> >             if (!dev->bulk_out_endpointAddr &&
> >                 !(endpoint->bEndpointAddress & USB_DIR_IN) &&
> 
> The devil is in the details, meaning "!"
> 
>       Regards
>               Oliver
> 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
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