Lines Matching +full:out +full:- +full:mono
2 # SPDX-License-Identifier: GPL-2.0-only
12 # wget http://www.steventoth.net/linux/xc5000/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip
14 # unzip -j 20080303_V1.0.6.7.zip 20080303_v1.0.6.7/UDXTTM6000.sys
15 # unzip -j HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip Driver85/hcw85bda.sys
19 # cp xc3028-v24.fw /lib/firmware
20 # cp xc3028-v27.fw /lib/firmware
33 die "This firmware requires the md5sum command - see http://www.gnu.org/software/coreutils/\n";
38 $testhash =~ /([a-zA-Z0-9]*)/;
47 my ($chunklength, $buf, $rcount, $out);
56 die "Ran out of data\n" if ($rcount != $chunklength);
57 $out .= $buf;
58 $length -= $rcount;
60 return $out;
105 my $out = get_hunk($offset, $length);
110 printf "%02x ",ord(substr($out,$i,1)) if ($debug);
114 syswrite(OUTFILE, $out);
120 my $out = get_hunk($offset, $length);
125 printf "%02x ",ord(substr($out,$i,1)) if ($debug);
131 my $size = ord(substr($out,$i,1))*256+ord(substr($out,$i+1,1));
132 syswrite(OUTFILE, substr($out,$i+1,1));
133 syswrite(OUTFILE, substr($out,$i,1));
137 syswrite(OUTFILE, substr($out,$j+$i,1));
146 my $out;
670 …# Firmware 56, type: SCODE FW MONO HAS IF (0x60008000), IF = 4.32 MHz id: NTSC/M Kr (000000000000…
690 …# Firmware 58, type: SCODE FW MTS LCD NOGD MONO IF HAS IF (0x6002b004), IF = 4.50 MHz id: NTSC PA…
740 …# Firmware 63, type: SCODE FW MONO HAS IF (0x60008000), IF = 5.32 MHz id: PAL/BG A2 NICAM (000000…
800 …# Firmware 69, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.00 MHz id: PAL/DK PAL/I SECAM/K3 S…
830 …# Firmware 72, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.32 MHz id: SECAM/K1 (0000000000200…
850 …# Firmware 74, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.50 MHz id: PAL/DK SECAM/K3 SECAM/L…
880 …# Firmware 77, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.68 MHz id: PAL/DK A2 (000000030000…
912 my $out;
1441 …# Firmware 56, type: SCODE FW MONO HAS IF (0x60008000), IF = 4.32 MHz id: NTSC/M Kr (000000000000…
1461 …# Firmware 58, type: SCODE FW MTS LCD NOGD MONO IF HAS IF (0x6002b004), IF = 4.50 MHz id: NTSC PA…
1511 …# Firmware 63, type: SCODE FW MONO HAS IF (0x60008000), IF = 5.32 MHz id: PAL/BG A2 NICAM (000000…
1571 …# Firmware 69, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.00 MHz id: PAL/DK PAL/I SECAM/K3 S…
1601 …# Firmware 72, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.32 MHz id: SECAM/K1 (0000000000200…
1621 …# Firmware 74, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.50 MHz id: PAL/DK SECAM/K3 SECAM/L…
1651 …# Firmware 77, type: SCODE FW MONO HAS IF (0x60008000), IF = 6.68 MHz id: PAL/DK A2 (000000030000…
1685 my $outfile_24 = "xc3028-v24.fw";
1689 my $out;
1693 my $outfile_27 = "xc3028-v27.fw";
1697 my $out;
1699 if (-e $sourcefile_24) {
1707 if (-e $sourcefile_27) {