aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2012-08-06 21:47:14 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-09 20:01:44 -0400
commit3de5bffddbf5fa9d04f3d181dadcaedc1efa0158 (patch)
tree9dca24b7002ad0e9e47e88f60245c214f562cf47 /drivers/media/common
parentad03d300e86a6e42ce383792c7b4d8dd9aa1d5da (diff)
[media] xc5000: change filename to production/redistributable xc5000c firmware
The original xc5000c driver support was based on a beta version of the firmware, and there were no redistribution rights. Change over to using the release version, for which freely redistributable firmware can be found here: http://kernellabs.com/firmware/xc5000/README.xc5000c http://kernellabs.com/firmware/xc5000/dvb-fe-xc5000c-4.1.30.7.fw Thanks to Ramon Cazares from Cresta Technology for making the firmware available as well as working out the licensing issues. [mchehab@redhat.com: Fix a merge conflict with the patch that added support for MODULE_FIRMWARE() macro] Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Cc: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/xc5000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c
index 0720d90c985f..dc93cf338f36 100644
--- a/drivers/media/common/tuners/xc5000.c
+++ b/drivers/media/common/tuners/xc5000.c
@@ -226,7 +226,7 @@ static const struct xc5000_fw_cfg xc5000a_1_6_114 = {
226 .pll_reg = 0x806c, 226 .pll_reg = 0x806c,
227}; 227};
228 228
229#define XC5000C_FIRMWARE "dvb-fe-xc5000c-41.024.5.fw" 229#define XC5000C_FIRMWARE "dvb-fe-xc5000c-4.1.30.7.fw"
230static const struct xc5000_fw_cfg xc5000c_41_024_5 = { 230static const struct xc5000_fw_cfg xc5000c_41_024_5 = {
231 .name = XC5000C_FIRMWARE, 231 .name = XC5000C_FIRMWARE,
232 .size = 16497, 232 .size = 16497,