diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-02-13 16:32:19 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-02-24 08:52:11 -0500 |
commit | 7a016b0880ebf9096af577020856810bf6920c89 (patch) | |
tree | 18b2c25568815d91370e140b1219f3a6734d544e /Documentation/dvb/get_dvb_firmware | |
parent | 62146a2ae45a3606d7395e88ee26f07485624129 (diff) |
[media] get_dvb_firmware: it913x: Remove it9137 firmware files
Remove it9137 firmware files it9137.txt and it9137 get_dvb_firmware.
dvb-usb-it9137-01.fw firmware is no longer in use.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/dvb/get_dvb_firmware')
-rwxr-xr-x | Documentation/dvb/get_dvb_firmware | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 5d5ee4c13fa6..d91b8be80b66 100755 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware | |||
@@ -28,8 +28,8 @@ use IO::Handle; | |||
28 | "opera1", "cx231xx", "cx18", "cx23885", "pvrusb2", "mpc718", | 28 | "opera1", "cx231xx", "cx18", "cx23885", "pvrusb2", "mpc718", |
29 | "af9015", "ngene", "az6027", "lme2510_lg", "lme2510c_s7395", | 29 | "af9015", "ngene", "az6027", "lme2510_lg", "lme2510c_s7395", |
30 | "lme2510c_s7395_old", "drxk", "drxk_terratec_h5", | 30 | "lme2510c_s7395_old", "drxk", "drxk_terratec_h5", |
31 | "drxk_hauppauge_hvr930c", "tda10071", "it9135", "it9137", | 31 | "drxk_hauppauge_hvr930c", "tda10071", "it9135", "drxk_pctv", |
32 | "drxk_pctv", "drxk_terratec_htc_stick", "sms1xxx_hcw"); | 32 | "drxk_terratec_htc_stick", "sms1xxx_hcw"); |
33 | 33 | ||
34 | # Check args | 34 | # Check args |
35 | syntax() if (scalar(@ARGV) != 1); | 35 | syntax() if (scalar(@ARGV) != 1); |
@@ -727,24 +727,6 @@ sub it9135 { | |||
727 | "$fwfile1 $fwfile2" | 727 | "$fwfile1 $fwfile2" |
728 | } | 728 | } |
729 | 729 | ||
730 | sub it9137 { | ||
731 | my $url = "http://kworld.server261.com/kworld/CD/ITE_TiVme/V1.00/"; | ||
732 | my $zipfile = "Driver_V10.323.1.0412.100412.zip"; | ||
733 | my $hash = "79b597dc648698ed6820845c0c9d0d37"; | ||
734 | my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0); | ||
735 | my $drvfile = "Driver_V10.323.1.0412.100412/Data/x86/IT9135BDA.sys"; | ||
736 | my $fwfile = "dvb-usb-it9137-01.fw"; | ||
737 | |||
738 | checkstandard(); | ||
739 | |||
740 | wgetfile($zipfile, $url . $zipfile); | ||
741 | verify($zipfile, $hash); | ||
742 | unzip($zipfile, $tmpdir); | ||
743 | extract("$tmpdir/$drvfile", 69632, 5731, "$fwfile"); | ||
744 | |||
745 | "$fwfile" | ||
746 | } | ||
747 | |||
748 | sub tda10071 { | 730 | sub tda10071 { |
749 | my $sourcefile = "PCTV_460e_reference.zip"; | 731 | my $sourcefile = "PCTV_460e_reference.zip"; |
750 | my $url = "ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/"; | 732 | my $url = "ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/"; |