Hi because the no site contains drivers for Opera1 for download, i post now the firmware files to put it on http://linuxtv.org/downloads/firmware/ if possible. the patch to download this for users is also attached. Signed-off-by: Marco Gittler <g.marco@xxxxxxxxxx>
diff -r fe8aa7835454 linux/Documentation/dvb/get_dvb_firmware --- a/linux/Documentation/dvb/get_dvb_firmware Tue Jun 26 17:22:39 2007 -0300 +++ b/linux/Documentation/dvb/get_dvb_firmware Thu Jun 28 13:14:54 2007 +0200 @@ -24,7 +24,8 @@ use IO::Handle; @components = ( "sp8870", "sp887x", "tda10045", "tda10046", "tda10046lifeview", "av7110", "dec2000t", "dec2540t", "dec3000s", "vp7041", "dibusb", "nxt2002", "nxt2004", - "or51211", "or51132_qam", "or51132_vsb", "bluebird"); + "or51211", "or51132_qam", "or51132_vsb", "bluebird", + "opera1"); # Check args syntax() if (scalar(@ARGV) != 1); @@ -330,6 +331,25 @@ sub or51132_vsb { $fwfile; } +sub opera1 { + my $fwfile1="dvb-usb-opera-01.fw"; + my $fwfile2="dvb-usb-opera1-fpga.fw"; + my $url1="http://linuxtv.org/downloads/firmware/$fwfile1"; + my $url2="http://linuxtv.org/downloads/firmware/$fwfile2"; + my $hash1="8161858ff998ddd0669713cbaadbf03d"; + my $hash2="185f1bf8dc11a316ebc59640ed5c8c67"; + + checkstandard(); + + wgetfile($fwfile1, $url1); + verify($fwfile1, $hash1); + wgetfile($fwfile2, $url2); + verify($fwfile2, $hash2); + + $fwfile1.",".$fwfile2; + + +} sub bluebird { my $url = "http://www.linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw";
Attachment:
dvb-usb-opera-01.fw
Description: Binary data
Attachment:
dvb-usb-opera1-fpga.fw
Description: Binary data
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb