[PATCH v2] V4L2 SDR: Add Real U8 format (V4L2_SDR_FMT_RU8)

2017-04-24 Thread Bertold Van den Bergh
This patch adds support for the Real U8 format to the V4L2 SDR framework. Signed-off-by: Bertold Van den Bergh --- Thanks for your comments. I was not aware of the V4L format documentation. I don't think there is a clear natural ordering for these types of formats, but I agree it looks

[PATCH] V4L2 SDR: Add Real U8 format (V4L2_SDR_FMT_RU8)

2017-04-23 Thread Bertold Van den Bergh
This patch adds support for the Real U8 format to the V4L2 SDR framework. This will be used for a piece of hardware we are developing. Signed-off-by: Bertold Van den Bergh --- drivers/media/v4l2-core/v4l2-ioctl.c | 1 + include/uapi/linux/videodev2.h | 1 + 2 files changed, 2 insertions