Hi Mauro, These patches improve VIDIOC_S_HW_FREQ_SEEK and add frequency band support. These changes are needed for both existing drivers (wl128x and radio-cadet) and new drivers (the Griffin RadioShark driver that Hans de Goede made). Once this is in these drivers can follow. Regards, Hans The following changes since commit 5472d3f17845c4398c6a510b46855820920c2181: [media] mt9m032: Implement V4L2_CID_PIXEL_RATE control (2012-05-24 09:27:24 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git bands for you to fetch changes up to a89deec1006c7489302fdcb63977a3a2da48b0a6: V4L2 Spec: fix typo: NTSC -> NRSC (2012-05-31 10:09:08 +0200) ---------------------------------------------------------------- Hans Verkuil (7): videodev2.h: add new hwseek capability bits. v4l2 spec: document the new v4l2_tuner capabilities S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EAGAIN. videodev2.h: add frequency band information. V4L2 spec: add frequency band documentation. V4L2 spec: clarify a few modulator issues. V4L2 Spec: fix typo: NTSC -> NRSC Documentation/DocBook/media/v4l/biblio.xml | 2 +- Documentation/DocBook/media/v4l/common.xml | 17 ++++++++--- Documentation/DocBook/media/v4l/vidioc-g-frequency.xml | 6 ++++ Documentation/DocBook/media/v4l/vidioc-g-modulator.xml | 38 ++++++++++++++++--------- Documentation/DocBook/media/v4l/vidioc-g-tuner.xml | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- Documentation/DocBook/media/v4l/vidioc-s-hw-freq-seek.xml | 21 +++++++++++--- drivers/media/radio/radio-mr800.c | 5 ++-- drivers/media/radio/radio-wl1273.c | 3 +- drivers/media/radio/si470x/radio-si470x-common.c | 6 ++-- drivers/media/radio/wl128x/fmdrv_rx.c | 2 +- drivers/media/radio/wl128x/fmdrv_v4l2.c | 4 ++- include/linux/videodev2.h | 22 ++++++++++++-- sound/i2c/other/tea575x-tuner.c | 4 ++- 13 files changed, 200 insertions(+), 44 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html