diff options
author | Andreas Oberritter <devnull@localhost> | 2005-04-25 21:43:54 +0000 |
---|---|---|
committer | Andreas Oberritter <devnull@localhost> | 2005-04-25 21:43:54 +0000 |
commit | 5af7b9c8ec3954437d1293908f9cf33cf82bb6e4 (patch) | |
tree | 509344ad7126a8c0833da2da6a8cb5b1865b6700 /linux/Documentation/dvb | |
parent | 0c84884485e218952a5c3d87698c79b3646264c0 (diff) | |
download | mediapointer-dvb-s2-5af7b9c8ec3954437d1293908f9cf33cf82bb6e4.tar.gz mediapointer-dvb-s2-5af7b9c8ec3954437d1293908f9cf33cf82bb6e4.tar.bz2 |
dvb-fe-tda10046.fw was extracted one byte too large
Diffstat (limited to 'linux/Documentation/dvb')
-rw-r--r-- | linux/Documentation/dvb/get_dvb_firmware | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Documentation/dvb/get_dvb_firmware b/linux/Documentation/dvb/get_dvb_firmware index 139affac9..27916ea1c 100644 --- a/linux/Documentation/dvb/get_dvb_firmware +++ b/linux/Documentation/dvb/get_dvb_firmware @@ -107,7 +107,7 @@ sub tda10045 { sub tda10046 { my $sourcefile = "tt_budget_217g.zip"; my $url = "http://www.technotrend.de/new/217g/$sourcefile"; - my $hash = "a25b579e37109af60f4a36c37893957c"; + my $hash = "6a7e1e2f2644b162ff0502367553c72d"; my $outfile = "dvb-fe-tda10046.fw"; my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); @@ -115,7 +115,7 @@ sub tda10046 { wgetfile($sourcefile, $url); unzip($sourcefile, $tmpdir); - extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x3f731, 24479, "$tmpdir/fwtmp"); + extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x3f731, 24478, "$tmpdir/fwtmp"); verify("$tmpdir/fwtmp", $hash); copy("$tmpdir/fwtmp", $outfile); |