Hi Andrzej, Thank you for the patch. On Wednesday 16 July 2014 16:54:14 Andrzej Pietrasiewicz wrote: > Use the new function registration interface. It is required > in order to integrate configfs support. > > Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > --- > drivers/usb/gadget/Kconfig | 3 + > drivers/usb/gadget/function/Makefile | 2 + > drivers/usb/gadget/function/f_uvc.c | 205 +++++++++++++++++++++++++++----- > drivers/usb/gadget/function/u_uvc.h | 39 +++++++ > drivers/usb/gadget/legacy/webcam.c | 1 + > 5 files changed, 220 insertions(+), 30 deletions(-) > create mode 100644 drivers/usb/gadget/function/u_uvc.h [snip] > diff --git a/drivers/usb/gadget/function/u_uvc.h > b/drivers/usb/gadget/function/u_uvc.h new file mode 100644 > index 0000000..93bd371 > --- /dev/null > +++ b/drivers/usb/gadget/function/u_uvc.h > @@ -0,0 +1,39 @@ > +/* > + * u_uvc.h > + * > + * Utility definitions for the uvc function > + * > + * Copyright (c) 2013 Samsung Electronics Co., Ltd. > + * http://www.samsung.com 2013-2014 ? Apart from that, Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > + * > + * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html