From ba3002045f8022f3a7e88511c4ebd9876a467ac8 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Fri, 20 Mar 2015 09:05:22 -0300 Subject: [PATCH] [media] v4l2-ioctl: fill in the description for VIDIOC_ENUM_FMT The descriptions used in drivers for the formats returned with ENUM_FMT are all over the place. So instead allow the core to fill them in if the driver didn't. This allows drivers to drop the description and flags. Based on an earlier patch from Philipp Zabel: http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/81411 Signed-off-by: Hans Verkuil Acked-by: Philipp Zabel Acked-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed