summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2011-07-11 19:33:51 +0200
committerMauro Carvalho Chehab2011-07-27 22:55:51 +0200
commit8b9456ae04b1cb7adcaa57735324f7b518eae07d (patch)
tree34651cc01ba62fd5e83b359540a7e3422b22726a /drivers/media/video/em28xx
parent[media] drxk: Add a fallback method for QAM parameter setting (diff)
downloadkernel-qcow2-linux-8b9456ae04b1cb7adcaa57735324f7b518eae07d.tar.gz
kernel-qcow2-linux-8b9456ae04b1cb7adcaa57735324f7b518eae07d.tar.xz
kernel-qcow2-linux-8b9456ae04b1cb7adcaa57735324f7b518eae07d.zip
[media] em28xx: Change firmware name for Terratec H5 DRX-K
Use a name convention for the firmware file that matches on the current firmware namespacing. Also, add it to the firmware download script. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c
index 9b2be03c82e8..f8617d27ab88 100644
--- a/drivers/media/video/em28xx/em28xx-dvb.c
+++ b/drivers/media/video/em28xx/em28xx-dvb.c
@@ -305,7 +305,7 @@ struct drxk_config terratec_h5_drxk = {
.adr = 0x29,
.single_master = 1,
.no_i2c_bridge = 1,
- .microcode_name = "terratec_h5.fw",
+ .microcode_name = "dvb-usb-terratec-h5-drxk.fw",
};
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)