This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] get_dvb_firmware: add dvb-fe-tda10071.fw
Author:  Antti Palosaari <[email protected]>
Date:    Mon Aug 1 23:34:58 2011 -0300

TDA10071 firmware version 1.21.31.2

Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 Documentation/dvb/get_dvb_firmware |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=465301b10f592bf902650b8d70df8fe10f9d3769

diff --git a/Documentation/dvb/get_dvb_firmware 
b/Documentation/dvb/get_dvb_firmware
index 65ebe20..f1b27e2 100755
--- a/Documentation/dvb/get_dvb_firmware
+++ b/Documentation/dvb/get_dvb_firmware
@@ -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", "drxk_terratec_h5",
+               "lme2510c_s7395_old", "drxk", "drxk_terratec_h5", "tda10071",
                 "it9135" );
 
 # Check args
@@ -684,7 +684,22 @@ sub it9135 {
     "$fwfile"
 }
 
+sub tda10071 {
+    my $sourcefile = "PCTV%2070e%2080e%20100e%20320e%20330e%20800e%20880e.zip";
+    my $url = 
"ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/";;
+    my $hash = "4403de903bf2593464c8d74bbc200a57";
+    my $fwfile = "dvb-fe-tda10071.fw";
+    my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
+
+    checkstandard();
 
+    wgetfile($sourcefile, $url . $sourcefile);
+    verify($sourcefile, $hash);
+    unzip($sourcefile, $tmpdir);
+    extract("$tmpdir/PCTV\ 70e\ 80e\ 100e\ 320e\ 330e\ 800e/32\ 
bit/emOEM.sys", 0x67d38, 40504, $fwfile);
+
+    "$fwfile";
+}
 
 # ---------------------------------------------------------------
 # Utilities

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to