Re: [PATCH 2/9] usb/gadget: rndis: convert into module

2013-04-19 Thread Michal Nazarewicz
On Thu, Apr 11 2013, Andrzej Pietrasiewicz wrote: > In order to convert to configfs the usb functions need to be converted > to a new interface and compiled as modules. This patch creates an rndis > module which will be used by the new functions. After all users of > f_rndis are converted to the ne

[PATCH 2/9] usb/gadget: rndis: convert into module

2013-04-11 Thread Andrzej Pietrasiewicz
In order to convert to configfs the usb functions need to be converted to a new interface and compiled as modules. This patch creates an rndis module which will be used by the new functions. After all users of f_rndis are converted to the new interface, this module can be merged with f_rndis module