Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>
---
 drivers/media/video/pvrusb2/pvrusb2-v4l2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c 
b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
index 0d029da..ce7ac45 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
@@ -230,6 +230,7 @@ static long pvr2_v4l2_do_ioctl(struct file *file, unsigned 
int cmd, void *arg)
        case VIDIOC_QUERYSTD:
        {
                v4l2_std_id *std = arg;
+               *std = V4L2_STD_ALL;
                ret = pvr2_hdw_get_detected_std(hdw, std);
                break;
        }
-- 
1.7.6.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to