summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-05-04 21:04:20 -0400
committerDevin Heitmueller <dheitmueller@kernellabs.com>2009-05-04 21:04:20 -0400
commit68a68df1c6030e5e259627d4e99b422a4059f5fc (patch)
tree8e511e098bb329ca7fd114364a1cb53cb84d59c9 /linux
parent8daa6a71db80a0910916ffe840d4c9dc520e1310 (diff)
downloadmediapointer-dvb-s2-68a68df1c6030e5e259627d4e99b422a4059f5fc.tar.gz
mediapointer-dvb-s2-68a68df1c6030e5e259627d4e99b422a4059f5fc.tar.bz2
xc5000: switch to new xc5000 firmware 1.6.114 with redistribution rights
From: Devin Heitmueller <dheitmueller@kernellabs.com> Xceive has graciously allowed us to now freely redistribute the xc5000 firmware, which eliminates the need for users to manually extract the blob from the Hauppauge driver. Thanks to Brian Mathews <bmathews@xceive.com> for providing this code Priority: normal Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/common/tuners/xc5000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/common/tuners/xc5000.c b/linux/drivers/media/common/tuners/xc5000.c
index f2a034b51..f7358bc6e 100644
--- a/linux/drivers/media/common/tuners/xc5000.c
+++ b/linux/drivers/media/common/tuners/xc5000.c
@@ -48,8 +48,8 @@ static LIST_HEAD(hybrid_tuner_instance_list);
#define dprintk(level, fmt, arg...) if (debug >= level) \
printk(KERN_INFO "%s: " fmt, "xc5000", ## arg)
-#define XC5000_DEFAULT_FIRMWARE "dvb-fe-xc5000-1.4.68.fw"
-#define XC5000_DEFAULT_FIRMWARE_SIZE 12378
+#define XC5000_DEFAULT_FIRMWARE "dvb-fe-xc5000-1.6.114.fw"
+#define XC5000_DEFAULT_FIRMWARE_SIZE 12401
struct xc5000_priv {
struct tuner_i2c_props i2c_props;