diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-12-27 15:55:13 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:52:31 -0400 |
commit | 980029eb35a6faa076f4b480a72625cd75172f44 (patch) | |
tree | 6c5032798f4872f13a4f29bcc4f2897bd4a6dbdc /drivers/media/common | |
parent | 4922cec59a1b37d49b3e01577ab2f779a13b3ae6 (diff) |
[media] xc4000: rename firmware image filename
Give the xc4000 firmware filename a filename that makes more sense for public
release.
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/tuners/xc4000.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/xc4000.c b/drivers/media/common/tuners/xc4000.c index 49d5929389ff..02edd9493d27 100644 --- a/drivers/media/common/tuners/xc4000.c +++ b/drivers/media/common/tuners/xc4000.c | |||
@@ -52,7 +52,9 @@ static LIST_HEAD(hybrid_tuner_instance_list); | |||
52 | #define dprintk(level, fmt, arg...) if (debug >= level) \ | 52 | #define dprintk(level, fmt, arg...) if (debug >= level) \ |
53 | printk(KERN_INFO "%s: " fmt, "xc4000", ## arg) | 53 | printk(KERN_INFO "%s: " fmt, "xc4000", ## arg) |
54 | 54 | ||
55 | #define XC4000_DEFAULT_FIRMWARE "xc4000-02.fw" | 55 | /* Note that the last version digit is my internal build number (so I can |
56 | rev the firmware even if the core Xceive firmware was unchanged) */ | ||
57 | #define XC4000_DEFAULT_FIRMWARE "dvb-fe-xc4000-1.4.1.fw" | ||
56 | #define XC4000_DEFAULT_FIRMWARE_SIZE 18643 | 58 | #define XC4000_DEFAULT_FIRMWARE_SIZE 18643 |
57 | 59 | ||
58 | 60 | ||