Hi,
On 05/01/2013 04:29 PM, longjks wrote:
hi, I am working on usd driver on dde_linux. The function 'moudle_usb_stor_init' on dde_linux/src/lib/usb/main.cc is very important to me. How can I find the function achievement or which lib it is from? thanks.
The function registers the USB storage driver. The real function name is 'usb_stor_init', which can be found in 'contrib/drivers/usb/storage/usb.c'. The prototype 'module_usb_stor_init' is generated by 'module_init' macro at the very end of the file.
Regards,
Sebastian