[media] gspca: Allow subdrivers to use the control framework
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / gspca / gspca.h
index 589009f4496fcfc2599bed9709f214cc082780f3..81404160ca43f8f49940d5cf34fc83bbef63efd3 100644 (file)
@@ -115,6 +115,7 @@ struct sd_desc {
 /* mandatory operations */
        cam_cf_op config;       /* called on probe */
        cam_op init;            /* called on probe and resume */
+       cam_op init_controls;   /* called on probe */
        cam_op start;           /* called on stream on after URBs creation */
        cam_pkt_op pkt_scan;
 /* optional operations */