usb: gadget: uvc: separately compile some components of f_uvc
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Mon, 8 Sep 2014 23:02:09 +0000 (02:02 +0300)
committerFelipe Balbi <balbi@ti.com>
Tue, 9 Sep 2014 14:49:12 +0000 (09:49 -0500)
commit3a83c16ef0e03e2ca2f1ce547a7cba53a62d0e0d
treed3a9d1a68a4e6db7ae626a896f0dcd37f212300c
parent7ea95b110811fa8e41f5960c278bcfc80b8b21c1
usb: gadget: uvc: separately compile some components of f_uvc

Compile uvc_queue, uvc_v4l2, uvc_video separately so that later they can
be all combined in a separately compiled f_uvc.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Tested-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
[Make uvc_v4l2_ioctl_ops non-static]
[Rename __UVC__V4L2__H__ and __UVC__VIDEO__H__]
[Update MAINTAINERS]
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
12 files changed:
MAINTAINERS
drivers/usb/gadget/function/f_uvc.c
drivers/usb/gadget/function/f_uvc.h
drivers/usb/gadget/function/uvc.h
drivers/usb/gadget/function/uvc_queue.c
drivers/usb/gadget/function/uvc_queue.h
drivers/usb/gadget/function/uvc_v4l2.c
drivers/usb/gadget/function/uvc_v4l2.h [new file with mode: 0644]
drivers/usb/gadget/function/uvc_video.c
drivers/usb/gadget/function/uvc_video.h [new file with mode: 0644]
drivers/usb/gadget/legacy/Makefile
drivers/usb/gadget/legacy/webcam.c
This page took 0.027369 seconds and 5 git commands to generate.