31 Mar, 2013
1 commit
-
This patch adds a menu option to the V4L2_CID_EXPOSURE_METERING
control for multi-zone metering.Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Signed-off-by: Mauro Carvalho Chehab
29 Mar, 2013
3 commits
-
These ranges shouldn't overlap.
Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab -
Add a base to be used for allocation of all the SI476X specific
controls in the corresponding driver.Acked-by: Hans Verkuil
Signed-off-by: Andrey Smirnov
Signed-off-by: Mauro Carvalho Chehab -
This commit introduces new class of standard controls
V4L2_CTRL_CLASS_FM_RX. This class is intended to all controls
pertaining to FM receiver chips. Also, two controls belonging to said
class are added as a part of this commit: V4L2_CID_TUNE_DEEMPHASIS and
V4L2_CID_RDS_RECEPTION.
This patch is based on the code found in the patch by Manjunatha Halli [1]
[1] http://lists-archives.com/linux-kernel/27641307-new-control-class-and-features-for-fm-rx.htmlAcked-by: Hans Verkuil
Signed-off-by: Andrey Smirnov
Signed-off-by: Mauro Carvalho Chehab
24 Mar, 2013
1 commit
-
Control whether video sequence headers should be repeated.
Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab
06 Mar, 2013
2 commits
-
Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab -
Note that the private chroma agc control has been replaced with the standard
CHROMA_AGC control.
Also fixes a mute/automute problem where closing the file handle would force
mute on. That's not what you want since that would make the mute state out of
sync with the mute control. Instead check against the user count.Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab
06 Feb, 2013
2 commits
-
Convert the meye driver to the control framework. Some private controls
have been replaced with standardized controls (SHARPNESS and JPEGQUAL).
The AGC control looks like it can be replaced by the AUTOGAIN control, but
it isn't a boolean so I do not know how to interpret it.
The FRAMERATE control looks like it can be replaced by S_PARM, but again,
without knowing how to interpret it I decided to leave it alone.Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab -
When the control IDs were split off from videodev2.h to v4l2-controls.h
these new Digital Video controls were forgotten (the two patches may
have crossed one another).
Move these controls to their proper place in v4l2-controls.h.Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab
06 Jan, 2013
1 commit
-
It has been over 3 years since the V4L2_CID_[HV]CENTER were deprecated.
Clean up the DocBook and remove the V4L2_CID_VCENTER_DEPRECATED,
V4L2_CID_VCENTER_DEPRECATED control related paragraphs.
Remove the V4L2_CID_[HV]CENTER controls definitions from v4l2-controls.h,
these controls are not used by any driver in the mainline now.Signed-off-by: Sylwester Nawrocki
Signed-off-by: Mauro Carvalho Chehab
13 Oct, 2012
1 commit
-
Signed-off-by: David Howells
Acked-by: Arnd Bergmann
Acked-by: Thomas Gleixner
Acked-by: Michael Kerrisk
Acked-by: Paul E. McKenney
Acked-by: Dave Jones