Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
yamp committed Feb 5, 2005
1 parent 5a3c532 commit ba58ae1
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions mediaportal/xbmc/bin/Release/CaptureCardDefinitions.xml
Expand Up @@ -33,6 +33,7 @@
<!-- Dvico Fusion HDTV USB2 -->
<!-- FireDTV (BDA DVB-T) -->
<!-- FireDTV (BDA DVB-C) -->
<!-- FireDTV (BDA DVB-S) -->
<!-- FlyDVB-T DUO -->
<!-- FlyDVB-T DUO Analog -->
<!-- Hauppauge Nova-T -->
Expand Down Expand Up @@ -63,8 +64,8 @@
<!-- general MCE card -->
<!-- general MPEG2 card -->
<!-- -->
<!-- version : 1.0.0.23 -->
<!-- changed : 1-feb-2005 by Frodo -->
<!-- version : 1.0.0.24 -->
<!-- changed : 5-feb-2005 by Frodo -->
<!-- 13-jan : -->
<!-- MP now supports multiple definitons for 1 card (needed for dual tuner cards) -->
<!-- now the combination of capturename and devid should be unique -->
Expand Down Expand Up @@ -447,6 +448,22 @@
</tv>
</capturecard>

<capturecard commercialname="FireDTV DVB-S" capturename="Firesat BDA Receiver DVBS" devid="digital_everywhere&amp;firedtv_s">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
<tv>
<interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
<filters>
<filter cat="networkprovider" name="Microsoft DVBS Network Provider" checkdevice="false"></filter>
<filter cat="tunerdevice" name="Firesat BDA Tuner DVBS" checkdevice="false"></filter>
<filter cat="capture" name="Firesat BDA Receiver DVBS" checkdevice="false"></filter>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
</connections>
</tv>
</capturecard>

<capturecard commercialname="FireDTV DVB-C" capturename="Firesat BDA Receiver DVBC" devid="digital_everywhere&amp;firedtv_c#ci&amp;typ_5">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
<tv>
Expand Down

0 comments on commit ba58ae1

Please sign in to comment.