aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-07-11 10:47:38 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 19:22:35 -0400
commitdb3912c07349f00923d1c95dadd1e83371dce485 (patch)
tree1ce299b432f0a4e877ff2ba118fa4851edf6b305 /drivers/media/radio/si470x
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/radio/si470x')
-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 {
189 * Firmware Versions 189 * Firmware Versions
190 **************************************************************************/ 190 **************************************************************************/
191 191
192#define RADIO_FW_VERSION 14 192#define RADIO_FW_VERSION 12
193 193
194 194
195 195