Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1651800 > unrolled thread

[PATCH] Doc*/media/uapi: fix control name

Started byPavel Machek <pavel@ucw.cz>
First post2017-05-27 10:20 +0200
Last post2017-05-27 23:10 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Doc*/media/uapi: fix control name Pavel Machek <pavel@ucw.cz> - 2017-05-27 10:20 +0200
    Re: [PATCH] Doc*/media/uapi: fix control name Sakari Ailus <sakari.ailus@iki.fi> - 2017-05-27 21:40 +0200
      Re: [PATCH] Doc*/media/uapi: fix control name Pavel Machek <pavel@ucw.cz> - 2017-05-27 23:10 +0200

#1651800 — [PATCH] Doc*/media/uapi: fix control name

FromPavel Machek <pavel@ucw.cz>
Date2017-05-27 10:20 +0200
Subject[PATCH] Doc*/media/uapi: fix control name
Message-ID<tLF74-H2-7@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

V4L2_CID_EXPOSURE_BIAS does not exist, fix documentation.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff --git a/Documentation/media/uapi/v4l/extended-controls.rst b/Documentation/media/uapi/v4l/extended-controls.rst
index abb1057..76c5b1a 100644
--- a/Documentation/media/uapi/v4l/extended-controls.rst
+++ b/Documentation/media/uapi/v4l/extended-controls.rst
@@ -2019,7 +2019,7 @@ enum v4l2_exposure_auto_type -
     dynamically vary the frame rate. By default this feature is disabled
     (0) and the frame rate must remain constant.
 
-``V4L2_CID_EXPOSURE_BIAS (integer menu)``
+``V4L2_CID_AUTO_EXPOSURE_BIAS (integer menu)``
     Determines the automatic exposure compensation, it is effective only
     when ``V4L2_CID_EXPOSURE_AUTO`` control is set to ``AUTO``,
     ``SHUTTER_PRIORITY`` or ``APERTURE_PRIORITY``. It is expressed in

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[toc] | [next] | [standalone]


#1651965

FromSakari Ailus <sakari.ailus@iki.fi>
Date2017-05-27 21:40 +0200
Message-ID<tLPJ7-8hF-9@gated-at.bofh.it>
In reply to#1651800
On Sat, May 27, 2017 at 10:12:40AM +0200, Pavel Machek wrote:
> V4L2_CID_EXPOSURE_BIAS does not exist, fix documentation.
> 
> Signed-off-by: Pavel Machek <pavel@ucw.cz>
> 
> diff --git a/Documentation/media/uapi/v4l/extended-controls.rst b/Documentation/media/uapi/v4l/extended-controls.rst
> index abb1057..76c5b1a 100644
> --- a/Documentation/media/uapi/v4l/extended-controls.rst
> +++ b/Documentation/media/uapi/v4l/extended-controls.rst
> @@ -2019,7 +2019,7 @@ enum v4l2_exposure_auto_type -
>      dynamically vary the frame rate. By default this feature is disabled
>      (0) and the frame rate must remain constant.
>  
> -``V4L2_CID_EXPOSURE_BIAS (integer menu)``
> +``V4L2_CID_AUTO_EXPOSURE_BIAS (integer menu)``
>      Determines the automatic exposure compensation, it is effective only
>      when ``V4L2_CID_EXPOSURE_AUTO`` control is set to ``AUTO``,
>      ``SHUTTER_PRIORITY`` or ``APERTURE_PRIORITY``. It is expressed in
> 

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

Generally linux-media is enough, for other lists such as LKML this is just
noise.

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi	XMPP: sailus@retiisi.org.uk

[toc] | [prev] | [next] | [standalone]


#1651991

FromPavel Machek <pavel@ucw.cz>
Date2017-05-27 23:10 +0200
Message-ID<tLR8e-UM-27@gated-at.bofh.it>
In reply to#1651965

[Multipart message — attachments visible in raw view] — view raw

On Sat 2017-05-27 22:30:35, Sakari Ailus wrote:
> On Sat, May 27, 2017 at 10:12:40AM +0200, Pavel Machek wrote:
> > V4L2_CID_EXPOSURE_BIAS does not exist, fix documentation.
> > 
> > Signed-off-by: Pavel Machek <pavel@ucw.cz>
> > 
> > diff --git a/Documentation/media/uapi/v4l/extended-controls.rst b/Documentation/media/uapi/v4l/extended-controls.rst
> > index abb1057..76c5b1a 100644
> > --- a/Documentation/media/uapi/v4l/extended-controls.rst
> > +++ b/Documentation/media/uapi/v4l/extended-controls.rst
> > @@ -2019,7 +2019,7 @@ enum v4l2_exposure_auto_type -
> >      dynamically vary the frame rate. By default this feature is disabled
> >      (0) and the frame rate must remain constant.
> >  
> > -``V4L2_CID_EXPOSURE_BIAS (integer menu)``
> > +``V4L2_CID_AUTO_EXPOSURE_BIAS (integer menu)``
> >      Determines the automatic exposure compensation, it is effective only
> >      when ``V4L2_CID_EXPOSURE_AUTO`` control is set to ``AUTO``,
> >      ``SHUTTER_PRIORITY`` or ``APERTURE_PRIORITY``. It is expressed in
> > 
> 
> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> 
> Generally linux-media is enough, for other lists such as LKML this is just
> noise.

Well, this is what get_maintainer suggested. LKML is used to a lot of
traffic ;-) [I know, I am subscribed.]
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web