commit | 837c7e4256d5285700fe0d500eeb15801b55bb0e | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Thu Jul 19 08:49:25 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Jul 30 19:20:44 2012 -0300 |
tree | 1707fa8ce2bdf35e08d4b9d850ded84ae1a3f91f | |
parent | 47556ffaf212273ca65ce2d3177d4ff2f116db4d [diff] |
[media] v4l2-dev: G_PARM was incorrectly enabled for all video nodes G_PARM should only be enabled if: - vidioc_g_parm is present - or: it is a video node and vidioc_g_std or tvnorms are set. Without this additional check v4l2-compliance would complain about being able to use g_parm when it didn't expect it. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>