diff options
author | Hans de Goede <[email protected]> | 2012-07-11 11:47:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2012-07-30 20:22:35 -0300 |
commit | db3912c07349f00923d1c95dadd1e83371dce485 (patch) | |
tree | 1ce299b432f0a4e877ff2ba118fa4851edf6b305 | |
parent | c9fbedddc2b9cdf1b1a4a4053f52a629c0daa9a0 (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 <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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 |