Hi Michael,

Thanks for the patch.

On Friday 04 March 2011 09:58:02 Michael Jones wrote:
> Signed-off-by: Michael Jones <michael.jo...@matrix-vision.de>

Acked-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com>

> ---
>  include/linux/v4l2-mediabus.h |    7 +++++--
>  1 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/v4l2-mediabus.h b/include/linux/v4l2-mediabus.h
> index 7054a7a..46caecd 100644
> --- a/include/linux/v4l2-mediabus.h
> +++ b/include/linux/v4l2-mediabus.h
> @@ -47,8 +47,9 @@ enum v4l2_mbus_pixelcode {
>       V4L2_MBUS_FMT_RGB565_2X8_BE = 0x1007,
>       V4L2_MBUS_FMT_RGB565_2X8_LE = 0x1008,
> 
> -     /* YUV (including grey) - next is 0x2013 */
> +     /* YUV (including grey) - next is 0x2014 */
>       V4L2_MBUS_FMT_Y8_1X8 = 0x2001,
> +     V4L2_MBUS_FMT_Y12_1X12 = 0x2013,
>       V4L2_MBUS_FMT_UYVY8_1_5X8 = 0x2002,
>       V4L2_MBUS_FMT_VYUY8_1_5X8 = 0x2003,
>       V4L2_MBUS_FMT_YUYV8_1_5X8 = 0x2004,
> @@ -67,9 +68,11 @@ enum v4l2_mbus_pixelcode {
>       V4L2_MBUS_FMT_YUYV10_1X20 = 0x200d,
>       V4L2_MBUS_FMT_YVYU10_1X20 = 0x200e,
> 
> -     /* Bayer - next is 0x3013 */
> +     /* Bayer - next is 0x3015 */
>       V4L2_MBUS_FMT_SBGGR8_1X8 = 0x3001,
> +     V4L2_MBUS_FMT_SGBRG8_1X8 = 0x3013,
>       V4L2_MBUS_FMT_SGRBG8_1X8 = 0x3002,
> +     V4L2_MBUS_FMT_SRGGB8_1X8 = 0x3014,
>       V4L2_MBUS_FMT_SBGGR10_DPCM8_1X8 = 0x300b,
>       V4L2_MBUS_FMT_SGBRG10_DPCM8_1X8 = 0x300c,
>       V4L2_MBUS_FMT_SGRBG10_DPCM8_1X8 = 0x3009,

-- 
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