|
v4l2_ctrl_handler_init(&state->hdl, 3);
|
|
v4l2_ctrl_handler_init(&state->hdl, 3);
|
|
state->detect_tx_5v_ctrl = v4l2_ctrl_new_std(&state->hdl, NULL,
|
|
state->detect_tx_5v_ctrl = v4l2_ctrl_new_std(&state->hdl, NULL,
|
|
V4L2_CID_DV_RX_POWER_PRESENT, 0, 1, 0, 0);
|
|
V4L2_CID_DV_RX_POWER_PRESENT, 0, 1, 0, 0);
|