Most DVB firmware is retrieved using the latest get_dvb_firmware from the
linux-2.6 git repository. The following lists firmware source for firmware
retrieved elsewhere.

AfaTech AF9015
wget -N http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw
echo "dccbc92c9168cc629a88b34ee67ede7b *dvb-usb-af9015.fw"|md5sum -c

Hauppauge DVB-S2 PCI
wget -N http://www.wintvcd.co.uk/drivers/88x_2_124_27191_1_WHQL.zip
unzip -oj 88x_2_124_27191_1_WHQL.zip Driver88/hcw88bda.sys
dd if=hcw88bda.sys of=dvb-fe-cx24116.fw skip=105768 bs=1 count=32674
echo "b8c856ac15b768854a222e6864e7dc7f *dvb-fe-cx24116.fw"|md5sum -c

Hauppauge HVR-1200
wget -N http://steventoth.net/linux/hvr1200/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip
wget -N http://steventoth.net/linux/hvr1200/extract.sh
chmod a+x extract.sh
./extract.sh
echo "b9fa8f284483480675d29d19e704f62c *dvb-fe-tda10048-1.0.fw"|md5sum -c

AVerTV HD A180
wget -N http://www.avermedia-usa.com/support/Drivers/AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip
unzip -oj AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip
dd if=3xHybrid.sys of=dvb-fe-nxt2004.fw skip=465304 bs=1 count=9584
echo "2a7e38d3ebc392264f840dcb89e08829 *dvb-fe-nxt2004.fw"|md5sum -c

Hauppauge WinTV MiniStick
wget http://www.wintvcd.co.uk/drivers/WinTV-MiniStick_4_2_26_28027_WHQL.zip
unzip -j WinTV-MiniStick_4_2_26_28027_WHQL.zip driver17/hcw17dvb.1b0
mv hcw17dvb.1b0 sms1xxx-hcw-55xxx-dvbt-02.fw
echo "a23e6a5175d87def22baf115e76f9ca8 *sms1xxx-hcw-55xxx-dvbt-02.fw"|md5sum -c
