Re: [PATCH 4/9] usb/gadget: u_ether: construct with default values and add setters/getters

2013-04-19 Thread Michal Nazarewicz
On Thu, Apr 11 2013, Andrzej Pietrasiewicz wrote: When configfs support is added it will be possible to add an unconfigured interface to the system. This patch adds an interface to u_ether which makes it possible to create a struct eth_dev filled with default values, an interface which makes

[PATCH 4/9] usb/gadget: u_ether: construct with default values and add setters/getters

2013-04-11 Thread Andrzej Pietrasiewicz
When configfs support is added it will be possible to add an unconfigured interface to the system. This patch adds an interface to u_ether which makes it possible to create a struct eth_dev filled with default values, an interface which makes it possible to fill the struct with useful values, and