Re: [PATCH v3 5/6] libusbg: Add remove gadget functionality.

2014-04-03 Thread Matt Porter
On Tue, Mar 18, 2014 at 09:29:05PM +0100, Krzysztof Opasiak wrote: Add function which allow to remove USB gadget. This functions also remove gadget from internal library structures what means that after this operation all pointers to removed gadget are invalid. Signed-off-by: Krzysztof

RE: [PATCH v3 5/6] libusbg: Add remove gadget functionality.

2014-04-03 Thread Krzysztof Opasiak
: Re: [PATCH v3 5/6] libusbg: Add remove gadget functionality. On Tue, Mar 18, 2014 at 09:29:05PM +0100, Krzysztof Opasiak wrote: Add function which allow to remove USB gadget. This functions also remove gadget from internal library structures what means that after this operation all

[PATCH v3 5/6] libusbg: Add remove gadget functionality.

2014-03-18 Thread Krzysztof Opasiak
Add function which allow to remove USB gadget. This functions also remove gadget from internal library structures what means that after this operation all pointers to removed gadget are invalid. Signed-off-by: Krzysztof Opasiak k.opas...@samsung.com --- include/usbg/usbg.h | 10 ++