Re: [RFC 7/8] usb/gadget: f_uvc: use usb_gstrings_attach

2014-06-16 Thread Laurent Pinchart
Hi Andrzej, Thank you for the patch. On Friday 28 February 2014 10:32:29 Andrzej Pietrasiewicz wrote: > Attach strings to gadget with usb_strings_attach. Could you please describe in the commit message why this is needed and/or the benefits the change provides ? > > Signed-off-by: Andrzej Piet

[RFC 7/8] usb/gadget: f_uvc: use usb_gstrings_attach

2014-02-28 Thread Andrzej Pietrasiewicz
Attach strings to gadget with usb_strings_attach. Signed-off-by: Andrzej Pietrasiewicz --- drivers/usb/gadget/f_uvc.c | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/drivers/usb/gadget/f_uvc.c b/drivers/usb/gadget/f_uvc.c index 51767c9..bbadc0a