git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47556ff
)
[media] v4l2-dev: G_PARM was incorrectly enabled for all video nodes
author
Hans Verkuil
<hans.verkuil@cisco.com>
Thu, 19 Jul 2012 11:49:25 +0000
(08:49 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 30 Jul 2012 22:20:44 +0000
(19:20 -0300)
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>
No differences found