From: Mauro Carvalho Chehab Date: Tue, 4 Oct 2011 12:32:23 +0000 (-0300) Subject: [media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTD X-Git-Tag: v3.2-rc1~112^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8715e6cbae2ec8b451920496a73786402a5d879d;p=pandora-kernel.git [media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTD According with the V4L2 API spec: "When detection is not possible or fails, the set must contain all standards supported by the current video input or output." The V4L2 core has the mask with all supported standards already. So, apply it. Driver and subdevs can then just remove standards from the mask, as they're able of detecting audio, video and frames frequency. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed