Re: [PATCH 7/7] usb: gadget: f_uvc: use usb_gstrings_attach

2014-08-18 Thread Laurent Pinchart
Hi Andrzej, Thank you for the patch. On Wednesday 16 July 2014 16:54:17 Andrzej Pietrasiewicz wrote: > Attach strings to gadget with usb_strings_attach. > It is required for correct instantiation of functions more than once: > instead of modifying the local uvc_en_us_strings a function instance >

[PATCH 7/7] usb: gadget: f_uvc: use usb_gstrings_attach

2014-07-16 Thread Andrzej Pietrasiewicz
Attach strings to gadget with usb_strings_attach. It is required for correct instantiation of functions more than once: instead of modifying the local uvc_en_us_strings a function instance specific copy is created with usb_gstrings_attach. Signed-off-by: Andrzej Pietrasiewicz --- drivers/usb/gad