]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] v4l2-ioctl: set V4L2_CAP_EXT_PIX_FORMAT for device_caps
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 21 Jul 2014 07:14:46 +0000 (04:14 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 22 Jul 2014 03:43:31 +0000 (00:43 -0300)
commit796a2bd25b4fc3c4a1d6f04373ef2af1e12489b5
tree6332c80c6a2286b748a868cbd630548bcd7b86e8
parent10f8dfdcb8f25cf62679940e3826a56a99b1cc1e
[media] v4l2-ioctl: set V4L2_CAP_EXT_PIX_FORMAT for device_caps

V4L2_CAP_EXT_PIX_FORMAT is set for capabilities, but it needs to be set for
device_caps as well: device_caps should report all caps relevant to the
device node, and this is one of them.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/v4l2-core/v4l2-ioctl.c