]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
V4L/DVB: get_dvb_firmware: update af9015
authorAntti Palosaari <crope@iki.fi>
Fri, 14 May 2010 18:24:28 +0000 (15:24 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 19:43:10 +0000 (16:43 -0300)
New driver contains new firmware 5.1.0.0. Fix script to get that.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/dvb/get_dvb_firmware

index 9ea94dc3556e355e0fc3cc8c7848fc7475cd68a3..350959f4e41b414139abdb85d13d583e0eb18881 100644 (file)
@@ -518,11 +518,11 @@ sub bluebird {
 sub af9015 {
        my $sourcefile = "download.ashx?file=57";
        my $url = "http://www.ite.com.tw/EN/Services/$sourcefile";
-       my $hash = "ff5b096ed47c080870eacdab2de33ad6";
+       my $hash = "e3f08935158038d385ad382442f4bb2d";
        my $outfile = "dvb-usb-af9015.fw";
        my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
-       my $fwoffset = 0x22708;
-       my $fwlength = 18225;
+       my $fwoffset = 0x25690;
+       my $fwlength = 18725;
        my ($chunklength, $buf, $rcount);
 
        checkstandard();