summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-07-11 11:47:38 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 20:22:35 -0300
commitdb3912c07349f00923d1c95dadd1e83371dce485 (patch)
tree1ce299b432f0a4e877ff2ba118fa4851edf6b305 /drivers/media
parentc9fbedddc2b9cdf1b1a4a4053f52a629c0daa9a0 (diff)
[media] radio-si470x: Lower firmware version requirements
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> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/radio/si470x/radio-si470x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x.h b/drivers/media/radio/si470x/radio-si470x.h
index b3b612feaa35..d66523826d3d 100644
--- a/drivers/media/radio/si470x/radio-si470x.h
+++ b/drivers/media/radio/si470x/radio-si470x.h
@@ -189,7 +189,7 @@ struct si470x_device {
* Firmware Versions
**************************************************************************/
-#define RADIO_FW_VERSION 14
+#define RADIO_FW_VERSION 12