Commit 980029eb authored by Devin Heitmueller's avatar Devin Heitmueller Committed by Mauro Carvalho Chehab

[media] xc4000: rename firmware image filename

Give the xc4000 firmware filename a filename that makes more sense for public
release.
Signed-off-by: default avatarDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 4922cec5
...@@ -52,7 +52,9 @@ static LIST_HEAD(hybrid_tuner_instance_list); ...@@ -52,7 +52,9 @@ static LIST_HEAD(hybrid_tuner_instance_list);
#define dprintk(level, fmt, arg...) if (debug >= level) \ #define dprintk(level, fmt, arg...) if (debug >= level) \
printk(KERN_INFO "%s: " fmt, "xc4000", ## arg) printk(KERN_INFO "%s: " fmt, "xc4000", ## arg)
#define XC4000_DEFAULT_FIRMWARE "xc4000-02.fw" /* Note that the last version digit is my internal build number (so I can
rev the firmware even if the core Xceive firmware was unchanged) */
#define XC4000_DEFAULT_FIRMWARE "dvb-fe-xc4000-1.4.1.fw"
#define XC4000_DEFAULT_FIRMWARE_SIZE 18643 #define XC4000_DEFAULT_FIRMWARE_SIZE 18643
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment