usb_driver on dde_linux
Sebastian Sumpf
Sebastian.Sumpf at ...1...
Thu May 2 11:29:13 CEST 2013
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
More information about the users
mailing list