All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: hverkuil@xs4all.nl, Hans de Goede <hdegoede@redhat.com>
Subject: [PATCH 5/5] radio-si470x: Lower firmware version requirements
Date: Wed, 11 Jul 2012 17:47:38 +0200	[thread overview]
Message-ID: <1342021658-27821-6-git-send-email-hdegoede@redhat.com> (raw)
In-Reply-To: <1342021658-27821-1-git-send-email-hdegoede@redhat.com>

Testing with a firmware version 12 usb radio stick has shown version 12
to work fine too.

Reported-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/media/radio/si470x/radio-si470x.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/radio/si470x/radio-si470x.h b/drivers/media/radio/si470x/radio-si470x.h
index 8e3a62f..2f089b4 100644
--- a/drivers/media/radio/si470x/radio-si470x.h
+++ b/drivers/media/radio/si470x/radio-si470x.h
@@ -190,7 +190,7 @@ struct si470x_device {
  * Firmware Versions
  **************************************************************************/
 
-#define RADIO_FW_VERSION	14
+#define RADIO_FW_VERSION	12
 
 
 
-- 
1.7.10.4


      parent reply	other threads:[~2012-07-11 15:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 15:47 RFC: Add support for limiting hw freq seeks to a certain band Hans de Goede
2012-07-11 15:47 ` [PATCH 1/5] v4l2: Add rangelow and rangehigh fields to the v4l2_hw_freq_seek struct Hans de Goede
2012-07-11 18:01   ` Hans Verkuil
2012-07-11 18:37     ` Hans de Goede
2012-07-12  9:27       ` Hans Verkuil
2012-07-12 20:55         ` Hans de Goede
2012-07-11 18:37     ` halli manjunatha
2012-07-12 15:53       ` Hans de Goede
2012-07-11 15:47 ` [PATCH 2/5] radio-si470x: restore ctrl settings after suspend/resume Hans de Goede
2012-07-11 15:47 ` [PATCH 3/5] radio-si470x: Fix band selection Hans de Goede
2012-07-11 15:47 ` [PATCH 4/5] radio-si470x: Add support for the new band APIs Hans de Goede
2012-07-11 15:47 ` 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=1342021658-27821-6-git-send-email-hdegoede@redhat.com \
    --to=hdegoede@redhat.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.