diff options
Diffstat (limited to 'drivers/media/video/sn9c102')
-rw-r--r-- | drivers/media/video/sn9c102/sn9c102_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/sn9c102/sn9c102_core.c b/drivers/media/video/sn9c102/sn9c102_core.c index f49fbfb7dc13..84984f64b234 100644 --- a/drivers/media/video/sn9c102/sn9c102_core.c +++ b/drivers/media/video/sn9c102/sn9c102_core.c | |||
@@ -2189,6 +2189,7 @@ sn9c102_vidioc_enuminput(struct sn9c102_device* cam, void __user * arg) | |||
2189 | memset(&i, 0, sizeof(i)); | 2189 | memset(&i, 0, sizeof(i)); |
2190 | strcpy(i.name, "Camera"); | 2190 | strcpy(i.name, "Camera"); |
2191 | i.type = V4L2_INPUT_TYPE_CAMERA; | 2191 | i.type = V4L2_INPUT_TYPE_CAMERA; |
2192 | i.capabilities = V4L2_IN_CAP_STD; | ||
2192 | 2193 | ||
2193 | if (copy_to_user(arg, &i, sizeof(i))) | 2194 | if (copy_to_user(arg, &i, sizeof(i))) |
2194 | return -EFAULT; | 2195 | return -EFAULT; |