From: Hans de Goede <hdegoede@redhat.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: linux-media@vger.kernel.org,
halli manjunatha <hallimanju@gmail.com>,
Hans Verkuil <hans.verkuil@cisco.com>
Subject: Re: [RFCv1 PATCH 1/5] videodev2.h: add new hwseek capability bits.
Date: Sun, 27 May 2012 19:56:40 +0200 [thread overview]
Message-ID: <4FC26AD8.6060303@redhat.com> (raw)
In-Reply-To: <04a877e6f6310b83c3980cd6963f52d3b9ae658f.1338118975.git.hans.verkuil@cisco.com>
Looks good:
Acked-by: Hans de Goede <hdegoede@redhat.com>
On 05/27/2012 01:50 PM, Hans Verkuil wrote:
> From: Hans Verkuil<hans.verkuil@cisco.com>
>
> Tell the application whether the hardware seek is bounded and/or wraps around.
>
> Signed-off-by: Hans Verkuil<hans.verkuil@cisco.com>
> ---
> include/linux/videodev2.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
> index 370d111..2339678 100644
> --- a/include/linux/videodev2.h
> +++ b/include/linux/videodev2.h
> @@ -2039,6 +2039,8 @@ struct v4l2_modulator {
> /* Flags for the 'capability' field */
> #define V4L2_TUNER_CAP_LOW 0x0001
> #define V4L2_TUNER_CAP_NORM 0x0002
> +#define V4L2_TUNER_CAP_HWSEEK_BOUNDED 0x0004
> +#define V4L2_TUNER_CAP_HWSEEK_WRAP 0x0008
> #define V4L2_TUNER_CAP_STEREO 0x0010
> #define V4L2_TUNER_CAP_LANG2 0x0020
> #define V4L2_TUNER_CAP_SAP 0x0020
prev parent reply other threads:[~2012-05-27 17:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-27 11:50 [RFCv1 PATCH 0/5] Add hwseek caps and frequency bands Hans Verkuil
2012-05-27 11:50 ` [RFCv1 PATCH 1/5] videodev2.h: add new hwseek capability bits Hans Verkuil
2012-05-27 11:50 ` [RFCv1 PATCH 2/5] v4l2 spec: document the new v4l2_tuner capabilities Hans Verkuil
2012-05-27 17:58 ` Hans de Goede
2012-05-27 11:50 ` [RFCv1 PATCH 3/5] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EAGAIN Hans Verkuil
2012-05-27 17:59 ` Hans de Goede
2012-05-27 11:50 ` [RFCv1 PATCH 4/5] videodev2.h: add frequency band information Hans Verkuil
2012-05-27 18:00 ` Hans de Goede
2012-05-27 11:50 ` [RFCv1 PATCH 5/5] V4L2 spec: add frequency band documentation Hans Verkuil
2012-05-27 18:11 ` Hans de Goede
2012-05-27 17:56 ` Hans de Goede [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FC26AD8.6060303@redhat.com \
--to=hdegoede@redhat.com \
--cc=hallimanju@gmail.com \
--cc=hans.verkuil@cisco.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.