From 4758d7a8485dba300b8798fcb069eb0e45cd0f02 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sat, 28 Nov 2015 23:02:23 +0100 Subject: [PATCH] facetimehd: set framesize type to stepwise --- fthd_v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fthd_v4l2.c b/fthd_v4l2.c index f7c909e..02180f9 100644 --- a/fthd_v4l2.c +++ b/fthd_v4l2.c @@ -520,7 +520,7 @@ static int fthd_v4l2_ioctl_enum_framesizes(struct file *filp, void *priv, if (sizes->index) return -EINVAL; - sizes->type = V4L2_FRMSIZE_TYPE_CONTINUOUS; + sizes->type = V4L2_FRMSIZE_TYPE_STEPWISE; sizes->stepwise.min_width = 320; sizes->stepwise.max_width = 2560; sizes->stepwise.min_height = 240;