Skip to content
Commit f89b7aef authored by Markus Proeller's avatar Markus Proeller Committed by Phil Elwell
Browse files

media: irs1125: Keep HW in sync after imager reset



When closing the video device, the irs1125 is put in power down state.
To keep V4L2 ctrls and the HW in sync, v4l2_ctrl_handler_setup is
called after power up.

The compound ctrl IRS1125_CID_MOD_PLL however has a default value
of all zeros, which puts the imager into a non responding state.
Thus, this ctrl is not written by the driver into HW after power up.
The userspace has to take care to write senseful data.

Signed-off-by: default avatarMarkus Proeller <markus.proeller@pieye.org>
parent fb75c068
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