Hi Sergio,

Thanks for the patch.

On Saturday 07 April 2012 22:54:34 saagui...@ti.com wrote:
> From: Sergio Aguirre <saagui...@ti.com>
> 
> Signed-off-by: Sergio Aguirre <saagui...@ti.com>

Applied to the tree (with a small modification to keep the entries somehow 
sorted).

> ---
>  src/v4l2subdev.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/src/v4l2subdev.c b/src/v4l2subdev.c
> index b886b72..e28ed49 100644
> --- a/src/v4l2subdev.c
> +++ b/src/v4l2subdev.c
> @@ -498,8 +498,10 @@ static struct {
>       { "Y12", V4L2_MBUS_FMT_Y12_1X12 },
>       { "YUYV", V4L2_MBUS_FMT_YUYV8_1X16 },
>       { "YUYV2X8", V4L2_MBUS_FMT_YUYV8_2X8 },
> +     { "YUYV1_5X8", V4L2_MBUS_FMT_YUYV8_1_5X8 },
>       { "UYVY", V4L2_MBUS_FMT_UYVY8_1X16 },
>       { "UYVY2X8", V4L2_MBUS_FMT_UYVY8_2X8 },
> +     { "UYVY1_5X8", V4L2_MBUS_FMT_UYVY8_1_5X8 },
>       { "SBGGR8", V4L2_MBUS_FMT_SBGGR8_1X8 },
>       { "SGBRG8", V4L2_MBUS_FMT_SGBRG8_1X8 },
>       { "SGRBG8", V4L2_MBUS_FMT_SGRBG8_1X8 },
-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to