|
@@ -418,7 +418,7 @@ static int sd_init_controls(struct gspca_dev *gspca_dev)
|
|
|
struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler;
|
|
|
|
|
|
gspca_dev->vdev.ctrl_handler = hdl;
|
|
|
- v4l2_ctrl_handler_init(hdl, 4);
|
|
|
+ v4l2_ctrl_handler_init(hdl, 5);
|
|
|
|
|
|
sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
|
|
|
V4L2_CID_CONTRAST, 0, 15, 1, 7);
|