diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-07-11 11:47:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 20:22:35 -0300 |
commit | db3912c07349f00923d1c95dadd1e83371dce485 (patch) | |
tree | 1ce299b432f0a4e877ff2ba118fa4851edf6b305 /drivers/media/radio/si470x | |
parent | c9fbedddc2b9cdf1b1a4a4053f52a629c0daa9a0 (diff) | |
download | blackbird-obmc-linux-db3912c07349f00923d1c95dadd1e83371dce485.tar.gz blackbird-obmc-linux-db3912c07349f00923d1c95dadd1e83371dce485.zip |
[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.h | 2 |
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 |