]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] radio-si470x: Lower firmware version requirements
authorHans de Goede <hdegoede@redhat.com>
Thu, 14 Jun 2012 12:43:14 +0000 (09:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Jul 2012 21:12:12 +0000 (18:12 -0300)
With the changes from the previous patches device firmware version 14 +
usb microcontroller software version 1 works fine too.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/si470x/radio-si470x-usb.c
drivers/media/radio/si470x/radio-si470x.h

index 66b1ba8c4aafd8cb5ab9d053a483e5035901960a..40b963c983c63c82be1e00b89dfda7f92d6f2e67 100644 (file)
@@ -143,7 +143,7 @@ MODULE_PARM_DESC(max_rds_errors, "RDS maximum block errors: *1*");
  * Software/Hardware Versions from Scratch Page
  **************************************************************************/
 #define RADIO_SW_VERSION_NOT_BOOTLOADABLE      6
-#define RADIO_SW_VERSION                       7
+#define RADIO_SW_VERSION                       1
 #define RADIO_HW_VERSION                       1
 
 
index fbf713def94dcd59776b0a90d15c3df2599dd845..b3b612feaa357c8d860b36d317ea6dc907a4218c 100644 (file)
@@ -189,7 +189,7 @@ struct si470x_device {
  * Firmware Versions
  **************************************************************************/
 
-#define RADIO_FW_VERSION       15
+#define RADIO_FW_VERSION       14