Hello, On 2014-10-17 14:30, Krzysztof Opasiak wrote:
While using USB gadgets I have found below issues. I would like you to share your opinion about this and maybe suggest how we can solve it. When user is composing a gadget using configfs he needs to know exactly the names of usb functions. For example user needs to know that functionfs module has been registered as ffs and mass storage has been registered as mass_storage. Second issue is that it is impossible to discover the list of available usb functions modules in currently running kernel. When functions are build as modules and depmod has been used we can check modules.alias: $ cat /lib/modules/`uname -r`/modules.alias | grep "usbfunc:" | awk -F':' '{print $2}' This gives us name of module and name registered in libcomposite. But if we build some function into kernel or write a custom function and just insmod it there is no way to ask our kernel what functions are currently available. There was even a proposition how to solve this issue [1] but it has not been accepted. That's why I would like you to share your opinion about this issue. I'm also looking forward for some suggestions how we can solve this. Footnotes: 1 - http://article.gmane.org/gmane.linux.usb.general/111068
This is a bit more appropriate reference for this: http://thread.gmane.org/gmane.linux.usb.general/111130/ Best regards -- Marek Szyprowski, PhD Samsung R&D Institute Poland -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html