Skip to content
Commit 9801b5b2 authored by Hans Verkuil's avatar Hans Verkuil
Browse files

media: v4l2-ctrls: show all owned controls in log_status



VIDIOC_LOG_STATUS will log the controls owned by the driver. But the
code didn't take into account the case where a single driver creates
multiple control handlers. A good example is the vivid driver, but
others use it as well.

Modify v4l2_ctrl_handler_log_status() so that it really shows all
controls owned by this driver.

Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 8674fd63
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment