Commit 4e9f5677755c8f2eda6a293139084010cbbf2044

Authored by Antti Palosaari
Committed by Mauro Carvalho Chehab
1 parent 3b11f4e90d

V4L/DVB: get_dvb_firmware: update af9015

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>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

Documentation/dvb/get_dvb_firmware
... ... @@ -518,11 +518,11 @@
518 518 sub af9015 {
519 519 my $sourcefile = "download.ashx?file=57";
520 520 my $url = "http://www.ite.com.tw/EN/Services/$sourcefile";
521   - my $hash = "ff5b096ed47c080870eacdab2de33ad6";
  521 + my $hash = "e3f08935158038d385ad382442f4bb2d";
522 522 my $outfile = "dvb-usb-af9015.fw";
523 523 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
524   - my $fwoffset = 0x22708;
525   - my $fwlength = 18225;
  524 + my $fwoffset = 0x25690;
  525 + my $fwlength = 18725;
526 526 my ($chunklength, $buf, $rcount);
527 527  
528 528 checkstandard();