diff mbox

Broken link in get_dvb_firmware for nxt2004 (A180)

Message ID 20090607122437.731302d3@pedra.chehab.org (mailing list archive)
State Changes Requested
Delegated to: Douglas Landgraf
Headers show

Commit Message

Mauro Carvalho Chehab June 7, 2009, 3:24 p.m. UTC
Jan,

Instead of v4l-dvb-maintainer and V4L ML, please send patches to
linux-media@vger.kernel.org, otherwise, patchwork won't catch it.

Forwarded message:

Date: Sun, 07 Jun 2009 14:42:15 +0200
From: Jan Ceuleers <jan.ceuleers@computer.org>
To: mchehab@infradead.org, v4l-dvb-maintainer@linuxtv.org,        video4linux-list@redhat.com
Subject: Re: Broken link in get_dvb_firmware for nxt2004 (A180)


Errr... The patch was produced the wrong way around. Sorry about that. 
Trying again.






Cheers,
Mauro
diff mbox

Patch

--- linux-2.6.29/Documentation/dvb/get_dvb_firmware.orig	2009-06-07 14:38:20.000000000 +0200
+++ linux-2.6.29/Documentation/dvb/get_dvb_firmware	2009-06-07 14:38:55.000000000 +0200
@@ -317,7 +317,7 @@ 
 
 sub nxt2004 {
     my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip";
-    my $url = "http://www.aver.com/support/Drivers/$sourcefile";
+    my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile";
     my $hash = "111cb885b1e009188346d72acfed024c";
     my $outfile = "dvb-fe-nxt2004.fw";
     my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);