|
@@ -193,6 +193,10 @@ static long subdev_do_ioctl(struct file *file, unsigned int cmd, void *arg)
|
|
|
return v4l2_subdev_call(sd, core, s_register, p);
|
|
|
}
|
|
|
#endif
|
|
|
+
|
|
|
+ case VIDIOC_LOG_STATUS:
|
|
|
+ return v4l2_subdev_call(sd, core, log_status);
|
|
|
+
|
|
|
#if defined(CONFIG_VIDEO_V4L2_SUBDEV_API)
|
|
|
case VIDIOC_SUBDEV_G_FMT: {
|
|
|
struct v4l2_subdev_format *format = arg;
|