mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
[media] radio-si470x: Lower firmware version requirements
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>
This commit is contained in:
parent
b966425951
commit
d9264a0b46
@ -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
|
||||
|
||||
|
||||
|
@ -189,7 +189,7 @@ struct si470x_device {
|
||||
* Firmware Versions
|
||||
**************************************************************************/
|
||||
|
||||
#define RADIO_FW_VERSION 15
|
||||
#define RADIO_FW_VERSION 14
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user