Re: [RFCv2 PATCH 0/5] Add hwseek caps and frequency bands

2012-05-29 Thread Hans de Goede

Hi,

On 05/28/2012 01:58 PM, Hans Verkuil wrote:

On Mon May 28 2012 13:20:47 Hans de Goede wrote:

Hi,

Looks good, the entire series is:

Acked-by: Hans de Goedehdego...@redhat.com

I was thinking that it would be a good idea to add a:
#define V4L2_TUNER_CAP_BANDS_MASK 0x001f

to videodev2.h, which apps can then easily use to test
if the driver supports any bands other then the default,
and decide to show band selection elements of the UI or
not based on a test on the tuner-caps using that mask.

This can be done in a separate patch, or merged into
PATCH 4/6 videodev2.h: add frequency band information


Good idea, I've merged it into patch 4 and 5 (documenting it).

It's here:

http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/bands


New version still look good, so the entire series still is:

Acked-by: Hans de Goedehdego...@redhat.com

:)

Regards,

Hans
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[RFCv2 PATCH 0/5] Add hwseek caps and frequency bands

2012-05-28 Thread Hans Verkuil
Changes since v1:

- Fixed typo in second patch
- Patch 5 now only contains the part about frequency bands
- Patch 6 contains only (I hope) a non-controversial clarification
regarding modulators (and a small change making a line more understandable).

Regards,

Hans

This patch series adds improved hwseek support as discussed here:

http://www.mail-archive.com/linux-media@vger.kernel.org/msg45957.html

and on irc:

http://linuxtv.org/irc/v4l/index.php?date=2012-05-26

From the RFC I have implemented/documented items 1-4 and 6a. I decided
not to go with option 6b. This may be added in the future if there is a
clear need.

The addition of the frequency band came out of this discussion:

http://www.spinics.net/lists/linux-media/msg48272.html

Regards,

Hans

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFCv2 PATCH 0/5] Add hwseek caps and frequency bands

2012-05-28 Thread Hans de Goede

Hi,

Looks good, the entire series is:

Acked-by: Hans de Goede hdego...@redhat.com

I was thinking that it would be a good idea to add a:
#define V4L2_TUNER_CAP_BANDS_MASK 0x001f

to videodev2.h, which apps can then easily use to test
if the driver supports any bands other then the default,
and decide to show band selection elements of the UI or
not based on a test on the tuner-caps using that mask.

This can be done in a separate patch, or merged into
PATCH 4/6 videodev2.h: add frequency band information

Regards,

Hans







On 05/28/2012 12:46 PM, Hans Verkuil wrote:

Changes since v1:

- Fixed typo in second patch
- Patch 5 now only contains the part about frequency bands
- Patch 6 contains only (I hope) a non-controversial clarification
regarding modulators (and a small change making a line more understandable).

Regards,

Hans

This patch series adds improved hwseek support as discussed here:

http://www.mail-archive.com/linux-media@vger.kernel.org/msg45957.html

and on irc:

http://linuxtv.org/irc/v4l/index.php?date=2012-05-26

 From the RFC I have implemented/documented items 1-4 and 6a. I decided
not to go with option 6b. This may be added in the future if there is a
clear need.

The addition of the frequency band came out of this discussion:

http://www.spinics.net/lists/linux-media/msg48272.html

Regards,

 Hans


--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFCv2 PATCH 0/5] Add hwseek caps and frequency bands

2012-05-28 Thread Hans Verkuil
On Mon May 28 2012 13:20:47 Hans de Goede wrote:
 Hi,
 
 Looks good, the entire series is:
 
 Acked-by: Hans de Goede hdego...@redhat.com
 
 I was thinking that it would be a good idea to add a:
 #define V4L2_TUNER_CAP_BANDS_MASK 0x001f
 
 to videodev2.h, which apps can then easily use to test
 if the driver supports any bands other then the default,
 and decide to show band selection elements of the UI or
 not based on a test on the tuner-caps using that mask.
 
 This can be done in a separate patch, or merged into
 PATCH 4/6 videodev2.h: add frequency band information

Good idea, I've merged it into patch 4 and 5 (documenting it).

It's here:

http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/bands

Regards,

Hans
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html