Re: [PATCH 01/16] usb/gadget: configfs: allow setting function instance's name

2013-11-02 Thread Michal Nazarewicz
On Wed, Oct 23 2013, Andrzej Pietrasiewicz wrote: > USB function's configfs config group is created in a generic way in > usb/gadget/configfs.c:function_make(), which in turn delegates actual > allocation and setup of the USB function instance to a particular > implementation, e.g. in f_acm.c. The

[PATCH 01/16] usb/gadget: configfs: allow setting function instance's name

2013-10-23 Thread Andrzej Pietrasiewicz
USB function's configfs config group is created in a generic way in usb/gadget/configfs.c:function_make(), which in turn delegates actual allocation and setup of the USB function instance to a particular implementation, e.g. in f_acm.c. The said implementation does its job in a parameter-less funct