aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvcvideo.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@skynet.be>2008-12-06 14:25:14 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 06:38:33 -0500
commit0fbd8ee6de6ac3d0b93c96da848c5bc3ccc1dc83 (patch)
treec0f3cba859ee51d84c9cafcc38f2a998f9a070fc /drivers/media/video/uvc/uvcvideo.h
parentaf009cf635141858642864a26602e379e97bf7d6 (diff)
V4L/DVB (9809): uvcvideo: Add nodrop module parameter to turn incomplete frame drop off.
The driver drops incomplete uncompressed video frames to avoid confusing userspace with corrupt data. Add a nodrop module parameter to turn that behaviour off and make all frames available to userspace. Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/uvc/uvcvideo.h')
-rw-r--r--drivers/media/video/uvc/uvcvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/uvcvideo.h b/drivers/media/video/uvc/uvcvideo.h
index 595b90ee6528..437df60e0dae 100644
--- a/drivers/media/video/uvc/uvcvideo.h
+++ b/drivers/media/video/uvc/uvcvideo.h
@@ -683,6 +683,7 @@ struct uvc_driver {
683#define UVC_WARN_MINMAX 0 683#define UVC_WARN_MINMAX 0
684#define UVC_WARN_PROBE_DEF 1 684#define UVC_WARN_PROBE_DEF 1
685 685
686extern unsigned int uvc_no_drop_param;
686extern unsigned int uvc_trace_param; 687extern unsigned int uvc_trace_param;
687 688
688#define uvc_trace(flag, msg...) \ 689#define uvc_trace(flag, msg...) \