<font style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 153);" color="black" face="Verdana,Arial,Helvetica" size="2"><font face="Verdana,Arial,Helvetica" size="2">&gt;&gt; You need &quot;#&quot; in front of the define lines..
<br><span style="color: rgb(51, 0, 51);"><br>OK, that makes it compile. I thought # was for comment, but maybe it's not that way in C? Problem is , I still get the same error when I try to change the channel: </span></font>
</font><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">Could not find Motorola DCT-6200 on the 1394 bus. Can capture video OK. I would be eternally grateful if someone could write a patch to make this thing work, since I'm too dense to figure it out. I tried adding my vendor and model id to the code, but its not working. Specifically I added:
<br><br></font></font><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">#define DCT6416_VENDOR_ID1 0x000018c0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at line 49<br></font></font><font color="black" face="Verdana,Arial,Helvetica" size="2">
<font color="black" face="Verdana,Arial,Helvetica" size="2">#define DCT6416_MODEL_ID1 0x00000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at line 50<br>(dir.vendor_id == DCT6416_VENDOR_ID1)) &nbsp; &nbsp; &nbsp;&nbsp; at line 177<br>(dir.model_id == DCT6416_MODEL_ID1)) &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at line 180
<br><br>and of course fixed up the parentheses, brackets etc. Like I said it will compile without error, but channel does not change. <br></font></font><font style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 153);" color="black" face="Verdana,Arial,Helvetica" size="2">
<font face="Verdana,Arial,Helvetica" size="2"><span style="color: rgb(51, 0, 51);"> </span> </font></font>