Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261522
b: refs/heads/master
c: 8b9456a
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 7c21f4a commit 41e37b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5eee2bb270e34b2e8b245838faef3f9455c69ce6
refs/heads/master: 8b9456ae04b1cb7adcaa57735324f7b518eae07d
15 changes: 14 additions & 1 deletion trunk/Documentation/dvb/get_dvb_firmware
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use IO::Handle;
"or51211", "or51132_qam", "or51132_vsb", "bluebird",
"opera1", "cx231xx", "cx18", "cx23885", "pvrusb2", "mpc718",
"af9015", "ngene", "az6027", "lme2510_lg", "lme2510c_s7395",
"lme2510c_s7395_old", "drxk");
"lme2510c_s7395_old", "drxk", "drxk_terratec_h5");

# Check args
syntax() if (scalar(@ARGV) != 1);
Expand Down Expand Up @@ -652,6 +652,19 @@ sub drxk {
"$fwfile"
}

sub drxk_terratec_h5 {
my $url = "http://www.linuxtv.org/downloads/firmware/";
my $hash = "19000dada8e2741162ccc50cc91fa7f1";
my $fwfile = "dvb-usb-terratec-h5-drxk.fw";

checkstandard();

wgetfile($fwfile, $url . $fwfile);
verify($fwfile, $hash);

"$fwfile"
}

# ---------------------------------------------------------------
# Utilities

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 41e37b7

Please sign in to comment.