diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-controls.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-controls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-controls.c b/drivers/media/video/ivtv/ivtv-controls.c index 84995bcf4a75..a3b77ed3f089 100644 --- a/drivers/media/video/ivtv/ivtv-controls.c +++ b/drivers/media/video/ivtv/ivtv-controls.c | |||
@@ -60,6 +60,8 @@ int ivtv_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *qctrl) | |||
60 | 60 | ||
61 | switch (qctrl->id) { | 61 | switch (qctrl->id) { |
62 | /* Standard V4L2 controls */ | 62 | /* Standard V4L2 controls */ |
63 | case V4L2_CID_USER_CLASS: | ||
64 | return v4l2_ctrl_query_fill(qctrl, 0, 0, 0, 0); | ||
63 | case V4L2_CID_BRIGHTNESS: | 65 | case V4L2_CID_BRIGHTNESS: |
64 | case V4L2_CID_HUE: | 66 | case V4L2_CID_HUE: |
65 | case V4L2_CID_SATURATION: | 67 | case V4L2_CID_SATURATION: |