Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] get_dvb_firmware: Fix the location of firmware for Terratec HTC

Fix firmware download for the Terratec Cinergy HTC Stick HD. The file
was moved on the server.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Martin Blumenstingl and committed by
Mauro Carvalho Chehab
8cd7085f 71dc98be

+1 -1
+1 -1
Documentation/dvb/get_dvb_firmware
··· 690 690 } 691 691 692 692 sub drxk_terratec_htc_stick { 693 - my $url = "http://ftp.terratec.de/Receiver/Cinergy_HTC_Stick/Updates/"; 693 + my $url = "http://ftp.terratec.de/Receiver/Cinergy_HTC_Stick/Updates/History/"; 694 694 my $zipfile = "Cinergy_HTC_Stick_Drv_5.09.1202.00_XP_Vista_7.exe"; 695 695 my $hash = "6722a2442a05423b781721fbc069ed5e"; 696 696 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);