On Friday 03 June 2005 2:59 am, Guruprasad PV. wrote:
> 
> Iam new to Linux. Iam Developing the driver for USB Device side  and Iam
> using ATMEL AT 91RM9200 ARM Processor. I saw the at91_udc.c code in
> sourceforge.

See also the debugged version in the 2.6.12-rc4-at91 patch, as posted
on the Linux-ARM-kernel list, and the followup "glue" patch.


> I went through the  code and I could not see/identify the 
> following function implementation. Can someone guide me regarding this.
> 
>  
> 
> usb_gadget_wakeup <http://tali.admingilde.org/linux-docbook/gadget/r836.html>
> ... etc

Read <linux/usb_gadget.h> for these functions, and get familiar with
commands like

   find include -name '*.h'|xargs grep usb_gadget_wakeup

to search for declarations (and other strings) in public headers.

- Dave




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
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