Template:USB Device Data: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(→‎gigabyte-u8000-rh: added information from old table and vendor page)
(Adding a new tvisto usb seen in wayback machine)
(418 intermediate revisions by 59 users not shown)
Line 8: Line 8:
Having a "single copy" will hopefully ease updating information on devices and drivers.
Having a "single copy" will hopefully ease updating information on devices and drivers.


== How do I add a new device? ==
Keeping the information in one place of course means that there will be lots of details that most users don't care about.
Using some minor template voodoo, it is possible to select a limited subset of data fields and thus construct tables with a small subset of columns.
Go to [[Template:DVB-T_USB_Devices_List_of_Lists]] for a starting point and [[HLPlayground2]] for examples.


{{note| '''Hints''': Go to your ''my preferences'' page (visible on the top row of every page when you are logged in). Click on the ''Editing'' tab and make sure you have checked the '''Enable section editing via [edit] links''' option. Also select an adequate size for your editing window (I use 80x25) and maybe activate the '''Widen the edit box to fill the entire screen''' option.}}
With the help of the ParserFunctions/StringFunctions extension it is possible to select a subsets of the datasets for other purposes.
E.g. The devices that use a certain tuner or the devices by a certain vendor.
Some examples are currently shown on [[HLPlayground2]] and [[HLPlayground2/doubleselection]].


First open two more browser tabs. One tab with this page, so that you can read up on the instructions while you are editing, and one tap with [[USB_Devices_ListData/Helper]], a reference page where there is a List of all the devices that are stored on this page. There you can check on how data will be shown in the tables.
{{note|If you edit the data below, you may have to outsmart your browser-cache and the rendering cache of the wiki. Otherwise your changes will not appear in the table renderings. }}
{{note|Do yourself a favor and make sure you have enabled ''section editing'' in your preferences. The whole page is currently 78 kbyte and it will break the 100kb limit pretty soon. }}


Second identify a section where your device would fit in. This is not technically needed but it will help you when using an existing device as template for your new device.


Click on the [edit] link on the right of that section's title.
There's a helper page to for editors [[DVB-T_USB_Devices_ListData/Helper]] that shows all devices.


Look at the data of a device that is already there, and look at the reference page and the instructions to make sure you understand what the fields mean and where they show up.
== Syntax and Semantics ==


Now either copy an existing device's data or copy the cut'n paste template from the instructions and fill in your device's data.
Here is a cut'n paste template for new devices. (Don't forget to add the subsection and table rendering with the respective ''did''.)

The most important field is the '''did''' as it will allow you to select that specific device on your device page. Having the '''did''' repeated in the subsection header will allow your browser to jump to the right place if you click the edit icon in a table.

{{note|If you edit the data below, you may have to outsmart your browser-cache and the rendering cache of the wiki. Otherwise your changes might not appear in the table renderings. }}

== How do I show the data on a Device/Vendor/... page ? ==

{{note| The mental crutch that I use to visualize the data in my head is a ''simple spread'' sheet with ''one row per device'' and ''one column per property'' (like Vendor, Name, support status ...).}}

Keeping all the information in one place of course means that there will be lots of details that most users don't care about.
Using some minor template voodoo, it is possible to select a limited subset of data fields per device and thus construct tables with a small subset of columns. If you think of it as a spread sheet you may have only a couple of columns shown. (Some examples are currently shown on [[HLPlayground2]] (Warning: HUGE Page!..but look at how tiny the source is.))

Still, usually you will not want to have all the devices listed.

With some more template voodoo and the help of the ParserFunctions/StringFunctions extension it is possible to select
subsets of the data by their content. Think of it as only showing rows in your spread sheet if they contain certain elements.
E.g. Only show devices that use a certain tuner or only show devices by a certain vendor.
( If you are interested in the Details, go to [[Template:List of Device List Templates]] )

Some examples are currently shown on [[HLPlayground2/rowselection]] and [[HLPlayground2/doubleselection]] and in the next section...

=== Usage Examples on device pages ===

Low detail:
<pre>
<pre>
{{Device_List_Low_Detail/Header
| content =
{{USB_Device_Data
|renderwith=Device_List_Low_Detail/Row
|selatt1=did
|selval1=msi-digivox-mini-ii-v3
}}
}}
</pre>


{{note| As you can see ''did'' is set as selection attribute and ''msi-digivox-mini-ii-v3'' as selection value. This used to be a [[MSI DigiVox mini II V3.0|simple device]] but the vendor started selling a completely different device with the same name and a different USB ID. We changed the existing device's did by appending the USB ID and since the selection is done by searching for a substring, that table above will now produce both, the old and the new device. Neat, isn't it?}}
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}

| did=
If you want to show some more detail you can change ''Low'' to ''Medium'' in '''both''' template names. (The ''/Header'' and ''/Row'' template.)

<pre>
{{Device_List_Medium_Detail/Header
| content =
{{USB_Device_Data
|renderwith=Device_List_Medium_Detail/Row
|selatt1=did
|selval1=msi-digivox-mini-ii-v3
}}
}}
</pre>

There is also a set of templates for ''Full'' details if you want to get the fields that are meant for filtering only, like the ''did'' field itself.

== Syntax and Semantics ==

Here is a cut'n paste template for new devices. (Don't forget use the same ''XxXxXxXxXxXxX'' in all three places.)
<pre>
&lt;/includeonly&gt;&lt;noinclude&gt;
==== XxXxXxXxXxXxX ====
{{DeviceDisplayMedium|XxXxXxXxXxXxX}}
&lt;/noinclude&gt;&lt;includeonly&gt;
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=XxXxXxXxXxXxX
| vendor=
| vendor=
| device=
| device=
Line 48: Line 102:


{| class="wikitable"
{| class="wikitable"
| ''did'' || a device ID that makes it possible to render just this one device in a table and to jump directly to the device on this page. As matching in the selection templates is done on substrings you need to make sure that the did's are unique and disjoint.
| ''did'' || a device ID that makes it possible to render just this one device in a table and to jump directly to the device on this page. As matching in the selection templates is done on substrings you need to make sure that the did's are unique and disjoint. Also try to only use lowercase letters, numbers, and the dash "-". The ''did'' is not meant to be shown to average reading-only users of the wiki but rather be used by editors. So we can dispense with nice form and concentrate on function
<pre> msi-digivox-mini-ii-v3-15a4-9016 </pre>
|-
|-
| ''vendor'' || the device manufacturer/vendor. E.g. Hauppauge
| ''vendor'' || the device manufacturer/vendor. E.g. [[Hauppauge]]. Feel free to make it a link to the vendor page in the wiki. E.g. by writing
<pre> [[Hauppauge]] </pre>
|-
|-
| ''device'' || the device name. E.g. [[TerraTec Cinergy T USB XXS|Cinergy T XXS]]. This is also the place to put a link to a device page. Since most device pages contain the vendor in the page title, you may have to give the page title and the device name separately like this
| ''standard'' || the broadcasting standard or standards that the devce supports E.g. Possible values would be the analog encodings "ANALOG-PAL" "ANALOG-NTSC" "ANALOG-SECAM" as well as digital encodings "DVB-T" "DVB-C" "DVB-C2" "DVB-S" "DVB-S2" "DVB-H" "DVB-SH" "ATSC" "ATSC-M/H" "ISDB-S" "ISDB-T" "1seg" "ISDB-C" "SBTVD/ISDB-Tb" "DMB-T/H" "ADTB-T" "CMMB" "DMB-T" "T-DMB" "S-DMB" "MediaFLO". Even "FM-RADIO" and "AM-RADIO" could be included in this list.
<pre> [[TerraTec Cinergy T USB XXS|Cinergy T XXS]] </pre>
|-
|-
| ''standard'' || the broadcasting standard or standards that the device supports E.g. Possible values would be the analog encodings "ANALOG-PAL" "ANALOG-NTSC" "ANALOG-SECAM" as well as digital encodings "DVB-T" "DVB-C" "DVB-C2" "DVB-S" "DVB-S2" "DVB-H" "DVB-SH" "ATSC" "ATSC-M/H" "ISDB-S" "ISDB-T" "1seg" "ISDB-C" "SBTVD/ISDB-Tb" "DMB-T/H" "ADTB-T" "CMMB" "DMB-T" "T-DMB" "S-DMB" "MediaFLO". Even "FM-RADIO" and "AM-RADIO" could be included in this list.
| ''device'' || the device name. E.g. Cinergy XXS
Im most cases however it will simply be
<pre> DVB-T </pre>
|-
|-
| ''supported'' || support status. <pre>
| ''supported'' || support status.
{{yes}} or {{no}} if there is no further detail but I'd prefer something like
<pre> {{yes}} or {{no}} </pre>
if there is no further detail but I'd prefer something like
{{Supported in Kernel|since=2.6.25}} if supported by vanilla kernel since version 2.6.25
{{Supported in HG|since=2009-01-31}} for support in main line mercurial repository
<pre> {{Supported in Kernel|since=2.6.25|file=drivers/media/dvb/dvb-usb/dib0700_devices.c}} </pre>
if supported by vanilla kernel since version 2.6.25 (the entry will be linked to the kernel source repository)
{{Supported in HG Branch|since=2009-01-31|branchurl=http://linuxtv.org/hg/~anttip/af9015/}}
{{Supported in External|since=2009-01-31|url=http://mcentral.de/wiki/index.php5/Em2880}}
<pre> {{Supported in HG|since=2009-01-31}} </pre>
for support in main line mercurial repository
</pre>
<pre> {{Supported in HG Branch|since=2009-01-31|branchurl=http://linuxtv.org/hg/~anttip/af9015/}} </pre>
for support in certain branch
<pre> {{Supported in External|since=2009-01-31|url=http://mcentral.de/wiki/index.php5/Em2880}} </pre>
for support somewhere else
|-
|-
| ''pic'' || preferably an image uploaded to the wiki (using 120px width). Like this: [[image:Dvb-t-usb-msi-digivox-ii-rev3-001.jpg|120px]]<nowiki>[[image:Dvb-t-usb-msi-digivox-ii-rev3-001.jpg|120px]]</nowiki>. Links to (not embedding of) external pictures are OK in a pinch, but those might disappear any time as some vendors only keep the current devices on their page and every older Device vanishes. Please, please, please, if you own a device that doesn't have a picture yet, take one and upload it. Even a blurry picture taken with a mobile phone camera is better than nothing. However, do not upload pictures that you downloaded from a vendor page without asking for permission to use it here. Taking a picture of a device that you own is the better choice and other users will greatly benefit from it.
| ''pic'' || preferably an image uploaded to the wiki (using 120px width). Like this: <pre>[[image:Dvb-t-usb-msi-digivox-ii-rev3-001.jpg|120px]]</pre>Links to (not embedding of) external pictures are OK in a pinch, but those might disappear any time as some vendors only keep the current devices on their page and every older Device vanishes. Please, please, please, if you own a device that doesn't have a picture yet, take one and upload it. Even a blurry picture taken with a mobile phone camera is better than nothing. However, do not upload pictures that you downloaded from a vendor page without asking for permission to use it here. Taking a picture of a device that you own is the better choice and other users will greatly benefit from it.
|-
|-
| ''url'' || link to the manufacturers/vendors page for that device. but also links to linux user experience pages, forum articles or mailing list achives regarding this device.
| ''url'' || link to the manufacturers/vendors page for that device. but also links to linux user experience pages, forum articles or mailing list achives regarding this device.
|-
|-
| ''hostinterface'' || interface supported. E.g. "USB1.1" and "USB2.0" but also "ISA" "PCI32" "PCI64" "PCI-X" "PCIe" "PCCARD" "CardBus" "ExpressCard" "IEEE1394"
| ''hostinterface'' || interface supported. E.g. "USB1.1" and "USB2.0" but also "ISA" "PCI32" "PCI64" "PCI-X" "PCIe" "PCCARD" "CardBus" "ExpressCard" "IEEE1394" Currently most devices have
<pre> USB2.0 </pre>
|-
|-
| ''hw'' || summary of the hardware (human readable). this will hold the old data during transition and also allow to add hw related information beyond tuner, demodulator and usb bridge.
| ''hw'' || summary of the hardware (human readable). this field holds the hardware data during transition from older tables of devices also also allows to add hw related information beyond tuner, demodulator and usb bridge.
|-
|-
| ''usbid'' || usb id. 4 hex digits, colon, 4 hex digits. lower case. e.g. <tt>12ba:f001</tt> preferably only add the "cold" id. The one shown before firmware upload. The warm id should go the the device's page.
| ''usbid'' || usb id. 4 hex digits, colon, 4 hex digits. lower case. e.g.
<pre> 12ba:f001 </pre>
If your device changes its USB ID after having its firmware uploaded please only add the "cold" id. The one shown before firmware upload. The warm id should go the the device's page.
|-
|-
|
|
Line 78: Line 144:
* ''demodulator''
* ''demodulator''
* ''usbbridge''
* ''usbbridge''
| machine readable component names for implementing filters based on this. E.g. af9015, vt7045, mt2060
| machine readable component names for implementing filters based on this. E.g. af9015, vt7045, mt2060. Check out the [[Afatech AF9015]] page for a table that filters for usbbridge == af9015
|-
|-
| ''fw'' || firmware name. link?
| ''fw'' || firmware file name. a link if it isn't included with most linux distributions.
|-
|-
| ''comment'' || human readable comments. if those comments stretch several lines, it is time to make a device page. :-)
| ''comment'' || human readable comments. if those comments stretch several lines, it is time to make a device page. :-)
Line 90: Line 156:


</includeonly><noinclude>
</includeonly><noinclude>
=== avermedia a800 ===
=== unsupported devices ===
</noinclude><includeonly>


</includeonly><noinclude>

==== anysee-e7-all ====
{{DeviceDisplayMedium|anysee-e7-all}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=anysee-e7-all
| vendor=[[Anysee]]
| device=[[Anysee E7|E7]]
| standard=DVB-T, DVB-T2, DVB-C, DVB-C2, DVB-S, DVB-S2
| supported={{no}}
| pic=[[Image:Anysee_T7_T2C.JPG|122px|Anysee E7 T2C]]
| url=[http://www.anysee.com/eng/product/anyseeE7_main.php]
| hostinterface=USB2.0
| usbid=1c73:861f
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=N/A
| comment=This is a generic entry for the Anysee E7 line. If you have details for a particular device, please feel free to clone this entry and add the details.
}}


</includeonly><noinclude>

==== conceptronic-ctvdigdual-v2 ====
{{DeviceDisplayMedium|conceptronic-ctvdigdual-v2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=conceptronic-ctvdigdual-v2
| vendor=Conceptronic
| device=Digital Dual TV Receiver CTVDIGDUAL_V2
| standard=DVB-T
| supported={{no}}
| pic=
| url=[http://www.conceptronic.net/Site/desktopdefault.aspx?tabindex=1&tabid=242&cid=40&gid=4050&pid=CTVDIGDUAL_V2]
| hostinterface=USB2.0
| usbid=1b80:e410
| hw=Afatech/ITETech IT9135
| tuner=it9135
| demodulator=it9135
| usbbridge=it9135
| fw=
| comment=Dual tuner. Tested with kernel 2.6.34
}}


</includeonly><noinclude>

==== agk-10314 ====
{{DeviceDisplayMedium|agk-10314}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=agk-10314
| vendor=Agk
| device=10314
| standard=DVB-T
| supported={{no}}
| pic=
| url=[http://www.mail-archive.com/linux-media@vger.kernel.org/msg16480.html]
| hostinterface=USB2.0
| usbid=1d19:1103
| hw=[[RealTek RTL2832U]]
| tuner=rtl2832u
| demodulator=
| usbbridge=
| fw=
| comment=
}}


</includeonly><noinclude>

==== artec-atsc-t14a ====
{{DeviceDisplayMedium|artec-atsc-t14a}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=artec-atsc-t14a
| vendor=[[Artec]]
| device=[[Artec T14A|T14A]]
| standard=ATSC
| supported={{no}}
| pic=
| url=[http://www.linuxtv.org/pipermail/linux-dvb/2007-February/016134.html]
| hostinterface=USB2.0
| usbid=05d8:810d
| hw=Microtune MT2060, LG DT3303, Cypress FX2 (CY7C68013)
| tuner=mt2060
| demodulator=dt3303
| usbbridge=cypressfx2
| fw=
| comment=warm id 05d8:810e
}}


</includeonly><noinclude>

=== avermedia a8xx series ===
</noinclude><includeonly>
</noinclude><includeonly>


Line 97: Line 265:
{{DeviceDisplayMedium|avermedia-a800}}
{{DeviceDisplayMedium|avermedia-a800}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a800
| did=avermedia-a800
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
| device=AVerTV DVB-T USB 2.0 A800
| device=AVerTV DVB-T USB 2.0 A800
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| supported={{Supported in Kernel|since=2.6.13|file=drivers/media/dvb/dvb-usb/a800.c}}
| pic=
| pic=
| url=[http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=163&tab=APDriver]
| url=[http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=163&tab=APDriver]
Line 113: Line 281:
| fw=dvb-usb-avertv-a800-02.fw
| fw=dvb-usb-avertv-a800-02.fw
| comment=Remote control handling is different to the one used in the other DiBusb clones and many essential keys do not work at all (with X.org and linux kernels 2.6.17 and 2.6.18). warm id: 07ca:a801
| comment=Remote control handling is different to the one used in the other DiBusb clones and many essential keys do not work at all (with X.org and linux kernels 2.6.17 and 2.6.18). warm id: 07ca:a801
}}

</includeonly><noinclude>

==== avermedia-a835 ====
{{DeviceDisplayMedium|avermedia-a835}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a835
| vendor=[[AVerMedia]]
| device=AVerTV AverTV Volar HD & HD PRO (A835)
| standard=DVB-T
| supported={{yes}} (unofficial)
| pic=[http://www.avermedia.com/avertv/Upload/ProductImages/140/Box-A8351.jpg]
| url=[http://www.avermedia.com/avertv/product/ProductDetail.aspx?Id=508]
| hostinterface=USB2.0
| usbid=07ca:a835
| hw=[[Afatech AF9035|AF 9035]]
| tuner=NXP TDA18218HN
| demodulator=af9035
| usbbridge=af9035
| fw=[http://xgazza.altervista.org/Linux/DVB/dvb-usb-af9035-01.fw]
| comment=Newer kernels supported via this way [http://forum.ubuntu-it.org/index.php/topic,384436.msg3370690.html#msg3370690]. 2.6.32 kernel possible after minor patch [http://dl.dropbox.com/u/1848772/tda18218_kernel_pre_2.6.35.patch]. Tested with 2.6.32-5-kirkwood.
}}


</includeonly><noinclude>

==== avermedia-a835b ====
{{DeviceDisplayMedium|avermedia-a835b}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=AVerMedia AVerTV Volar Green HD 07ca:3835
| vendor=[[AVerMedia]]
| device=AVerTV AverTV Volar HD & HD PRO (A835B)
| standard=DVB-T
| supported={{yes}} (unofficial)
| pic=[http://avertv.avermedia.com/Upload/ProductImages/Box-AVerTV%20Volar%20Green%20HD-WE1_300.jpg]
| url=[http://avertv.avermedia.com/Product/ProductDetail.aspx?Id=519&device=2]
| hostinterface=USB2.0
| usbid=07ca:3835
| hw=[[IT913X]]
| tuner=
| demodulator=
| usbbridge=
| fw=[https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-usb-it9135-02.fw]
| comment=Device successfully installed on kernel 3.13.0 (Mythbuntu 14.04). This device looks identical to the A835 and has the same model number on the box but has a different chip inside.
Note: Do NOT use the firmware http://palosaari.fi/linux/v4l-dvb/firmware/IT9135/
With this incorrect firmware downloaded, the USB device reset will fail (dmesg shows: "FRM Failed to reboot device...")
Correct firmware is here: https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-usb-it9135-02.fw (5817 bytes)
}}


</includeonly><noinclude>

==== Avermedia-A835B(1835) ====
{{DeviceDisplayMedium|Avermedia-A835B(1835)}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=Avermedia-A835B(1835)
| vendor=[[AVerMedia]]
| device=AverTV Volar HD PRO A835B(1835)
| standard=DVB-T
| supported={{Supported in Kernel|since=3.11-2|file=drivers/media/usb/dvb-usb-v2/it913x.c}}
| pic=[[image:dvb-t-avermedia-avertv-volar-hd-pro-A835B-1835-01.jpg|120px]] [[http://avertv.avermedia.com/Upload/ProductImages/140/Box-A835-AVerTV%20Volar%20HD%20Pro_WE.JPG]]
| url=[http://avertv.avermedia.com/Product/ProductDetail.aspx?Id=507&device=2] [https://sites.google.com/site/danieldebastesdumppage/open-source/averttv-volar-hd-pro]
| hostinterface=USB2.0
| usbid=07ca:1835
| hw=it913x: Chip Version 02 Chip Type 9135
| tuner=Type 38
| demodulator=
| usbbridge=
| fw=[[https://sites.google.com/site/danieldebastesdumppage/open-source/averttv-volar-hd-pro/dvb-usb-it9135-02.fw?attredirects=0&d=1|dvb-usb-it9135-02.fw]]
| comment=Firmware extracted from the Windows driver on the companion CD-ROM.
Model : A835 as of the box, A835B as detected by the kernel.
Remote control not tested.
Probably supported by older kernels too (not searched).
}}


</includeonly><noinclude>

==== avermedia-a825 ====
{{DeviceDisplayMedium|avermedia-a825}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a825
| vendor=[[AVerMedia]]
| device=AVerTV A825/TwinStar
| standard=DVB-T
| supported={{no}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=
| hw=[[Afatech AF9035|AF 9035]]
| tuner=
| demodulator=af9035
| usbbridge=af9035
| fw=
| comment=Dual AF9035 based. At this stage, AfaTech will not release full specifications, and so these cards are likely to remain unsupported.
}}

</includeonly><noinclude>

=== avermedia h800 ===
</noinclude><includeonly>

</includeonly><noinclude>
==== avermedia-h830 ====
{{DeviceDisplayMedium|avermedia-h830}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-h830
| vendor=[[AVerMedia]]
| device=AVerTV Hybrid Volar HD (H830)
| standard=DVB-T
| supported={{no}}
| pic=[http://www.avermedia.com/avertv/Upload/ProductImages/AVerTV%20Hybrid%20Volar%20HD%20(H830)%20Box%20300.jpg]
| url=[http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=501&tab=APDriver]
| hostinterface=USB2.0
| usbid=07ca:0830
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=
| comment=Written H830 on device. [http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=501&tab=APDriver Official driver] Support neither FM nor Remote Control. Tested on Ubuntu 10.04 with kernel 2.6.32-32-generic.
}}

</includeonly><noinclude>

==== avermedia-h830d ====
{{DeviceDisplayMedium|avermedia-h830d}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-h830d
| vendor=[[AVerMedia]]
| device=AVerTV Volar Video Capture USB (H830D)
| standard=DVB-T
| supported={{no}}
| pic=[http://www.avermedia.com/avertv/Upload/ProductImages/Pro-H830D-AVerTV%20Volar%20Video%20Capture%20USB-300.jpg]
| url=[http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=503&tab=APDriver]
| hostinterface=USB2.0
| usbid=07ca:1830
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=
| comment=Written H830 on device. Tried with Ubuntu 10.04, Kernel 2.6.32-25-generic (x86_64), but no luck. In dmesg I see:
[ 2625.662599] usb 5-2: new full speed USB device using uhci_hcd and address 1<br>
[ 2625.838880] usb 5-2: configuration #1 chosen from 1 choice<br>

}}
}}


Line 124: Line 446:
{{DeviceDisplayMedium|ansonic-stick}}
{{DeviceDisplayMedium|ansonic-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=ansonic-stick
| did=ansonic-stick
| vendor=Ansonic
| vendor=Ansonic
| device=DVB-T USB1.1 stick
| device=DVB-T USB1.1 stick
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25|file=drivers/media/dvb/dvb-usb/af9005.c}}
| supported={{yes}}
| pic=
| pic=
| url=[http://www.mail-archive.com/linux-dvb@linuxtv.org/msg28726.html]
| url=[http://www.mail-archive.com/linux-dvb@linuxtv.org/msg28726.html]
Line 143: Line 465:


</includeonly><noinclude>
</includeonly><noinclude>

==== allnet-all2006 ====
==== allnet-all2006 ====
{{DeviceDisplayMedium|allnet-all2006}}
{{DeviceDisplayMedium|allnet-all2006}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=allnet-all2006
| did=allnet-all2006
| vendor=Allnet
| vendor=Allnet
| device=ALL2006 USB DVB-T Stick
| device=ALL2006 USB DVB-T Stick
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.23 or .25?|file=drivers/media/dvb/dvb-usb/af9005.c}}
| supported={{yes}}
| pic=
| pic=
| url=[http://www.allnet.de/product_info_allnet.php?cPath=_&products_id=99975]
| url=[http://www.allnet.de/product_info_allnet.php?cPath=_&products_id=99975]
Line 168: Line 491:
{{DeviceDisplayMedium|delock93168}}
{{DeviceDisplayMedium|delock93168}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=delock93168
| did=delock93168
| vendor=Delock
| vendor=Delock
| device=USB2.0 DVB-T Receiver Nr.93168
| device=USB2.0 DVB-T Receiver Nr.93168
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.23 or .25?|file=drivers/media/dvb/dvb-usb/af9005.c}}
| supported={{yes}}
| pic=
| pic=
| url=[http://delock.de/produkte/gruppen/Multimedia/USB20_DVB-T_Empfnger_93168.html]
| url=[http://delock.de/produkte/gruppen/Multimedia/USB20_DVB-T_Empfnger_93168.html]
Line 187: Line 510:


</includeonly><noinclude>
</includeonly><noinclude>

==== Easy TV A05 ====
{{DeviceDisplayMedium|easytv-a05}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=easytv-a05
| vendor=EasyTV
| device=EasyTV USB DVB-T Dongle
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25|file=drivers/media/dvb/dvb-usb/af9005.c}}
| pic=
| url=[http://images.google.co.uk/images?q=easytv%20a05]
| hostinterface=USB1.1
| usbid=
| comment=
| tuner=
| demodulator=af9005
| usbbridge=af9005
| hw=[[Afatech AF9005]]
| fw=af9005.fw
}}

</includeonly><noinclude>

==== ridata-t100 ====
==== ridata-t100 ====
{{DeviceDisplayMedium|ridata-t100}}
{{DeviceDisplayMedium|ridata-t100}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=ridata-t100
| did=ridata-t100
| vendor=Ridata
| vendor=Ridata
| device=USB DVB-T Stick T100
| device=USB DVB-T Stick T100
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.23 or .25?|file=drivers/media/dvb/dvb-usb/af9005.c}}
| supported={{yes}}
| pic=
| pic=
| url=[http://www.ritek.com/p2-pro5-lp.asp]
| url=[http://www.ritek.com/p2-pro5-lp.asp]
Line 212: Line 559:
{{DeviceDisplayMedium|terratec-txe-rev1}}
{{DeviceDisplayMedium|terratec-txe-rev1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-txe-rev1
| did=terratec-txe-rev1
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T USB XE|Cinergy T USB XE (rev1)]]
| device=[[TerraTec Cinergy T USB XE|Cinergy T USB XE (rev1)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.23|file=drivers/media/dvb/dvb-usb/af9005.c}}
| supported={{yes}}
| pic=[[image:Dvb-t-usb-terratec-cinergy-t-usb-xe-001.jpg|120px]]
| pic=
| url=[http://www.terratec.net/en/products/Cinergy_T_USB_XE_1672.html]
| url=[http://www.terratec.net/en/products/Cinergy_T_USB_XE_1672.html]
| hostinterface=USB1.1
| hostinterface=USB1.1
Line 227: Line 574:
| hw=[[Afatech AF9005]]
| hw=[[Afatech AF9005]]
| fw=[http://ventoso.org/luca/af9005/af9005.fw af9005.fw] or [http://ventoso.org/luca/af9005/af9005.fw-6.11.23.01 af9005.fw-6.11.23.01] (rename it to af9005.fw!)
| fw=[http://ventoso.org/luca/af9005/af9005.fw af9005.fw] or [http://ventoso.org/luca/af9005/af9005.fw-6.11.23.01 af9005.fw-6.11.23.01] (rename it to af9005.fw!)
| comment=The AF9005 version has the CE Symbol on the device
| comment=
}}
}}


Line 239: Line 586:
{{DeviceDisplayMedium|afatech-9015-9016}}
{{DeviceDisplayMedium|afatech-9015-9016}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=afatech-9015-9016
| did=afatech-9015-9016
| vendor=Afatech
| vendor=Afatech
Line 261: Line 608:
{{DeviceDisplayMedium|avermedia-a309}}
{{DeviceDisplayMedium|avermedia-a309}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a309
| did=avermedia-a309
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
Line 280: Line 627:


</includeonly><noinclude>
</includeonly><noinclude>
==== alcor-dtv-duo ====
{{DeviceDisplayMedium|alcor-dtv-duo}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=alcor-dtv-duo
| vendor=Alcor
| device=DTV DUO
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.37}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=15a4:9016
| hw=[[Afatech AF9015|Afatech AF9015A + AF9013]], 2x MxL5007T (3f)
| tuner=mxl5007t
| demodulator=af9013
| usbbridge=af9015
| fw=dvd-usb-af9015.fw (5.1.0.0)
| comment=Dual tuner. Tested with kernel 2.6.37
}}


</includeonly><noinclude>

==== avermedia-a815 ====
==== avermedia-a815 ====
{{DeviceDisplayMedium|avermedia-a815}}
{{DeviceDisplayMedium|avermedia-a815}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a815
| did=avermedia-a815
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
Line 305: Line 676:
{{DeviceDisplayMedium|avermedia-a850}}
{{DeviceDisplayMedium|avermedia-a850}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a850
| did=avermedia-a850
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
Line 327: Line 698:
{{DeviceDisplayMedium|avermedia-a805}}
{{DeviceDisplayMedium|avermedia-a805}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a805
| did=avermedia-a805
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
Line 349: Line 720:
{{DeviceDisplayMedium|conceptronic-ctvdigrcu}}
{{DeviceDisplayMedium|conceptronic-ctvdigrcu}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=conceptronic-ctvdigrcu
| did=conceptronic-ctvdigrcu
| vendor=Conceptronic
| vendor=Conceptronic
Line 372: Line 743:
{{DeviceDisplayMedium|dikom-ultimate}}
{{DeviceDisplayMedium|dikom-ultimate}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dikom-ultimate
| did=dikom-ultimate
| vendor=Dikom
| vendor=Dikom
Line 392: Line 763:
</includeonly><noinclude>
</includeonly><noinclude>


==== digitalnow-tinytwin ====
==== digitalnow-tinytwin-v1 ====
{{DeviceDisplayMedium|digitalnow-tinytwin}}
{{DeviceDisplayMedium|digitalnow-tinytwin-v1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=digitalnow-tinytwin
| did=digitalnow-tinytwin-v1
| vendor=DigitalNow
| vendor=DigitalNow
| device=TinyTwin DVB-T Receiver
| device=[[DigitalNow TinyTwin DVB-T Receiver|TinyTwin DVB-T Receiver]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
Line 414: Line 785:


</includeonly><noinclude>
</includeonly><noinclude>

==== digitalnow-tinytwin-v2 ====
{{DeviceDisplayMedium|digitalnow-tinytwin-v2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=digitalnow-tinytwin-v2
| vendor=DigitalNow
| device=[[DigitalNow TinyTwin DVB-T Receiver|TinyTwin DVB-T Receiver V2]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.34}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1b80:e402
| hw=[[Afatech AF9015]]
| tuner=
| demodulator=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=Different device, new USB ID.
}}

</includeonly><noinclude>

==== digitalnow-tinytwin-v3 ====
{{DeviceDisplayMedium|digitalnow-tinytwin-v3}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=digitalnow-tinytwin-v3
| vendor=DigitalNow
| device=[[DigitalNow TinyTwin DVB-T Receiver|TinyTwin DVB-T Receiver V3]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.37}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1f4D:9016
| hw=[[Afatech AF9015]]
| tuner=
| demodulator=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=Different device, new USB ID.
}}

</includeonly><noinclude>

==== digittrade-stick ====
==== digittrade-stick ====
{{DeviceDisplayMedium|digittrade-stick}}
{{DeviceDisplayMedium|digittrade-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=digittrade-stick
| did=digittrade-stick
| vendor=DIGITTRADE
| vendor=DIGITTRADE
Line 439: Line 857:
{{DeviceDisplayMedium|fujitsu-siemens-slim}}
{{DeviceDisplayMedium|fujitsu-siemens-slim}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=fujitsu-siemens-slim
| did=fujitsu-siemens-slim
| vendor=Fujitsu-Siemens
| vendor=Fujitsu-Siemens
Line 445: Line 863:
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[Image:Fujitsu.JPG|120px]]
| pic=
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
Line 458: Line 876:


</includeonly><noinclude>
</includeonly><noinclude>

==== geniatech-t328b ====
==== geniatech-t328b ====
{{DeviceDisplayMedium|geniatech-t328b}}
{{DeviceDisplayMedium|geniatech-t328b}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=geniatech-t328b
| did=geniatech-t328b
| vendor=Geniatech
| vendor=[[Geniatech]]
| device=T328B
| device=T328B
| standard=DVB-T
| standard=DVB-T
Line 480: Line 899:


</includeonly><noinclude>
</includeonly><noinclude>

==== genius-tvgo-t03 ====
{{DeviceDisplayMedium|genius-tvgo-t03}}
==== genius-tvgo-t03-af9015 ====
{{DeviceDisplayMedium|genius-tvgo-t03-af9015}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=genius-tvgo-t03
| did=genius-tvgo-t03-af9015
| vendor=Genius
| vendor=Genius
| device=TVGo DVB-T03
| device=[[Genius TVGo DVB-T03|TVGo DVB-T03]] (af9015 version)
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.31}}
| supported={{Supported_in_Kernel|since=2.6.31}}
Line 492: Line 912:
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=0458:4012
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
| tuner=
| tuner=
Line 498: Line 918:
| usbbridge=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=also sold with fc0012 + rtl2832u chipset.
| comment=
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>
==== genius-tvgo-t03-rtl2832 ====
{{DeviceDisplayMedium|genius-tvgo-t03-rtl2832}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=genius-tvgo-t03-rtl2832
| vendor=Genius
| device=[[Genius TVGo DVB-T03|TVGo DVB-T03]] (rtl2832 version)
| standard=DVB-T
| supported={{yes}}, by manufacturer. See device page for details.
| pic=[[image:Dvb-t-usb-genius-tvgo-t03-rtl2830-001.jpg|120px]]
| url=
| hostinterface=USB2.0
| usbid=0458:707f
| hw=[[RealTek RTL2832U]]
| tuner=fc0012
| demodulator=
| usbbridge=rtl2832u
| fw=
| comment=also sold with af9015 chipset
}}

</includeonly><noinclude>

==== hama-usb2stick ====
==== hama-usb2stick ====
{{DeviceDisplayMedium|hama-usb2stick}}
{{DeviceDisplayMedium|hama-usb2stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hama-usb2stick
| did=hama-usb2stick
| vendor=[[Hama]]
| vendor=[[Hama]]
Line 511: Line 954:
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_HG|since=2008-09}}
| supported={{Supported_in_HG|since=2008-09}}
| pic=[[image:HamaDVB_T-USB2-Stick.jpg|120px]]
| pic=[http://www.hama.de/bilder/00062/abb/00062759abb.jpg]
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
Line 524: Line 967:


</includeonly><noinclude>
</includeonly><noinclude>

==== kworld-395u ====
==== kworld-395u ====
{{DeviceDisplayMedium|kworld-395u}}
{{DeviceDisplayMedium|kworld-395u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-395u
| did=kworld-395u
| vendor=[[KWorld]]
| vendor=[[KWorld]]
Line 550: Line 994:
{{DeviceDisplayMedium|kworld-399u-dual}}
{{DeviceDisplayMedium|kworld-399u-dual}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-399u-dual
| did=kworld-399u-dual
| vendor=[[KWorld]]
| vendor=[[KWorld]]
Line 567: Line 1,011:
| comment=support for 1b80:e400 added in 2.6.32
| comment=support for 1b80:e400 added in 2.6.32
}}
}}



</includeonly><noinclude>
</includeonly><noinclude>
Line 573: Line 1,018:
{{DeviceDisplayMedium|kworld-pc160-2t}}
{{DeviceDisplayMedium|kworld-pc160-2t}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-pc160-2t
| did=kworld-pc160-2t
| vendor=[[KWorld]]
| vendor=[[KWorld]]
Line 596: Line 1,041:
{{DeviceDisplayMedium|kworld-mc810}}
{{DeviceDisplayMedium|kworld-mc810}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-mc810
| did=kworld-mc810
| vendor=[[KWorld]]
| vendor=[[KWorld]]
Line 619: Line 1,064:
{{DeviceDisplayMedium|leadtek-dtv-gold}}
{{DeviceDisplayMedium|leadtek-dtv-gold}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=leadtek-dtv-gold
| did=leadtek-dtv-gold
| vendor=[[Leadtek]]
| vendor=[[Leadtek]]
Line 625: Line 1,070:
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[Image:Leadtek_gold.jpg|100px]]
| pic=
| url=[http://www.leadtek.com/eng/tv_tuner/overview.asp?lineid=6&pronameid=407]
| url=[http://www.leadtek.com/eng/multimedia/overview.asp?lineid=6&pronameid=407&check=f]
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=0413:6029
| usbid=0413:6029
Line 638: Line 1,083:


</includeonly><noinclude>
</includeonly><noinclude>

==== lifeview-lv5t ====
==== lifeview-lv5t ====
{{DeviceDisplayMedium|lifeview-lv5t}}
{{DeviceDisplayMedium|lifeview-lv5t}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=lifeview-lv5t
| did=lifeview-lv5t
| vendor=[[LifeView]]
| vendor=[[LifeView]]
Line 663: Line 1,109:
{{DeviceDisplayMedium|msi-digivox-duo}}
{{DeviceDisplayMedium|msi-digivox-duo}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-digivox-duo
| did=msi-digivox-duo
| vendor=[[MSI]]
| vendor=[[MSI]]
Line 682: Line 1,128:


</includeonly><noinclude>
</includeonly><noinclude>
==== msi-digivox-mini-ii-v3 ====
==== msi-digivox-mini-ii-v3-15a4-9016 ====
{{DeviceDisplayMedium|msi-digivox-mini-ii-v3}}
{{DeviceDisplayMedium|msi-digivox-mini-ii-v3-15a4-9016}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-digivox-mini-ii-v3
| did=msi-digivox-mini-ii-v3-15a4-9016
| vendor=[[MSI]]
| vendor=[[MSI]]
| device=[[MSI DigiVox mini II V3.0|DIGIVOX mini II V3.0]]
| device=[[MSI DigiVox mini II V3.0|DIGIVOX mini II V3.0 (AF9015/MT2060 version) aka. K-Vox]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
Line 700: Line 1,146:
| usbbridge=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=Manufacturer changed device but kept name, ARGH!! See device page for details.
| comment=
}}

</includeonly><noinclude>
==== msi-digivox-mini-ii-v3-1d19-1101 ====
{{DeviceDisplayMedium|msi-digivox-mini-ii-v3-1d19-1101}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-digivox-mini-ii-v3-1d19-1101
| vendor=[[MSI]]
| device=[[MSI DigiVox mini II V3.0|DIGIVOX mini II V3.0 (RTL2832 version) also. DigiVox mini deluxe]]
| standard=DVB-T
| supported={{yes}} somewhat. see device page
| pic=[[image:Dvb-t-usb-msi-digivox-ii-rev3-001.jpg|120px]]
| url=[http://www.msi.com/index.php?func=proddesc&prod_no=1262&maincat_no=132&cat2_no=260]
| hostinterface=USB1.1 USB2.0
| usbid=1d19:1101
| hw=[[RealTek RTL2832U]], FCI FC2580
| tuner=fc2580
| demodulator=
| usbbridge=rtl2832
| fw=n/a
| comment=Manufacturer changed device but kept name, ARGH!! See device page for details.
}}
}}


Line 708: Line 1,176:
{{DeviceDisplayMedium|msi-digivox-mini-iii}}
{{DeviceDisplayMedium|msi-digivox-mini-iii}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-digivox-mini-iii
| did=msi-digivox-mini-iii
| vendor=[[MSI]]
| vendor=[[MSI]]
Line 730: Line 1,198:
{{DeviceDisplayMedium|peak-203244}}
{{DeviceDisplayMedium|peak-203244}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=peak-203244
| did=peak-203244
| vendor=Peak
| vendor=Peak
Line 753: Line 1,221:
{{DeviceDisplayMedium|pinnacle-71e}}
{{DeviceDisplayMedium|pinnacle-71e}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-71e
| did=pinnacle-71e
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
Line 769: Line 1,237:
| fw=dvb-usb-af9015.fw
| fw=dvb-usb-af9015.fw
| comment=Sometimes called "Pinnacle Dazzle 71e"
| comment=Sometimes called "Pinnacle Dazzle 71e"
}}
</includeonly><noinclude>
==== sveon-stv22-dual-usb2 ====
{{DeviceDisplayMedium|sveon-stv22-dual-usb2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=sveon-stv22-dual-usb2
| vendor=[[Sveon]]
| device=[[Sveon STV22]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=3.1}}
| pic=[[Image:sveonstv22.png|120px]]
| url=[http://www.sveon.com/fichaSTV22.html]
| hostinterface=USB2.0
| usbid=1b80:0x401
| hw=Afatech AF9013/[[Afatech AF9015]]/2x [[MXL5003S]]
| tuner=mxl5003s
| demodulator=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=KWorld USB Dual DVB-T TV Stick (DVB-T 399U) clone
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== szforward-eztv859 ====
==== szforward-eztv859 ====
{{DeviceDisplayMedium|szforward-eztv859}}
{{DeviceDisplayMedium|szforward-eztv859}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=szforward-eztv859
| did=szforward-eztv859
| vendor=Shenzhen Forward Video
| vendor=Shenzhen Forward Video
Line 790: Line 1,280:
| usbbridge=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=sold under lots of different names like "WandTV", "EzTV A15", "EzTV DUTV007A"
| comment=sold under lots of different names like "WandTV", "EzTV A15", "EzTV DUTV007A" - '''Note, some may now be AF9035, which are UNSUPPORTED'''
}}
}}


Line 798: Line 1,288:
{{DeviceDisplayMedium|telstar-starstick2}}
{{DeviceDisplayMedium|telstar-starstick2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=telstar-starstick2
| did=telstar-starstick2
| vendor=Telstar
| vendor=Telstar
Line 817: Line 1,307:


</includeonly><noinclude>
</includeonly><noinclude>
==== terratec-xe-rev2 ====
==== terratec-trc-mk2 ====
{{DeviceDisplayMedium|terratec-xe-rev2}}
{{DeviceDisplayMedium|terratec-trc-mk2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-xe-rev2
| did=terratec-trc-mk2
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T USB RC|Cinergy T USB RC (mk II)]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.37}}
| pic=[[image:Dvb-t-usb-terratec-cinergy-T-RC-mk2-001.jpg|120px]]
| url=[http://www.terratec.net/en/products/Cinergy_T_Stick_RC_97818.html]
| hostinterface=USB2.0
| usbid=0ccd:0097
| hw=[[Afatech AF9015|Afatech AF9015A]] + TDA18218HN + EM24C02A
| tuner=TDA18218HN
| demodulator=af9015A
| usbbridge=af9015A
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=
}}

</includeonly><noinclude>

==== terratec-txe-rev2 ====
{{DeviceDisplayMedium|terratec-txe-rev2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-txe-rev2
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T USB XE|Cinergy T USB XE (rev2)]]
| device=[[TerraTec Cinergy T USB XE|Cinergy T USB XE (rev2)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[image:Dvb-t-usb-terratec-cinergy-t-usb-xe-001.jpg|120px]]
| pic=
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
Line 835: Line 1,348:
| usbbridge=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=The AF9015 version has the CE Symbol on the sticker
| comment=
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>
==== terratec-dual-rc ====
{{DeviceDisplayMedium|terratec-dual-rc}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-dual-rc
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T USB Dual RC|Cinergy T USB Dual RC]]
| standard=DVB-T
| supported= {{Supported in Kernel|since=2.6.37|file=drivers/media/dvb/dvb-usb/af9015.c}}
| pic=
| url=[http://www.terratec.net/de/produkte/Cinergy_T_Stick_Dual_RC_102260.html]
| hostinterface=USB2.0
| usbid=0ccd:0099
| hw=[[Afatech AF9015|Afatech AF9013A]], MaxLinear MxL5007T
| tuner=MaxLinear MxL5007T
| demodulator=af9013
| usbbridge=af9013
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=Dual Receivers (one for viewing and one for recording [http://linux.terratec.de/tv_en.html TerraTec Linux Driver Information]
}}

</includeonly><noinclude>

==== tevion-dk-5203 ====
==== tevion-dk-5203 ====
{{DeviceDisplayMedium|tevion-dk-5203}}
{{DeviceDisplayMedium|tevion-dk-5203}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=tevion-dk-5203
| did=tevion-dk-5203
| vendor=Tevion
| vendor=Tevion
Line 864: Line 1,400:
{{DeviceDisplayMedium|trekstor-dvb-t-usb}}
{{DeviceDisplayMedium|trekstor-dvb-t-usb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=trekstor-dvb-t-usb
| did=trekstor-dvb-t-usb
| vendor=TrekStor
| vendor=TrekStor
Line 883: Line 1,419:


</includeonly><noinclude>
</includeonly><noinclude>
==== tvisto-dvbusb-white ====
==== tvisto-t523 ====
{{DeviceDisplayMedium|tvisto-dvbusb-white}}
{{DeviceDisplayMedium|tvisto-dvbusb-white}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=tvisto-dvbusb-white
| did=tvisto-t523
| vendor=TVISTO
| vendor=TVISTO
| device=[[TVISTO_DVB-T_USB|TVT-DVBTUSB]]
| device=[[TVISTO_DVB-T_USB|TVT-DVBTUSB]]
Line 896: Line 1,432:
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=15a4:9016
| usbid=15a4:9016
| hw=[[Afatech AF9015|Afatech AF9015]], [[Microtune_MT2060|Microtune MT2060]]
| hw=[[Afatech AF9015]], [[Quantek QT1010]]
| tuner=mt2060
| tuner=qt1010
| demodulator=af9015
| demodulator=af9015
| usbbridge=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=Is a GeniaTech T328B rebranded.
| comment=In the reverse shows "DVB-T TV STICK T523".
}}

</includeonly><noinclude>

==== tvisto-dvbusb-ec168 ====
{{DeviceDisplayMedium|tvisto-dvbusb-ec168}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=tvisto-dvbusb-ec168
| vendor=TVISTO
| device=[[TVISTO_DVB-T_USB|TVT-DVBTUSB]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.33|file=drivers/media/dvb/dvb-usb/ec168.c}}
| pic=[[Image:Tvisto_USB_DVB-T_15a4-9016.png|120px]]
| url=
| hostinterface=USB2.0
| usbid=18b4:fffa
| hw=[[MXL5003S]], [[E3C EC168]]
| tuner=mxl5003s
| demodulator=ec168
| usbbridge=ec168
| fw=
| comment=It has [[MXL5003S]] and a [[E3C EC168]] X***98501T" (I couldn't read all numbers, they were deleted). In reverse (inside in the circuit) It has "4407 ver 2.0"
}}
}}


Line 908: Line 1,467:
{{DeviceDisplayMedium|tvisto-dvbusb-black}}
{{DeviceDisplayMedium|tvisto-dvbusb-black}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=tvisto-dvbusb-black
| did=tvisto-dvbusb-black
| vendor=TVISTO
| vendor=TVISTO
Line 927: Line 1,486:


</includeonly><noinclude>
</includeonly><noinclude>

==== tvisto-unknown ====
{{DeviceDisplayMedium|tvisto-unknown}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=tvisto-unknown
| vendor=TVISTO
| device=[[TVISTO_DVB-T_USB|TVT-DVBTUSB]]
| standard=DVB-T
| supported=?
| pic=[[Image:Tvisto-unknown.png|120px]]
| url=
| hostinterface=USB2.0
| usbid=
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=
| comment=
}}

</includeonly><noinclude>

==== twinhan-ad-tu700 ====
==== twinhan-ad-tu700 ====
{{DeviceDisplayMedium|twinhan-ad-tu700}}
{{DeviceDisplayMedium|twinhan-ad-tu700}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=twinhan-ad-tu700
| did=twinhan-ad-tu700
| vendor=TwinHan
| vendor=TwinHan
Line 952: Line 1,535:
{{DeviceDisplayMedium|xtensions-xd-380}}
{{DeviceDisplayMedium|xtensions-xd-380}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=xtensions-xd-380
| did=xtensions-xd-380
| vendor=Xtensions
| vendor=Xtensions
Line 971: Line 1,554:


</includeonly><noinclude>
</includeonly><noinclude>
==== terratec-cinergy-t-stick-rc-hd ====
{{DeviceDisplayMedium|terratec-cinergy-t-stick-rc-hd}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t-stick-rc-hd
| vendor=[[TerraTec]]
| device=Cinergy T Stick RC HD
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.37-rc6}}
| pic=[[image:TerraTec-Cinergy-T-Stick-RC-HD.png|120px]]
| url=[http://www.terratec.net/fr/produkte/Cinergy_T_Stick_RC_HD_97881.html]
| hostinterface=USB2.0
| usbid=0CCD:0097
| hw=[[Afatech AF9015]], Tuner TDA18218
| tuner=TDA18218
| demodulator=af9015
| usbbridge=af901x
| fw=dvb-usb-af9015.fw
| comment=Also known as "Cinergy T RC MKII". On this version the outer package says "Cinergy T RC" and a label on the stick itself says "MKII". Support for new tuner TDA18218 [http://www.spinics.net/lists/linux-media/msg22084.html] is working with 2.6.37-rc6.
}}


</includeonly><noinclude>
=== Anysee E30 Devices ===
==== terratec-cinergy-t-stick-rc-hd-rev3 ====
{{DeviceDisplayMedium|terratec-cinergy-t-stick-rc-hd-rev3}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t-stick-rc-hd-rev3
| vendor=[[TerraTec]]
| device=Cinergy T Stick RC HD (rev3)
| standard=DVB-T
| supported={{Supported in External|since=2012-05-07|url=http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_T_USB_RC_HD}}
| pic=[[image:Terratec_Cinergy_T_USB_RC_HD_front.jpg|120px]]
| url=[]
| hostinterface=USB2.0
| usbid=0CCD:00D3
| hw=[[RealTek RTL2832U]], Tuner E4000
| tuner=E4000
| fw=none
| comment=working with linux-libre 3.2.1 and Ambrosa's RTL2832U driver patched with the USB id. RC not tested.
}}


</includeonly><noinclude>
[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=drivers/media/dvb/dvb-usb/anysee.c;hb=HEAD anysee.c in current kernel]


=== AF9035 Devices ===
</noinclude><includeonly>


</includeonly><noinclude>
from anysee.c (2.6.32-rc2):
==== asus-my-cinema-u3100-mini-plus ====
{{DeviceDisplayMedium|asus-my-cinema-u3100-mini-plus}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=asus-my-cinema-u3100-mini-plus
| vendor=[[ASUS]]
| device=[[Asus U3100 Mini plus DVB-T|My Cinema U3100 Mini Plus DVBT Tuner]]
| standard=DVB-T
| supported={{yes}},{{Supported in Kernel|since=3.7}}
| pic=[[image:Asus_U3100_Mini_plus_DVB-T_01.JPG|120px]]
| url=[http://www.asus.com/Multimedia/TV_Tuner/My_CinemaU3100MINI_PLUSTRC/]
| hostinterface=USB2.0
| usbid=0b05:1779
| hw=[[Afatech AF9035]]
| tuner=FCI2580
| demodulator=af9033
| usbbridge=af9035
| fw=[http://palosaari.fi/linux/v4l-dvb/firmware/af9035/]
| comment=There's an older device by almost the same name (without the "plus"), which is dib7xxx based and works out of the box.
}}


</includeonly><noinclude>
274 /* Try to attach demodulator in following order:
275 model demod hw firmware
276 1. E30 MT352 02 0.2.1
277 2. E30 ZL10353 02 0.2.1
278 3. E30 Combo ZL10353 0f 0.1.2 DVB-T/C combo
279 4. E30 Plus ZL10353 06 0.1.0
280 5. E30C Plus TDA10023 0a 0.1.0 rev 0.2
281 E30C Plus TDA10023 0f 0.1.2 rev 0.4
282 E30 Combo TDA10023 0f 0.1.2 DVB-T/C combo
283 */


==== asus-my-cinema-u3100-mini-plus-v2 ====
{{DeviceDisplayMedium|asus-my-cinema-u3100-mini-plus-v2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=asus-my-cinema-u3100-mini-plus-v2
| vendor=[[ASUS]]
| device=[[Asus U3100 Mini Plus V2|My Cinema U3100 Mini Plus V2]]
| standard=DVB-T
| supported={{yes}}
| pic=[[image:Dvb-t_asus_u3100mini_plus_v2.JPG|120px]]
| url=[http://www.asus.com/Multimedia/ASUS_U3100MINI_PLUS_V2_Digital_TV_Stick/]
| hostinterface=USB2.0
| usbid=1b80:d393
| hw=[[RealTek RTL2832U|Afatech DVB-T receiver [RTL2832U]]]
| tuner=
| demodulator=
| usbbridge=
| fw=
| comment=
}}


</includeonly><noinclude>


==== terratec-cinergy-t-stick-af9035 ====
{{DeviceDisplayMedium|terratec-cinergy-t-stick-af9035}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t-stick-af9035
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T Stick|Cinergy T Stick]]
| standard=DVB-T
| supported={{yes}}, but see device page for details.
| pic=
| url=
| hostinterface=USB2.0
| usbid=0ccd:00aa
| hw=[[Afatech AF9035]], TUA9001
| tuner=tua9001
| demodulator=af9035
| usbbridge=af903x
| fw=
| comment=
}}

</includeonly><noinclude>

==== ezcap-afatech-9035 ====
{{DeviceDisplayMedium|ezcap-afatech-9035}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=ezcap-afatech-9035
| vendor=EzCap
| device=[[EzCap_DVB_T_Stick|DVB-T USB2.0 stick]]
| standard=DVB-T
| supported={{yes}}, but see device page for details.
| pic=[[Image:EzTV_USB_DVB-T_internals_3243.jpg|120px]]
| url=
| hostinterface=USB2.0
| usbid=15a4:1001
| hw=[[Afatech AF9035]]
| tuner=fc0011
| demodulator=af9035
| usbbridge=af903x
| fw=
| comment=Sold as '''Infinity PC-TV Nano DVB-T USB stick''' (at least in Croatia) and as '''Blaze HDTV Tuner''' in Australia. An '''EzCAP USB 2.0 DVB-T Stick''' exist with rtl2832u chipset.
}}

</includeonly><noinclude>

==== msi-digivox-mini-hybrid ====
{{DeviceDisplayMedium|msi-digivox-mini-hybrid}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-digivox-mini-hybrid
| vendor=[[MSI]]
| device=DIGIVOX mini Hybrid
| standard=DVB-T, ANALOG
| supported={{no}}
| pic=[http://de.msi.com/pic/product/five_pictures1_100045_20110512165012.jpg]
| url=[http://de.msi.com/product/mm/DigiVox-mini-Hybrid.html]
| hostinterface=USB2.0
| usbid=1d6b:0001 or 15a4:1003
| hw=[[Afatech AF9035]], Trident AVF4910B
| tuner=xc3028L
| demodulator=af9035
| usbbridge=af903x
| fw=
| comment=Product number S36-0400132-K36. Sometimes called "DIGIVOX mini II Hybrid". This device is also called ":Zolid Hybrid TV Stick, sold by the Aldi in the Netherlands. [[Image:Digivox-mini-hybrid-top.jpg|120px]] [[Image:Digivox-mini-hybrid-bottom.jpg|120px]]
}}

</includeonly><noinclude>

==== avermedia-a867 ====
{{DeviceDisplayMedium|avermedia-a867}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a867
| vendor=[[AVerMedia]]
| device=AVerTV Volar HD Nano (A867)
| standard=DVB-T
| supported={{yes}}, using (unstable) driver from avermedia
| pic=[[http://www.avermedia.com/avertv/Upload/ProductImages/A867R+RMWEB.jpg]] [[Image:avermedia-a867r+rc.jpg|120px]]
| url=[http://www.avermedia.com/avertv/product/ProductDetail.aspx?Id=516]
| hostinterface=USB2.0
| usbid=07ca:0337 07ca:1867
| hw=[[Afatech AF9035]]
| tuner=mxl5007t
| demodulator=af9035
| usbbridge=af903x
| fw=
| comment=The hardware internals list may not be correct - the original driver (from avermedia) contains references to AF9007 and mxl5007(t). USB device 0x1867 is confirmed to have tuner mxl5007t. The original driver seems to not cope well with the usb device removal, though the playback worked. [[Image:avermedia-a867r-internals-front.jpg|120px]] [[Image:avermedia-a867r-internals-rear.jpg|120px]]
}}

</includeonly><noinclude>

==== terratec-t6 ====
{{DeviceDisplayMedium|terratec-t6}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-t6
| vendor=[[TerraTec]]
| device=[[TerraTec_T6_Dual_DVB-T_Stick|T6 Dual DVB-T Stick]]
| standard=DVB-T
| supported={{yes}}, but see device section for details
| pic=[[Image:terratec-t6+rc.jpg|120px]]
| url=[http://www.terratec.net/en/products/TERRATEC_T6_147823.html?premium=1]
| hostinterface=USB2.0
| usbid=0ccd:10b3
| hw=[[Afatech AF9035]]
| tuner=fc0012 (2 off)
| demodulator=af9035+af9033
| usbbridge=af9035
| fw=
| comment=rc seems not to work atm.
}}

</includeonly><noinclude>

=== Anysee E30 Devices ===
</noinclude><includeonly>
</noinclude><includeonly>


Line 998: Line 1,769:
{{DeviceDisplayMedium|anysee-e30-dvb-t}}
{{DeviceDisplayMedium|anysee-e30-dvb-t}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=anysee-e30-dvb-t
| did=anysee-e30-dvb-t
| vendor=[[Anysee]]
| vendor=[[Anysee]]
Line 1,020: Line 1,791:
{{DeviceDisplayMedium|anysee-e30-plus-dvb-t}}
{{DeviceDisplayMedium|anysee-e30-plus-dvb-t}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=anysee-e30-plus-dvb-t
| did=anysee-e30-plus-dvb-t
| vendor=[[Anysee]]
| vendor=[[Anysee]]
Line 1,042: Line 1,813:
{{DeviceDisplayMedium|anysee-e30-combo-plus-dvb-tc}}
{{DeviceDisplayMedium|anysee-e30-combo-plus-dvb-tc}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=anysee-e30-combo-plus-dvb-tc
| did=anysee-e30-combo-plus-dvb-tc
| vendor=[[Anysee]]
| vendor=[[Anysee]]
Line 1,070: Line 1,841:
{{DeviceDisplayMedium|sigmatek-dvb-110}}
{{DeviceDisplayMedium|sigmatek-dvb-110}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=sigmatek-dvb-110
| did=sigmatek-dvb-110
| vendor=Sigmatek
| vendor=Sigmatek
Line 1,089: Line 1,860:


</includeonly><noinclude>
</includeonly><noinclude>
=== IT9135 Devices ===
{{DeviceDisplayMedium|IT9135}}
</noinclude><includeonly>

</includeonly><noinclude>
==== kworld-ub499-2t-9135 ====
{{DeviceDisplayMedium|kworld-ub499-2t-9135}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-ub499-2t-9135
| vendor=[[KWorld]]
| device=[[Kworld UB499-2T|UB499-2T]]
| standard=DVB-T
| supported=See Device page. IT9135 {{Yes}} from Kernel 3.2
| pic=
| url=
| hostinterface=USB2.0
| usbid=048d:9135
| hw=[[ITE IT9135]]
| tuner=
| demodulator=
| usbbridge=IT9135
| fw=dvb-usb-it9135-01.fw
| comment=
}}

</includeonly><noinclude>
==== kworld-ub499-2t-9137 ====
{{DeviceDisplayMedium|kworld-ub499-2t-9137}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-ub499-2t-9137
| vendor=[[KWorld]]
| device=[[Kworld UB499-2T|UB499-2T T09]]
| standard=DVB-T
| supported={{Supported in Kernel|since=3.2}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1b80:e409
| hw=[[ITE IT9135|IT9137]]
| tuner=
| demodulator=
| usbbridge=IT9137
| fw=dvb-usb-it9137-01.fw
| comment=
}}

</includeonly><noinclude>
==== szforward-eztv868 ====
{{DeviceDisplayMedium|szforward-eztv868}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=szforward-eztv868
| vendor=Shenzhen Forward Video
| device=EzTV868
| standard=DVB-T
| supported=See [[Kworld UB499-2T|UB499-2T]]
| pic=
| url=[http://www.szforwardvideo.com/product/Pro_9_7.html] [http://forwardvideo.manufacturer.globalsources.com/si/6008824871654/pdtl/USB-DVB/1024000074/USB-DVB-T-Device.htm]
| hostinterface=USB2.0
| usbid=048d:9006
| hw=ITE IT9135
| tuner=IT9135
| demodulator=IT9135
| usbbridge=
| fw=
| comment=Has the labels "MinTV DVB-T, digital terrestrial TV Stick" and "MinTV-DVB-T Stick" and no other markings on the case.
}}

</includeonly><noinclude>
==== zolid-mini-dvb-t-stick-v1 ====
{{DeviceDisplayMedium|zolid-mini-dvb-t-stick-v1}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=zolid-mini-dvb-t-stick-v1
| vendor=ITE Inc.
| device=Zolid Mini DVB-T Stick<br>Version 1
| standard=DVB-T
| supported={{Supported in Kernel|since=3.2}}<br>Chip Version 1
| pic=[[image:Mini.jpg|120px]]
| url=
| hostinterface=USB2.0
| usbid=048d:9135
| hw=[[ITE IT9135|IT9135]]
| tuner=IT9135_38
| demodulator=IT9135
| usbbridge=IT9135
| fw=from 3.3<br>dvb-usb-it9135-01.fw<br>Kernel 3.2 uses<br>dvb-usb-it9137-01.fw
| comment= Markings Mini DVB T
}}

</includeonly><noinclude>
==== zolid-mini-dvb-t-stick-v2 ====
{{DeviceDisplayMedium|zolid-mini-dvb-t-stick-v2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=zolid-mini-dvb-t-stick-v2
| vendor=ITE Inc.
| device=[[Zolid Mini DVB-T Stick]]<br>Version 2
| standard=DVB-T
| supported={{Supported in Kernel|since=3.4}}<br>Chip Version 2
| pic=[[image:Zolid-DVB-T-USB-Tuner-Top-C-512.png|120px]]
| url=
| hostinterface=USB2.0
| usbid=048d:9135
| hw=[[ITE IT9135|IT9135]]
| tuner=IT9135_60
| demodulator=IT9135
| usbbridge=IT9135
| fw=dvb-usb-it9135-02.fw
| comment= Markings HDTV USB DVB -T
}}

</includeonly><noinclude>

==== ite-9005-dvb-t-stick ====
{{DeviceDisplayMedium|ite-9005-dvb-t-stick}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=ite-9005-dvb-t-stick
| vendor=ITE Inc.
| device=Generic 9005 Device
| standard=DVB-T
| supported={{Supported in Kernel|since=3.3}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=048d:9005
| hw=[[ITE IT9135|IT9135]]
| tuner=IT9135_38
| demodulator=IT9135
| usbbridge=IT9135
| fw=dvb-usb-it9135-01.fw
| comment=
}}

</includeonly><noinclude>
==== ite-9006-dvb-t-stick ====
{{DeviceDisplayMedium|ite-9006-dvb-t-stick}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=ite-9006-dvb-t-stick
| vendor=ITE Inc.
| device=Generic 9006 Device
| standard=DVB-T
| supported={{Supported in Kernel|since=3.3}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=048d:9006
| hw=[[ITE IT9135|IT9135]]
| tuner=IT9135_60
| demodulator=IT9135
| usbbridge=IT9135
| fw=dvb-usb-it9135-02.fw
| comment= Marking Various - RTK
}}

</includeonly><noinclude>
==== sveon-stv22-dual-dvb-t-hdtv ====
{{DeviceDisplayMedium|sveon-stv22-dual-dvb-t-hdtv}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=sveon-stv22-dual-dvb-t-hdtv
| vendor=Sveon
| device=STV22 Dual DVB-T HDTV
| standard=DVB-T
| supported={{Supported in Kernel|since=3.2}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1b80:e411
| hw=[[ITE IT9135|IT9137]]
| tuner=IT9135_38
| demodulator=IT9135
| usbbridge=IT9137
| fw=dvb-usb-it9137-01.fw
| comment=
}}

</includeonly><noinclude>

=== Intel CE6230 based receivers ===
=== Intel CE6230 based receivers ===
</noinclude><includeonly>
</noinclude><includeonly>
Line 1,096: Line 2,050:
{{DeviceDisplayMedium|intel-ce9500-reference}}
{{DeviceDisplayMedium|intel-ce9500-reference}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=intel-ce9500-reference
| did=intel-ce9500-reference
| vendor=[[Intel]]
| vendor=[[Intel]]
| device=CE9500 reference design
| device=[[Noname CE6230 OEM|CE9500 reference design / CE6230 noname devices]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.30}}
| supported={{Supported in Kernel|since=2.6.30|file=drivers/media/dvb/dvb-usb/ce6230.c}}
| pic=[[image:Intel CE6230 1.jpg|120px]]
| pic=
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=8086:9500
| usbid=8086:9500
| hw=mxl5003s, zl10353
| hw=mxl5003s, ce6230 (zl10353)
| tuner=mxl5003s
| tuner=mxl5003s
| demodulator=zl10353
| demodulator=zl10353
Line 1,115: Line 2,069:


</includeonly><noinclude>
</includeonly><noinclude>

==== avermedia-a310 ====
==== avermedia-a310 ====
{{DeviceDisplayMedium|avermedia-a310}}
{{DeviceDisplayMedium|avermedia-a310}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a310
| did=avermedia-a310
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
Line 1,145: Line 2,100:
{{DeviceDisplayMedium|terratec-cinergy-t2}}
{{DeviceDisplayMedium|terratec-cinergy-t2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t2
| did=terratec-cinergy-t2
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
Line 1,171: Line 2,126:
{{DeviceDisplayMedium|medion-md95700}}
{{DeviceDisplayMedium|medion-md95700}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=medion-md95700
| did=medion-md95700
| vendor=Medion
| vendor=Medion
Line 1,185: Line 2,140:
| demodulator=
| demodulator=
| usbbridge=
| usbbridge=
| fw=none
| fw=dvb-usb-bluebird-01.fw
| comment=
| comment=
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== dvico-fusion-hdtv-5-gold ====
==== dvico-fusion-hdtv-5-gold ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-5-gold}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-5-gold}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-5-gold
| did=dvico-fusion-hdtv-5-gold
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV5 USB Gold
| device=[[DViCO FusionHDTV 5 USB Gold|FusionHDTV 5 USB Gold]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| supported={{Supported in Kernel|since=2.6.16}}
Line 1,216: Line 2,172:
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-1}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-dual-1
| did=dvico-fusion-hdtv-dual-1
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T Dual USB
| device=[[DViCO FusionHDTV DVB-T Dual USB|FusionHDTV DVB-T Dual USB]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| supported={{Supported in Kernel|since=2.6.16}}
Line 1,238: Line 2,194:
{{DeviceDisplayMedium|dvico-fusion-hdtv-lgz201}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-lgz201}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-lgz201
| did=dvico-fusion-hdtv-lgz201
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T USB (LGZ201)
| device=[[DViCO FusionHDTV DVB-T USB (LGZ201)|FusionHDTV DVB-T USB (LGZ201)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| supported={{Supported in Kernel|since=2.6.16}}
Line 1,260: Line 2,216:
{{DeviceDisplayMedium|dvico-fusion-hdtv-th7579}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-th7579}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-th7579
| did=dvico-fusion-hdtv-th7579
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T USB (TH7579)
| device=[[DViCO FusionHDTV DVB-T USB (TH7579)|FusionHDTV DVB-T USB (TH7579)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| supported={{Supported in Kernel|since=2.6.16}}
Line 1,282: Line 2,238:
{{DeviceDisplayMedium|digitalnow-dee1601-dual}}
{{DeviceDisplayMedium|digitalnow-dee1601-dual}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=digitalnow-dee1601-dual
| did=digitalnow-dee1601-dual
| vendor=DigitalNow
| vendor=[[DigitalNow]]
| device=DVB-T Dual USB
| device=DVB-T Dual USB
| standard=DVB-T
| standard=DVB-T
Line 1,304: Line 2,260:
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-2}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-dual-2
| did=dvico-fusion-hdtv-dual-2
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T Dual Digital 2
| device=[[DViCO FusionHDTV DVB-T Dual Digital 2|FusionHDTV DVB-T Dual Digital 2]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| supported={{Supported in Kernel|since=2.6.19}}
Line 1,323: Line 2,279:


</includeonly><noinclude>
</includeonly><noinclude>

==== dvico-fusion-hdtv-dual-4-rev1 ====
==== dvico-fusion-hdtv-dual-4-rev1 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-4-rev1}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-4-rev1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-dual-4-rev1
| did=dvico-fusion-hdtv-dual-4-rev1
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T Dual Digital 4
| device=[[FusionHDTV DVB-T Dual Digital 4|FusionHDTV DVB-T Dual Digital 4]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| supported={{Supported in Kernel|since=2.6.25}}
Line 1,348: Line 2,305:
{{DeviceDisplayMedium|dvico-fusion-hdtv-nano-1}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-nano-1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-nano-1
| did=dvico-fusion-hdtv-nano-1
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T NANO
| device=[[DViCO FusionHDTV DVB-T NANO|FusionHDTV DVB-T NANO]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| supported={{Supported in Kernel|since=2.6.25}}
Line 1,370: Line 2,327:
{{DeviceDisplayMedium|dvico-fusion-hdtv-nano-2}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-nano-2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-nano-2
| did=dvico-fusion-hdtv-nano-2
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T NANO2 w/o firmware
| device=[[DViCO FusionHDTV DVB-T NANO2 w/o firmware|FusionHDTV DVB-T NANO2 w/o firmware]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| supported={{Supported in Kernel|since=2.6.25}}
Line 1,392: Line 2,349:
{{DeviceDisplayMedium|avermedia-a868}}
{{DeviceDisplayMedium|avermedia-a868}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a868
| did=avermedia-a868
| vendor=AVerMedia
| vendor=[[AVerMedia]]
| device=AVerTVHD Volar (A868R)
| device=AVerTVHD Volar (A868R)
| standard=DVB-T
| standard=DVB-T
Line 1,414: Line 2,371:
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-4-rev2}}
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-4-rev2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dvico-fusion-hdtv-dual-4-rev2
| did=dvico-fusion-hdtv-dual-4-rev2
| vendor=DViCO
| vendor=[[DViCO]]
| device=FusionHDTV DVB-T Dual Digital 4 (rev 2)
| device=[[DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2)|FusionHDTV DVB-T Dual Digital 4 (rev 2)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| supported={{Supported in Kernel|since=2.6.28}}
Line 1,438: Line 2,395:


</includeonly><noinclude>
</includeonly><noinclude>


==== dibcom-stk7700p-ref ====
==== dibcom-stk7700p-ref ====
{{DeviceDisplayMedium|dibcom-stk7700p-ref}}
{{DeviceDisplayMedium|dibcom-stk7700p-ref}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-stk7700p-ref
| did=dibcom-stk7700p-ref
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 1,464: Line 2,423:
{{DeviceDisplayMedium|dibcom-stk7700pc-ref}}
{{DeviceDisplayMedium|dibcom-stk7700pc-ref}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-stk7700pc-ref
| did=dibcom-stk7700pc-ref
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 1,484: Line 2,443:


</includeonly><noinclude>
</includeonly><noinclude>
==== kaiserbaas-Netbook-TvStick-STK7770P ====
{{DeviceDisplayMedium|kaiserbaas-Netbook-TvStick-STK7770P}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kaiserbaas-Netbook-TvStick-STK7770P
| vendor=Kaiser Baas
| device=TVStick KBA01007-KB
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| pic=[[Image:KB_TVStick.jpeg|120px]]
| hostinterface=USB2.0
| usbid=10b8:1e80
| hw=DiB7770P
| tuner=
| url=[http://www.kaiserbaas.com/kaiser-baas-product-page/tv-tuners/usb-hd-tvstick-tuner-netbook]
| demodulator=dib7000m
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment= This is a clone of the 'DiBcom STK7770P reference design' This netbook version comes with 2gb of storage on the USB and a 28 key slim ir remote control [[http://www.linuxtv.org/wiki/index.php/File:Kaiserbaas-ir-remote.jpeg (image)]]. This remote control is NOT supported by the current DIB0070 driver (at 2.6.35.22) [[http://www.linuxtv.org/pipermail/linux-dvb/2010-November/032782.html]].
}}



</includeonly><noinclude>
==== hauppauge-nova-t-stick ====
==== hauppauge-nova-t-stick ====
{{DeviceDisplayMedium|hauppauge-nova-t-stick}}
{{DeviceDisplayMedium|hauppauge-nova-t-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-nova-t-stick
| did=hauppauge-nova-t-stick
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 1,498: Line 2,479:
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=2040:7050 2040:7060
| usbid=2040:7050 2040:7060
| hw=DiB7700M or DiB7700P, MT2060
| hw=
| tuner=
| tuner=mt2060
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=2040:7060 added in 2.6.20.
| comment=2040:7060 added in 2.6.20. There are several [[Hauppauge WinTV-NOVA-T-Stick|variants]] by the same name.
}}
}}


Line 1,511: Line 2,492:
{{DeviceDisplayMedium|avermedia-avertv-volar}}
{{DeviceDisplayMedium|avermedia-avertv-volar}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-avertv-volar
| did=avermedia-avertv-volar
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
Line 1,533: Line 2,514:
{{DeviceDisplayMedium|hauppauge-nova-t500-dual}}
{{DeviceDisplayMedium|hauppauge-nova-t500-dual}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-nova-t500-dual
| did=hauppauge-nova-t500-dual
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 1,557: Line 2,538:
{{DeviceDisplayMedium|compro-videomate-u500}}
{{DeviceDisplayMedium|compro-videomate-u500}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=compro-videomate-u500
| did=compro-videomate-u500
| vendor=Compro
| vendor=Compro
Line 1,581: Line 2,562:
{{DeviceDisplayMedium|uniwill-stk7700p}}
{{DeviceDisplayMedium|uniwill-stk7700p}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=uniwill-stk7700p
| did=uniwill-stk7700p
| vendor=Uniwill
| vendor=Uniwill
Line 1,603: Line 2,584:
{{DeviceDisplayMedium|leadtek-stk7700p}}
{{DeviceDisplayMedium|leadtek-stk7700p}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=leadtek-stk7700p
| did=leadtek-stk7700p
| vendor=[[Leadtek]]
| vendor=[[Leadtek]]
Line 1,626: Line 2,607:
{{DeviceDisplayMedium|pinnacle-pctv-2000e}}
{{DeviceDisplayMedium|pinnacle-pctv-2000e}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-2000e
| did=pinnacle-pctv-2000e
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
| device=PCTV 2000e
| device=[[Pinnacle PCTV Dual DVB-T Diversity (2000e)|PCTV 2000e]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| supported={{Supported in Kernel|since=2.6.24}}
Line 1,636: Line 2,617:
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=2304:022c
| usbid=2304:022c
| hw=DiB7700P, Dib 7000P, 2 * MT2266
| hw=
| tuner=mt2266
| tuner=mt2266
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=dual tuner device
| comment=Dual tuner device. The diversity feature is not supported yet.
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>
==== pinnacle-pctv-dual-diversity-stick ====
{{DeviceDisplayMedium|pinnacle-pctv-dual-diversity-stick}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-dual-diversity-stick
| vendor=[[Pinnacle]]
| device=[[Pinnacle PCTV Dual DVB-T Diversity Stick (2001e)|PCTV 2001e Dual DVB-T Diversity Stick]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:0229
| hw=DiB0700, 2 * DiB7070P
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=Dual tuner device. The diversity feature is not supported yet.
}}

</includeonly><noinclude>
==== pctv-2002e ====
{{DeviceDisplayMedium|pctv-2002e}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pctv-2002e
| vendor=
| device=[[PCTV 2002e]]
| standard=DVB-T
| supported=?
| pic=
| url=
| hostinterface=USB2.0
| usbid=????:0x025c
| hw=
| tuner=
| demodulator=
| usbbridge=dib0700
| fw=
| comment=Should be supported soon (writing as of june 30 2013): http://www.mail-archive.com/linux-media@vger.kernel.org/msg63924.html
}}

</includeonly><noinclude>
==== pctv-2002e SE ====
{{DeviceDisplayMedium|pctv-2002eSE}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pctv-2002eSE
| vendor=
| device=[[PCTV 2002eSE]]
| standard=DVB-T
| supported=?
| pic=
| url=
| hostinterface=USB2.0
| usbid=????:0x025d
| hw=
| tuner=
| demodulator=
| usbbridge=dib0700
| fw=
| comment=Should be supported soon (writing as of june 30 2013): http://www.mail-archive.com/linux-media@vger.kernel.org/msg63924.html
}}

</includeonly><noinclude>

==== terratec-dt-xs-diversity ====
==== terratec-dt-xs-diversity ====
{{DeviceDisplayMedium|terratec-dt-xs-diversity}}
{{DeviceDisplayMedium|terratec-dt-xs-diversity}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-dt-xs-diversity
| did=terratec-dt-xs-diversity
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
| device=Cinergy DT XS Diversity
| device=[[TerraTec Cinergy DT USB XS Diversity|Cinergy DT XS Diversity]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| pic=
| url=[http://www.terratec.net/en/products/Cinergy_DT_USB_XS_Diversity_1608.html]
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=0ccd:005a
| usbid=0ccd:005a
| hw=DiB7700P, Dib 7000P, 2 * MT2266
| hw=
| tuner=mt2266
| tuner=mt2266
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=dual tuner device
| comment=Dual tuner device. The diversity feature is not supported yet.
}}
}}




</includeonly><noinclude>
</includeonly><noinclude>

==== hauppauge-nova-td-diversity ====
==== hauppauge-nova-td-diversity ====
{{DeviceDisplayMedium|hauppauge-nova-td-diversity}}
{{DeviceDisplayMedium|hauppauge-nova-td-diversity}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-nova-td-diversity
| did=hauppauge-nova-td-diversity
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 1,681: Line 2,730:
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=2040:9580
| usbid=2040:9580
| hw=DiB7700P, Dib 7000P, 2 * MT2266
| hw=
| tuner=mt2266
| tuner=mt2266
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=dual tuner device, same as: Elgato Eye-TV Diversity
| comment=Dual tuner device. The diversity feature is not supported yet. same as: Elgato Eye-TV Diversity
}}
}}


Line 1,694: Line 2,743:
{{DeviceDisplayMedium|dibcom-stk7700d-ref}}
{{DeviceDisplayMedium|dibcom-stk7700d-ref}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-stk7700d-ref
| did=dibcom-stk7700d-ref
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 1,720: Line 2,769:
{{DeviceDisplayMedium|dibcom-dib7070p-ref}}
{{DeviceDisplayMedium|dibcom-dib7070p-ref}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-dib7070p-ref
| did=dibcom-dib7070p-ref
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 1,742: Line 2,791:
{{DeviceDisplayMedium|pinnacle-pctv-flash-stick}}
{{DeviceDisplayMedium|pinnacle-pctv-flash-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-flash-stick
| did=pinnacle-pctv-flash-stick
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
Line 1,766: Line 2,815:
{{DeviceDisplayMedium|dibcom-dib7070pd-ref}}
{{DeviceDisplayMedium|dibcom-dib7070pd-ref}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-dib7070pd-ref
| did=dibcom-dib7070pd-ref
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 1,783: Line 2,832:
| comment=dual tuner device
| comment=dual tuner device
}}
}}

</includeonly><noinclude>
==== pinnacle-pctv-dual-diversity-stick ====
{{DeviceDisplayMedium|pinnacle-pctv-dual-diversity-stick}}
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-dual-diversity-stick
| vendor=[[Pinnacle]]
| device=PCTV Dual DVB-T Diversity Stick
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:0229
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}




</includeonly><noinclude>
</includeonly><noinclude>
Line 1,812: Line 2,837:
{{DeviceDisplayMedium|avermedia-avertv-dvbt-t-express}}
{{DeviceDisplayMedium|avermedia-avertv-dvbt-t-express}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-avertv-dvbt-t-express
| did=avermedia-avertv-dvbt-t-express
| vendor=AVerMedia
| vendor=[[AVerMedia]]
| device=AVerTV DVB-T Express
| device=AVerTV DVB-T Express
| standard=DVB-T
| standard=DVB-T
Line 1,832: Line 2,857:


</includeonly><noinclude>
</includeonly><noinclude>

==== gigabyte-u7000 ====
==== gigabyte-u7000 ====
{{DeviceDisplayMedium|gigabyte-u7000}}
{{DeviceDisplayMedium|gigabyte-u7000}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=gigabyte-u7000
| did=gigabyte-u7000
| vendor=Gigabyte
| vendor=Gigabyte
Line 1,858: Line 2,884:
{{DeviceDisplayMedium|artec-t14br-dib7xxx-based}}
{{DeviceDisplayMedium|artec-t14br-dib7xxx-based}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=artec-t14br-dib7xxx-based
| did=artec-t14br-dib7xxx-based
| vendor=[[Artec]]
| vendor=[[Artec]]
Line 1,872: Line 2,898:
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=[http://www.wi-bw.tfh-wildau.de/~pboettch/home/files/dvb-usb-dib0700-1.20.fw dvb-usb-dib0700-1.20.fw]
| comment=Remote control untested.
| comment=Remote control untested.
}}
}}
Line 1,878: Line 2,904:


</includeonly><noinclude>
</includeonly><noinclude>

==== asus-my-cinema-u3000-mini ====
==== asus-my-cinema-u3000-mini ====
{{DeviceDisplayMedium|asus-my-cinema-u3000-mini}}
{{DeviceDisplayMedium|asus-my-cinema-u3000-mini}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=asus-my-cinema-u3000-mini
| did=asus-my-cinema-u3000-mini
| vendor=[[ASUS]]
| vendor=[[ASUS]]
| device=My Cinema U3000 Mini DVBT Tuner
| device=[[ASUS_My_Cinema-U3000_Mini|My Cinema U3000 Mini DVBT Tuner]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| supported={{Supported in Kernel|since=2.6.25}}
Line 1,898: Line 2,925:
| comment=ASUS also provides drivers for this device through their [http://support.asus.com/download/download.aspx?SLanguage=en-us&model=My%20Cinema-U3000Mini website]
| comment=ASUS also provides drivers for this device through their [http://support.asus.com/download/download.aspx?SLanguage=en-us&model=My%20Cinema-U3000Mini website]
}}
}}



</includeonly><noinclude>
</includeonly><noinclude>


==== asus-my-cinema-u3100-mini ====
==== asus-my-cinema-u3100-mini-dib ====
{{DeviceDisplayMedium|asus-my-cinema-u3100-mini}}
{{DeviceDisplayMedium|asus-my-cinema-u3100-mini-dib}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=asus-my-cinema-u3100-mini
| did=asus-my-cinema-u3100-mini-dib
| vendor=[[ASUS]]
| vendor=[[ASUS]]
| device=My Cinema U3100 Mini DVBT Tuner
| device=[[ASUS_My_Cinema-U3100_Mini|My Cinema U3100 Mini DVBT Tuner]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| supported={{Supported in Kernel|since=2.6.25}}
Line 1,923: Line 2,949:
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== hauppauge-nova-t-ce-stick ====
==== hauppauge-nova-t-ce-stick ====
{{DeviceDisplayMedium|hauppauge-nova-t-ce-stick}}
{{DeviceDisplayMedium|hauppauge-nova-t-ce-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-nova-t-ce-stick
| did=hauppauge-nova-t-ce-stick
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 1,950: Line 2,978:
{{DeviceDisplayMedium|hauppauge-nova-t-mytv-t-stick}}
{{DeviceDisplayMedium|hauppauge-nova-t-mytv-t-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-nova-t-mytv-t-stick
| did=hauppauge-nova-t-mytv-t-stick
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 1,974: Line 3,002:
{{DeviceDisplayMedium|terratec-cinergy-ht-usb-xe}}
{{DeviceDisplayMedium|terratec-cinergy-ht-usb-xe}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-ht-usb-xe
| did=terratec-cinergy-ht-usb-xe
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
| device=Cinergy HT USB XE
| device=[[TerraTec Cinergy HT USB XE|Cinergy HT USB XE]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| supported={{Supported in Kernel|since=2.6.26}}
Line 1,984: Line 3,012:
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=0ccd:0058
| usbid=0ccd:0058
| hw=DiB7700ci tuner:XC3028
| hw=
| tuner=
| tuner=xc3028
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
Line 1,993: Line 3,021:


</includeonly><noinclude>
</includeonly><noinclude>

==== pinnacle-expresscard-320cx ====
==== pinnacle-expresscard-320cx ====
{{DeviceDisplayMedium|pinnacle-expresscard-320cx}}
{{DeviceDisplayMedium|pinnacle-expresscard-320cx}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-expresscard-320cx
| did=pinnacle-expresscard-320cx
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
Line 2,018: Line 3,047:
{{DeviceDisplayMedium|pinnacle-pctv-72e}}
{{DeviceDisplayMedium|pinnacle-pctv-72e}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-72e
| did=pinnacle-pctv-72e
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
Line 2,024: Line 3,053:
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| supported={{Supported in Kernel|since=2.6.26}}
| pic=[http://neduz.be/dvb/pinnacle_pctv_dvb-t_stick_solo.jpg]
| pic=
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=2304:0236
| usbid=2304:0236
| hw=
| hw=DiB7000PC
| tuner=dib0070
| tuner=dib0070
| demodulator=dib7000p
| demodulator=dib7000p
Line 2,037: Line 3,066:


</includeonly><noinclude>
</includeonly><noinclude>

==== pinnacle-pctv-73e-plain ====
==== pinnacle-pctv-73e-plain ====
{{DeviceDisplayMedium|pinnacle-pctv-73e-plain}}
{{DeviceDisplayMedium|pinnacle-pctv-73e-plain}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-73e-plain
| did=pinnacle-pctv-73e-plain
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
Line 2,046: Line 3,076:
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| supported={{Supported in Kernel|since=2.6.26}}
| pic=[http://www.flickr.com/photos/nk-h/2630657143/] [http://www.flickr.com/photos/nk-h/2630658003/]
| pic=
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=2304:0237
| usbid=2304:0237
| hw=
| hw=DiB7000PC
| tuner=dib0070
| tuner=dib0070
| demodulator=dib7000p
| demodulator=dib7000p
Line 2,063: Line 3,093:
{{DeviceDisplayMedium|yuan-ec372s}}
{{DeviceDisplayMedium|yuan-ec372s}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-ec372s
| did=yuan-ec372s
| vendor=Yuan
| vendor=YUAN High-Tech
| device=EC372S
| device=EC372S
| standard=DVB-T
| standard=DVB-T
Line 2,085: Line 3,115:
{{DeviceDisplayMedium|terratec-cinergy-ht-express}}
{{DeviceDisplayMedium|terratec-cinergy-ht-express}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-ht-express
| did=terratec-cinergy-ht-express
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
Line 2,107: Line 3,137:
{{DeviceDisplayMedium|terratec-cinergy-t-usb-xxs-t3}}
{{DeviceDisplayMedium|terratec-cinergy-t-usb-xxs-t3}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t-usb-xxs-t3
| did=terratec-cinergy-t-usb-xxs-t3
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T USB XXS|Cinergy T USB XXS/ T3]]
| device=[[TerraTec Cinergy T USB XXS|Cinergy T USB XXS/ T3]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| supported={{Supported in Kernel|since=2.6.26|file=drivers/media/dvb/dvb-usb/dib0700_devices.c}}
| pic=[[image:Terratec Cinergy XXS 001.jpg|120px]] [[image:Terratec T3 001.jpg|120px]]
| pic=
| url=[http://www.terratec.net/en/products/Cinergy_T_USB_XXS_2068.html] [http://www.terratec.net/en/products/TerraTec_T3_83463.html]
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=0ccd:0078 0ccd:10a0
| usbid=0ccd:0078 0ccd:10a0
| hw=DiB7070P (DiB7000PC + DiB0070)
| hw=
| tuner=
| tuner=dib0070
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
Line 2,126: Line 3,156:


</includeonly><noinclude>
</includeonly><noinclude>

==== hauppauge-nova-td-stick-52009 ====
==== hauppauge-nova-td-stick-52009 ====
{{DeviceDisplayMedium|hauppauge-nova-td-stick-52009}}
{{DeviceDisplayMedium|hauppauge-nova-td-stick-52009}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-nova-td-stick-52009
| did=hauppauge-nova-td-stick-52009
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 2,152: Line 3,183:
{{DeviceDisplayMedium|hauppauge-nova-td-500-84xxx}}
{{DeviceDisplayMedium|hauppauge-nova-td-500-84xxx}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-nova-td-500-84xxx
| did=hauppauge-nova-td-500-84xxx
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 2,159: Line 3,190:
| supported={{Supported in Kernel|since=2.6.27}}
| supported={{Supported in Kernel|since=2.6.27}}
| pic=[[image:Nova-td-500.jpg|120px]]
| pic=[[image:Nova-td-500.jpg|120px]]
| url=[http://www.hauppauge.co.uk/pages/products/data_novat500.html]
| url=
| hostinterface=PCI32
| hostinterface=PCI32
| usbid=2040:8400
| usbid=2040:8400
| hw=2&times;DiB3000P, 2&times;MT2060, LNA
| hw=
| tuner=mt2060
| tuner=mt2060
| demodulator=dib7000p
| demodulator=dib3000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=''Bristol'' device (PCI card with USB devices onboard). DiB3000P on DiB0700. The LNA may need manual activation.
| comment=This is a curious device. It is PCI but has two USB devices onboard.
}}
}}


Line 2,175: Line 3,206:
{{DeviceDisplayMedium|gigabyte-u8000-rh}}
{{DeviceDisplayMedium|gigabyte-u8000-rh}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=gigabyte-u8000-rh
| did=gigabyte-u8000-rh
| vendor=Gigabyte
| vendor=Gigabyte
Line 2,198: Line 3,229:
{{DeviceDisplayMedium|yuan-high-tech-stk7700ph}}
{{DeviceDisplayMedium|yuan-high-tech-stk7700ph}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-high-tech-stk7700ph
| did=yuan-high-tech-stk7700ph
| vendor=YUAN
| vendor=YUAN High-Tech
| device=High-Tech STK7700PH
| device=STK7700PH
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| supported={{Supported in Kernel|since=2.6.28}}
Line 2,209: Line 3,240:
| usbid=1164:1f08
| usbid=1164:1f08
| hw=
| hw=
| tuner=
| tuner=xc3028
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
Line 2,217: Line 3,248:


</includeonly><noinclude>
</includeonly><noinclude>

==== yuan-high-tech-pd770a ====
{{DeviceDisplayMedium|yuan-high-tech-pd770a}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-high-tech-pd770a
| vendor=YUAN High-Tech
| device=PD770A
| standard=DVB-T, ANALOG-PAL, ANALOG-NTSC, ANALOG-SECAM, FM-RADIO
| supported=
Mixed:
* DVB-T part: {{Clone of|src=USB_Device_Data|did=yuan-high-tech-stk7700ph}} but not working yet?
* Analog TV: {{no}}
* FM Radio: {{no}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:1f08
| hw=
| tuner=xc3028
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== crypto-diva-pd770a ====
{{DeviceDisplayMedium|crypto-diva-pd770a}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=crypto-diva-pd770a
| vendor=Crypto
| device=[[Crypto Diva FM DVB-T Hybrid|Diva FM DVB-T Hybrid]]
| standard=DVB-T, ANALOG-PAL, ANALOG-NTSC, ANALOG-SECAM, FM-RADIO
| supported={{Clone of|src=USB_Device_Data|did=yuan-high-tech-pd770a}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:1f08
| hw=
| tuner=xc3028
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=Apparently a full clone of the YUAN High-Tech PD770A, only sold in Greece.
}}

</includeonly><noinclude>

==== asus-my-cinema-u3000hybrid ====
==== asus-my-cinema-u3000hybrid ====
{{DeviceDisplayMedium|asus-my-cinema-u3000hybrid}}
{{DeviceDisplayMedium|asus-my-cinema-u3000hybrid}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=asus-my-cinema-u3000hybrid
| did=asus-my-cinema-u3000hybrid
| vendor=ASUS
| vendor=[[ASUS]]
| device=My Cinema-U3000Hybrid
| device=[[ASUS|My Cinema-U3000Hybrid]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| supported={{Supported in Kernel|since=2.6.28}}
Line 2,239: Line 3,321:


</includeonly><noinclude>
</includeonly><noinclude>

==== pinnacle-pctv-hd-pro-usb-stick ====
==== pinnacle-pctv-hd-pro-usb-stick ====
{{DeviceDisplayMedium|pinnacle-pctv-hd-pro-usb-stick}}
{{DeviceDisplayMedium|pinnacle-pctv-hd-pro-usb-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-hd-pro-usb-stick
| did=pinnacle-pctv-hd-pro-usb-stick
| vendor=Pinnacle
| vendor=Pinnacle
Line 2,264: Line 3,347:
{{DeviceDisplayMedium|pinnacle-pctv-hd-usb-stick}}
{{DeviceDisplayMedium|pinnacle-pctv-hd-usb-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-hd-usb-stick
| did=pinnacle-pctv-hd-usb-stick
| vendor=Pinnacle
| vendor=Pinnacle
Line 2,286: Line 3,369:
{{DeviceDisplayMedium|terratec-cinergy-t-express}}
{{DeviceDisplayMedium|terratec-cinergy-t-express}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t-express
| did=terratec-cinergy-t-express
| vendor=TerraTec
| vendor=TerraTec
Line 2,308: Line 3,391:
{{DeviceDisplayMedium|terratec-cinergy-dt-usb-xs-diversity-t5}}
{{DeviceDisplayMedium|terratec-cinergy-dt-usb-xs-diversity-t5}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-dt-usb-xs-diversity-t5
| did=terratec-cinergy-dt-usb-xs-diversity-t5
| vendor=TerraTec
| vendor=[[TerraTec]]
| device=Cinergy DT USB XS Diversity/ T5
| device=[[TerraTec Cinergy DT USB XS Diversity|Cinergy DT USB XS Diversity/ T5]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.29}}
| supported={{Supported in Kernel|since=2.6.29}}
Line 2,318: Line 3,401:
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=0ccd:0081 0ccd:10a1
| usbid=0ccd:0081 0ccd:10a1
| hw=2 * DiB7070PB1, DiB 0700C
| hw=
| tuner=dib0070
| tuner=dib0070
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=0ccd:10a1 added in 2.6.31 . This device looks identical to [[TerraTec Cinergy DT USB XS Diversity|this one]] and is sold (in Germany) under the same name and in an almost identical box.
| comment=0ccd:10a1 added in 2.6.31
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== sony-playtv ====
==== sony-playtv ====
{{DeviceDisplayMedium|sony-playtv}}
{{DeviceDisplayMedium|sony-playtv}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=sony-playtv
| did=sony-playtv
| vendor=Sony
| vendor=Sony
| device=PlayTV
| device=[[Sony PlayTV dual tuner DVB-T|PlayTV]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.30}}
| supported={{Supported in Kernel|since=2.6.30}}
| pic=
| pic=
| url=[http://uk.playstation.com/ps3/hardware/accessories/detail/item102429/PlayTV/]
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=1415:0003
| usbid=1415:0003
| hw=2*DiB7070P stk7070pd
| hw=
| tuner=
| tuner=
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=
| comment=Dual Tuner.
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== yuan-pd378s ====
==== yuan-pd378s ====
{{DeviceDisplayMedium|yuan-pd378s}}
{{DeviceDisplayMedium|yuan-pd378s}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-pd378s
| did=yuan-pd378s
| vendor=Yuan
| vendor=YUAN High-Tech
| device=PD378S
| device=PD378S
| standard=DVB-T
| standard=DVB-T
Line 2,374: Line 3,459:
{{DeviceDisplayMedium|hauppauge-atsc-minicard-b200-}}
{{DeviceDisplayMedium|hauppauge-atsc-minicard-b200-}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-atsc-minicard-b200-
| did=hauppauge-atsc-minicard-b200-
| vendor=Hauppauge
| vendor=Hauppauge
Line 2,396: Line 3,481:
{{DeviceDisplayMedium|hauppauge-atsc-minicard-b210-}}
{{DeviceDisplayMedium|hauppauge-atsc-minicard-b210-}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-atsc-minicard-b210-
| did=hauppauge-atsc-minicard-b210-
| vendor=Hauppauge
| vendor=Hauppauge
Line 2,418: Line 3,503:
{{DeviceDisplayMedium|yuan-high-tech-mc770}}
{{DeviceDisplayMedium|yuan-high-tech-mc770}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-high-tech-mc770
| did=yuan-high-tech-mc770
| vendor=YUAN
| vendor=YUAN High-Tech
| device=High-Tech MC770
| device=MC770
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.30}}
| supported={{Supported in Kernel|since=2.6.30}}
Line 2,440: Line 3,525:
{{DeviceDisplayMedium|elgato-eyetv-dtt-plain}}
{{DeviceDisplayMedium|elgato-eyetv-dtt-plain}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=elgato-eyetv-dtt-plain
| did=elgato-eyetv-dtt-plain
| vendor=Elgato
| vendor=[[Elgato]]
| device=EyeTV DTT
| device=[[Elgato EyeTV DTT|EyeTV DTT]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.31}}
| supported={{Supported in Kernel|since=2.6.31}}
Line 2,455: Line 3,540:
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| fw=dvb-usb-dib0700-1.20.fw
| comment=
| comment=clone of Hauppauge WinTV-NOVA-T
}}
}}


Line 2,463: Line 3,548:
{{DeviceDisplayMedium|elgato-eyetv-dtt-dlx-pd378s}}
{{DeviceDisplayMedium|elgato-eyetv-dtt-dlx-pd378s}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=elgato-eyetv-dtt-dlx-pd378s
| did=elgato-eyetv-dtt-dlx-pd378s
| vendor=Elgato
| vendor=[[Elgato]]
| device=EyeTV DTT deluxe (PD378S)
| device=[[Elgato EyeTV DTT deluxe|EyeTV DTT deluxe (PD378S)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.31}}
| supported={{Supported in Kernel|since=2.6.31}}
Line 2,482: Line 3,567:


</includeonly><noinclude>
</includeonly><noinclude>
==== elgato-eyetv-dtt-dlx-v2 ====
{{DeviceDisplayMedium|elgato-eyetv-dtt-dlx-v2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=elgato-eyetv-dtt-dlx-v2
| vendor=[[Elgato]]
| device=[[Elgato EyeTV DTT deluxe v2|EyeTV DTT deluxe v2]]
| standard=DVB-T
| supported=unknown
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fd9:002c
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=
| comment=
}}

</includeonly><noinclude>

==== leadtek-winfast-dtv-dongle-h ====
==== leadtek-winfast-dtv-dongle-h ====
{{DeviceDisplayMedium|leadtek-winfast-dtv-dongle-h}}
{{DeviceDisplayMedium|leadtek-winfast-dtv-dongle-h}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=leadtek-winfast-dtv-dongle-h
| did=leadtek-winfast-dtv-dongle-h
| vendor=Leadtek
| vendor=Leadtek
Line 2,507: Line 3,615:
{{DeviceDisplayMedium|yuan-high-tech-stk7700d}}
{{DeviceDisplayMedium|yuan-high-tech-stk7700d}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-high-tech-stk7700d
| did=yuan-high-tech-stk7700d
| vendor=YUAN
| vendor=YUAN High-Tech
| device=High-Tech STK7700D
| device=STK7700D
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| supported={{Supported in Kernel|since=2.6.32}}
Line 2,529: Line 3,637:
{{DeviceDisplayMedium|yuan-high-tech-dibcom-stk7700d}}
{{DeviceDisplayMedium|yuan-high-tech-dibcom-stk7700d}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-high-tech-dibcom-stk7700d
| did=yuan-high-tech-dibcom-stk7700d
| vendor=YUAN
| vendor=YUAN High-Tech
| device=High-Tech DiBcom STK7700D
| device=DiBcom STK7700D
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| supported={{Supported in Kernel|since=2.6.32}}
Line 2,551: Line 3,659:
{{DeviceDisplayMedium|pinnacle-pctv-73a}}
{{DeviceDisplayMedium|pinnacle-pctv-73a}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-73a
| did=pinnacle-pctv-73a
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
Line 2,573: Line 3,681:
{{DeviceDisplayMedium|pinnacle-pctv-73e-se}}
{{DeviceDisplayMedium|pinnacle-pctv-73e-se}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-73e-se
| did=pinnacle-pctv-73e-se
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]] (now PCTV Systems)
| device=[[Pinnacle PCTV nano Stick (73e)|PCTV 73e SE]]
| device=[[Pinnacle PCTV nano Stick (73e)|PCTV NanoStick 73e SE (solo)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| supported={{Supported in Kernel|since=2.6.26}}(USBID 2304:0245)<br/>{{Supported in Kernel|since=2.6.33}}(USBID 2013:0245)
| pic=
| pic=
| url=[http://www.pctvsystems.com/Products/ProductsEuropeAsia/Digitalproducts/PCTVnanoStickSolo/tabid/176/language/en-GB/Default.aspx]
| url=[http://www.pctvsystems.com/Products/ProductsEuropeAsia/Digitalproducts/PCTVnanoStickSolo/tabid/176/language/en-GB/Default.aspx]
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=2304:0245
| usbid=2304:0245 and 2013:0245
| hw=
| hw=
| tuner=
| tuner=
Line 2,596: Line 3,704:
{{DeviceDisplayMedium|pinnacle-pctv-282e}}
{{DeviceDisplayMedium|pinnacle-pctv-282e}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pinnacle-pctv-282e
| did=pinnacle-pctv-282e
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
Line 2,618: Line 3,726:
{{DeviceDisplayMedium|dibcom-stk7770p-reference-design}}
{{DeviceDisplayMedium|dibcom-stk7770p-reference-design}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-stk7770p-reference-design
| did=dibcom-stk7770p-reference-design
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 2,637: Line 3,745:


</includeonly><noinclude>
</includeonly><noinclude>
==== terratec-cinergy-t-usb-xxs-hd- ====
==== terratec-cinergy-t-usb-xxs-hd ====
{{DeviceDisplayMedium|terratec-cinergy-t-usb-xxs-hd-}}
{{DeviceDisplayMedium|terratec-cinergy-t-usb-xxs-hd}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t-usb-xxs-hd-
| did=terratec-cinergy-t-usb-xxs-hd
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
| device=Cinergy T USB XXS (HD)
| device=[[TerraTec Cinergy T USB XXS|Cinergy T USB XXS (HD)]]
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| supported={{Supported in Kernel|since=2.6.32|file=drivers/media/dvb/dvb-usb/dib0700_devices.c}}
| pic=[[image:Terratec Cinergy XXS 001.jpg|120px]]
| pic=
| url=[http://www.terratec.net/en/products/Cinergy_T_USB_XXS_2068.html]
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=0ccd:00ab
| usbid=0ccd:00ab
Line 2,659: Line 3,767:


</includeonly><noinclude>
</includeonly><noinclude>

==== dibcom-stk807xpvr-reference-design ====
==== dibcom-stk807xpvr-reference-design ====
{{DeviceDisplayMedium|dibcom-stk807xpvr-reference-design}}
{{DeviceDisplayMedium|dibcom-stk807xpvr-reference-design}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-stk807xpvr-reference-design
| did=dibcom-stk807xpvr-reference-design
| vendor=DiBcom
| vendor=DiBcom
Line 2,684: Line 3,793:
{{DeviceDisplayMedium|dibcom-stk807xp-reference-design}}
{{DeviceDisplayMedium|dibcom-stk807xp-reference-design}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-stk807xp-reference-design
| did=dibcom-stk807xp-reference-design
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 2,706: Line 3,815:
{{DeviceDisplayMedium|prolink-pixelview-sbtvd}}
{{DeviceDisplayMedium|prolink-pixelview-sbtvd}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=prolink-pixelview-sbtvd
| did=prolink-pixelview-sbtvd
| vendor=Prolink
| vendor=Prolink
Line 2,733: Line 3,842:
{{DeviceDisplayMedium|avermedia-dib3000mb-based}}
{{DeviceDisplayMedium|avermedia-dib3000mb-based}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-dib3000mb-based
| did=avermedia-dib3000mb-based
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
Line 2,755: Line 3,864:
{{DeviceDisplayMedium|compro-videomate-u2000}}
{{DeviceDisplayMedium|compro-videomate-u2000}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=compro-videomate-u2000
| did=compro-videomate-u2000
| vendor=Compro
| vendor=Compro
Line 2,778: Line 3,887:
{{DeviceDisplayMedium|dibcom-dib3000mb-mod3000}}
{{DeviceDisplayMedium|dibcom-dib3000mb-mod3000}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-dib3000mb-mod3000
| did=dibcom-dib3000mb-mod3000
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 2,801: Line 3,910:
{{DeviceDisplayMedium|kworld-xpert-dtv-dib3000mb}}
{{DeviceDisplayMedium|kworld-xpert-dtv-dib3000mb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-xpert-dtv-dib3000mb
| did=kworld-xpert-dtv-dib3000mb
| vendor=[[KWorld]]
| vendor=[[KWorld]]
Line 2,823: Line 3,932:
{{DeviceDisplayMedium|grandtec-dib3000mb}}
{{DeviceDisplayMedium|grandtec-dib3000mb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=grandtec-dib3000mb
| did=grandtec-dib3000mb
| vendor=Grandtec
| vendor=Grandtec
Line 2,845: Line 3,954:
{{DeviceDisplayMedium|unknown-dib3000mb}}
{{DeviceDisplayMedium|unknown-dib3000mb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=unknown-dib3000mb
| did=unknown-dib3000mb
| vendor=Unknown
| vendor=Unknown
Line 2,867: Line 3,976:
{{DeviceDisplayMedium|twinhan-magicbox-i-hama}}
{{DeviceDisplayMedium|twinhan-magicbox-i-hama}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=twinhan-magicbox-i-hama
| did=twinhan-magicbox-i-hama
| vendor=Twinhan
| vendor=Twinhan
Line 2,890: Line 3,999:
{{DeviceDisplayMedium|artec-t1-an2135}}
{{DeviceDisplayMedium|artec-t1-an2135}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=artec-t1-an2135
| did=artec-t1-an2135
| vendor=Artec
| vendor=[[Artec]]
| device=[[Artec T1 USB TV Box|T1 USB1.1 TVBOX with AN2135]]
| device=[[Artec T1 USB TV Box|T1 USB1.1 TVBOX with AN2135]]
| standard=DVB-T
| standard=DVB-T
Line 2,913: Line 4,022:
{{DeviceDisplayMedium|videowalker-dib3000mb}}
{{DeviceDisplayMedium|videowalker-dib3000mb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=videowalker-dib3000mb
| did=videowalker-dib3000mb
| vendor=VideoWalker
| vendor=VideoWalker
Line 2,936: Line 4,045:
{{DeviceDisplayMedium|artec-t1-an2235}}
{{DeviceDisplayMedium|artec-t1-an2235}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=artec-t1-an2235
| did=artec-t1-an2235
| vendor=Artec
| vendor=[[Artec]]
| device=[[Artec T1 USB TV Box|T1 USB1.1 TVBOX with AN2235]]
| device=[[Artec T1 USB TV Box|T1 USB1.1 TVBOX with AN2235]]
| standard=DVB-T
| standard=DVB-T
Line 2,957: Line 4,066:
</includeonly><noinclude>
</includeonly><noinclude>


==== kworld-adstech-instant ====
==== kworld-300u ====
{{DeviceDisplayMedium|kworld-adstech-instant}}
{{DeviceDisplayMedium|kworld-300u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-adstech-instant
| did=kworld-300u
| vendor=[[KWorld]]/ADSTech
| vendor=[[KWorld]]
| device=300U/Instant DVB-T USB2.0 PTV-333
| device=300U/Instant DVB-T USB2.0 PTV-333
| standard=DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| pic=
| url=[http://www.tv-cards.com/model.php?modelid=162] [http://www.adstech.com/products/PTV-333/intro/PTV-333_intro.asp?pid=PTV-333]
| url=[http://www.tv-cards.com/model.php?modelid=162]
| hostinterface=USB2.0
| usbid=06e1:a333
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-adstech-usb2-02.fw
| comment=warm usbid: 06e1:a334
}}

</includeonly><noinclude>
===== adstech-ptv333 =====
{{DeviceDisplayMedium|adstech-ptv333}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=adstech-ptv333
| vendor=ADSTech
| device=Instant DVB-T USB2.0 PTV-333
| standard=DVB-T
| supported={{Clone of|src=USB_Device_Data|did=kworld-300u}}
| pic=
| url=[http://www.adstech.com/products/PTV-333/intro/PTV-333_intro.asp?pid=PTV-333]
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=06e1:a333
| usbid=06e1:a333
Line 2,984: Line 4,115:
{{DeviceDisplayMedium|kworld-xpert-usb2}}
{{DeviceDisplayMedium|kworld-xpert-usb2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=kworld-xpert-usb2
| did=kworld-xpert-usb2
| vendor=[[KWorld]]
| vendor=[[KWorld]]
Line 3,008: Line 4,139:
{{DeviceDisplayMedium|artec-t1-dib3000mb-usb2}}
{{DeviceDisplayMedium|artec-t1-dib3000mb-usb2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=artec-t1-dib3000mb-usb2
| did=artec-t1-dib3000mb-usb2
| vendor=Artec
| vendor=[[Artec]]
| device=T1 USB2.0
| device=T1 USB2.0
| standard=DVB-T
| standard=DVB-T
Line 3,036: Line 4,167:
{{DeviceDisplayMedium|dibcom-dib3000mc-mod3000p}}
{{DeviceDisplayMedium|dibcom-dib3000mc-mod3000p}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dibcom-dib3000mc-mod3000p
| did=dibcom-dib3000mc-mod3000p
| vendor=[[DiBcom]]
| vendor=[[DiBcom]]
Line 3,059: Line 4,190:
{{DeviceDisplayMedium|artec-t1-3000mc-usb2}}
{{DeviceDisplayMedium|artec-t1-3000mc-usb2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=artec-t1-3000mc-usb2
| did=artec-t1-3000mc-usb2
| vendor=[[Artec]]
| vendor=[[Artec]]
Line 3,081: Line 4,212:
{{DeviceDisplayMedium|lite-on-dib3000mc}}
{{DeviceDisplayMedium|lite-on-dib3000mc}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=lite-on-dib3000mc
| did=lite-on-dib3000mc
| vendor=LITE-ON
| vendor=LITE-ON
Line 3,104: Line 4,235:
{{DeviceDisplayMedium|msi-digivox-mini-sl}}
{{DeviceDisplayMedium|msi-digivox-mini-sl}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-digivox-mini-sl
| did=msi-digivox-mini-sl
| vendor=[[MSI]]
| vendor=[[MSI]]
Line 3,127: Line 4,258:
{{DeviceDisplayMedium|grand-dib3000mc}}
{{DeviceDisplayMedium|grand-dib3000mc}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=grand-dib3000mc
| did=grand-dib3000mc
| vendor=GRAND
| vendor=GRAND
Line 3,149: Line 4,280:
{{DeviceDisplayMedium|artec-t14-dib3000mc-based}}
{{DeviceDisplayMedium|artec-t14-dib3000mc-based}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=artec-t14-dib3000mc-based
| did=artec-t14-dib3000mc-based
| vendor=[[Artec]]
| vendor=[[Artec]]
Line 3,164: Line 4,295:
| usbbridge=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=warm usbid 05d8:810c
| comment=warm usbid 05d8:810c Based on the DiBcom DVB-T USB 2.0 reference design.
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== leadtek-dib3000mc-based ====
==== leadtek-dib3000mc-based ====
{{DeviceDisplayMedium|leadtek-dib3000mc-based}}
{{DeviceDisplayMedium|leadtek-dib3000mc-based}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=leadtek-dib3000mc-based
| did=leadtek-dib3000mc-based
| vendor=[[Leadtek]]
| vendor=[[Leadtek]]
Line 3,193: Line 4,325:
{{DeviceDisplayMedium|yuan-pd300-dib3000mc}}
{{DeviceDisplayMedium|yuan-pd300-dib3000mc}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=yuan-pd300-dib3000mc
| did=yuan-pd300-dib3000mc
| vendor=Yuan
| vendor=YUAN High-Tech
| device=PD300 DVB-T mobility
| device=PD300 DVB-T mobility
| standard=DVB-T
| standard=DVB-T
Line 3,220: Line 4,352:
{{DeviceDisplayMedium|toshiba-px1211e-1tvd}}
{{DeviceDisplayMedium|toshiba-px1211e-1tvd}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=toshiba-px1211e-1tvd
| did=toshiba-px1211e-1tvd
| vendor=Toshiba
| vendor=Toshiba
| device=PX1211E-1TVD USB DVB-T Tuner
| device=PX1211E-1TVD USB DVB-T Tuner
| standard=DVB-T
| standard=DVB-T
| supported={{Clone of|did=lite-on-dib3000mc}}
| supported={{Clone of|src=USB_Device_Data|did=lite-on-dib3000mc}}
| hostinterface=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
}}
}}
Line 3,234: Line 4,366:
{{DeviceDisplayMedium|intuix-tnt-s800}}
{{DeviceDisplayMedium|intuix-tnt-s800}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=intuix-tnt-s800
| did=intuix-tnt-s800
| vendor=Intuix
| vendor=Intuix
| device=Tv Tuner Tnt S800
| device=Tv Tuner Tnt S800
| standard=DVB-T
| standard=DVB-T
| supported={{Clone of|did=lite-on-dib3000mc}}
| supported={{Clone of|src=USB_Device_Data|did=lite-on-dib3000mc}}
| hostinterface=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
}}
}}
Line 3,247: Line 4,379:
{{DeviceDisplayMedium|medion-95733-95713}}
{{DeviceDisplayMedium|medion-95733-95713}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=medion-95733-95713
| did=medion-95733-95713
| vendor=Medion
| vendor=Medion
| device=USB DVB-T TV Tuner (MD95733/MD95713)
| device=USB DVB-T TV Tuner (MD95733/MD95713)
| standard=DVB-T
| standard=DVB-T
| supported={{Clone of|did=lite-on-dib3000mc}}
| supported={{Clone of|src=USB_Device_Data|did=lite-on-dib3000mc}}
| hostinterface=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
}}
}}
Line 3,260: Line 4,392:
{{DeviceDisplayMedium|typhoon-tv-movie-dib3000mc}}
{{DeviceDisplayMedium|typhoon-tv-movie-dib3000mc}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=typhoon-tv-movie-dib3000mc
| did=typhoon-tv-movie-dib3000mc
| vendor=Typhoon
| vendor=Typhoon
Line 3,266: Line 4,398:
| url=[http://www.typhoon.de/en/art.php?p=826&c=]
| url=[http://www.typhoon.de/en/art.php?p=826&c=]
| standard=DVB-T
| standard=DVB-T
| supported={{Clone of|did=msi-digivox-mini-sl}}
| supported={{Clone of|src=USB_Device_Data|did=msi-digivox-mini-sl}}
| hostinterface=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| comment="Art. 50506"
| comment="Art. 50506"
Line 3,280: Line 4,412:
{{DeviceDisplayMedium|nebula-micro-digitv-usb}}
{{DeviceDisplayMedium|nebula-micro-digitv-usb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=nebula-micro-digitv-usb
| did=nebula-micro-digitv-usb
| vendor=[[Nebula]]
| vendor=[[Nebula]]
Line 3,307: Line 4,439:
{{DeviceDisplayMedium|wideview-wt200u}}
{{DeviceDisplayMedium|wideview-wt200u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=wideview-wt200u
| did=wideview-wt200u
| vendor=WideView/Yuan/Yakumo/Hama/Typhoon
| vendor=WideView/YUAN/Yakumo/Hama/Typhoon
| device=DVB-T USB2.0 (WT-200U)
| device=DVB-T USB2.0 (WT-200U)
| standard=DVB-T
| standard=DVB-T
Line 3,329: Line 4,461:
{{DeviceDisplayMedium|wideview-wt220u}}
{{DeviceDisplayMedium|wideview-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=wideview-wt220u
| did=wideview-wt220u
| vendor=WideView
| vendor=WideView
Line 3,344: Line 4,476:
| usbbridge=
| usbbridge=
| fw=dvb-usb-wt220u-02.fw
| fw=dvb-usb-wt220u-02.fw
| comment=warm usbid 14aa:0221 . Support for Club3D Zap 250 (14aa:0220) added in 2.6.19
| comment=warm usbid 14aa:0221. Support for Club3D Zap 250 (14aa:0220) added in 2.6.19 Hardware. PID filter table count 15 - limited to about 3 or 4 simultaneous TV channels.
}}
}}


Line 3,351: Line 4,483:
{{DeviceDisplayMedium|wideview-zl353-wt220u}}
{{DeviceDisplayMedium|wideview-zl353-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=wideview-zl353-wt220u
| did=wideview-zl353-wt220u
| vendor=WideView
| vendor=WideView
Line 3,373: Line 4,505:
{{DeviceDisplayMedium|wideview-fc-wt220u}}
{{DeviceDisplayMedium|wideview-fc-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=wideview-fc-wt220u
| did=wideview-fc-wt220u
| vendor=Freecom
| vendor=Freecom
Line 3,395: Line 4,527:
{{DeviceDisplayMedium|miglia-wt220u}}
{{DeviceDisplayMedium|miglia-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=miglia-wt220u
| did=miglia-wt220u
| vendor=Miglia
| vendor=Miglia
Line 3,425: Line 4,557:
{{DeviceDisplayMedium|msi-mega-sky-580}}
{{DeviceDisplayMedium|msi-mega-sky-580}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-mega-sky-580
| did=msi-mega-sky-580
| vendor=[[MSI]]
| vendor=[[MSI]]
Line 3,440: Line 4,572:
| usbbridge=m920x
| usbbridge=m920x
| fw=dvb-usb-megasky-02.fw
| fw=dvb-usb-megasky-02.fw
| comment=Apparently the [[MSI Mega Sky 55801]] is sold under the same name. At least they have a different usb id.
| comment=
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== lifeview-lr540 ====
==== lifeview-lr540 ====
{{DeviceDisplayMedium|lifeview-lr540}}
{{DeviceDisplayMedium|lifeview-lr540}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=lifeview-lr540
| did=lifeview-lr540
| vendor=[[LifeView]]
| vendor=[[LifeView]]
Line 3,469: Line 4,602:
{{DeviceDisplayMedium|zappa-lr523}}
{{DeviceDisplayMedium|zappa-lr523}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=zappa-lr523
| did=zappa-lr523
| vendor=Zappa
| vendor=Zappa
Line 3,491: Line 4,624:
{{DeviceDisplayMedium|msi-digivox-mini-ii-v1}}
{{DeviceDisplayMedium|msi-digivox-mini-ii-v1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-digivox-mini-ii-v1
| did=msi-digivox-mini-ii-v1
| vendor=[[MSI]]
| vendor=[[MSI]]
Line 3,513: Line 4,646:
{{DeviceDisplayMedium|dposh-920x}}
{{DeviceDisplayMedium|dposh-920x}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dposh-920x
| did=dposh-920x
| vendor=Dposh
| vendor=Dposh
Line 3,539: Line 4,672:
{{DeviceDisplayMedium|hauppauge-wintv-nova-t-usb2}}
{{DeviceDisplayMedium|hauppauge-wintv-nova-t-usb2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-wintv-nova-t-usb2
| did=hauppauge-wintv-nova-t-usb2
| vendor=[[Hauppauge]]
| vendor=[[Hauppauge]]
Line 3,566: Line 4,699:
{{DeviceDisplayMedium|hanftek-umt-010}}
{{DeviceDisplayMedium|hanftek-umt-010}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hanftek-umt-010
| did=hanftek-umt-010
| vendor=Hanftek
| vendor=Hanftek
Line 3,593: Line 4,726:
{{DeviceDisplayMedium|msi-mega-sky-55801}}
{{DeviceDisplayMedium|msi-mega-sky-55801}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=msi-mega-sky-55801
| did=msi-mega-sky-55801
| vendor=[[MSI]]
| vendor=[[MSI]]
| device=Mega Sky 55801 DVB-T USB2.0
| device=[[MSI Mega Sky 55801|Mega Sky 55801]] DVB-T USB2.0
| standard=DVB-T
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.21}}
| supported={{Supported_in_Kernel|since=2.6.21}}
| pic=[[image:MSIMegasky55801-exterior-small.jpg|120px]]
| pic=
| url=
| url=
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=0db0:5581
| usbid=0db0:5581
| hw=[[Zarlink ZL10353]] tuner:Qauntek QT1010 usbbridge:Genesys Logic GL861
| hw=[[Zarlink ZL10353]]<br>Tuner: Quantek QT1010<br>USB bridge: Genesys Logic GL861
| tuner=qt1010
| tuner=qt1010
| demodulator=zl10353
| demodulator=zl10353
| usbbridge=gl861
| usbbridge=gl861
| fw=none needed
| fw=none needed
| comment=The QT1010 in this device has it's problems. If you get no or poor signal on Linux, that's "normal". You can try lowering the signal strength from your antenna, remove signal boosters and/or buy an attenuator. Or buy a device with better support.
| comment=
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>

==== a-link-dtu-dvb-t-no-postfix ====
==== a-link-dtu-dvb-t-no-postfix ====
{{DeviceDisplayMedium|a-link-dtu-dvb-t-no-postfix}}
{{DeviceDisplayMedium|a-link-dtu-dvb-t-no-postfix}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=a-link-dtu-dvb-t-no-postfix
| did=a-link-dtu-dvb-t-no-postfix
| vendor=A-LINK
| vendor=A-LINK
Line 3,625: Line 4,759:
| hostinterface=USB2.0
| hostinterface=USB2.0
| usbid=05e3:f170
| usbid=05e3:f170
| hw=[[Zarlink ZL10353]] tuner:Qauntek QT1010 usbbridge:Genesys Logic GL861
| hw=[[Zarlink ZL10353]]<br>Tuner: Quantek QT1010<br>USB bridge: Genesys Logic GL861
| tuner=qt1010
| tuner=qt1010
| demodulator=zl10353
| demodulator=zl10353
Line 3,642: Line 4,776:
{{DeviceDisplayMedium|digitalnow-tinyusb-2}}
{{DeviceDisplayMedium|digitalnow-tinyusb-2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=digitalnow-tinyusb-2
| did=digitalnow-tinyusb-2
| vendor=DigitalNow
| vendor=DigitalNow
Line 3,664: Line 4,798:
{{DeviceDisplayMedium|digitalrise-ter-beetle}}
{{DeviceDisplayMedium|digitalrise-ter-beetle}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=digitalrise-ter-beetle
| did=digitalrise-ter-beetle
| vendor=DigitalRise
| vendor=DigitalRise
Line 3,686: Line 4,820:
{{DeviceDisplayMedium|dnt-euromini-100}}
{{DeviceDisplayMedium|dnt-euromini-100}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=dnt-euromini-100
| did=dnt-euromini-100
| vendor=dnt
| vendor=dnt
Line 3,708: Line 4,842:
{{DeviceDisplayMedium|fujitsu-siemens-dvbt-mobile-tv-tuner}}
{{DeviceDisplayMedium|fujitsu-siemens-dvbt-mobile-tv-tuner}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=fujitsu-siemens-dvbt-mobile-tv-tuner
| did=fujitsu-siemens-dvbt-mobile-tv-tuner
| vendor=Fujitsu-Siemens
| vendor=Fujitsu-Siemens
Line 3,732: Line 4,866:
{{DeviceDisplayMedium|twinhandtv-alpha-rev7045}}
{{DeviceDisplayMedium|twinhandtv-alpha-rev7045}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=twinhandtv-alpha-rev7045
| did=twinhandtv-alpha-rev7045
| vendor=TwinhanDTV
| vendor=TwinhanDTV
Line 3,755: Line 4,889:
{{DeviceDisplayMedium|twinhandtv-magicboxii}}
{{DeviceDisplayMedium|twinhandtv-magicboxii}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=twinhandtv-magicboxii
| did=twinhandtv-magicboxii
| vendor=TwinhanDTV
| vendor=TwinhanDTV
Line 3,783: Line 4,917:
{{DeviceDisplayMedium|bestbuy-easy-tv-wt220u}}
{{DeviceDisplayMedium|bestbuy-easy-tv-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=bestbuy-easy-tv-wt220u
| did=bestbuy-easy-tv-wt220u
| vendor=Bestbuy
| vendor=Bestbuy
Line 3,802: Line 4,936:


</includeonly><noinclude>
</includeonly><noinclude>
=== RealTek 2832U Devices ===
* Twintech-UT-30
* Gigabyte U7300
* TERRATEC Cinergy T Stick BLACK
* ...

</noinclude><includeonly>

</includeonly><noinclude>

==== Twintech-UT-30 ====
{{DeviceDisplayMedium|Twintech-UT-30}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=Twintech-UT-30
| vendor=TwinTech
| device=Twintech-UT-30
| standard=DVB-T, DAB, DAB+
| supported={{Partial}} Only the DVB-T at the moment.
| pic=
| url=[http://www.twintech3d.com/products_features.asp?num=300]
| hostinterface=USB2.0
| usbid=1b80:d393
| hw=[[RealTek RTL2832U]]
| tuner=Fitipower FC0012
| demodulator=RTL2832U
| usbbridge=RTL2832U
| fw=
| comment=Using the [http://www.zazz.com.au/Manuals/DVBT-DAB_LinuxDriver.zip driver at Zazz] it is sufficient to unzip then within the directory sudo sh ./install.sh and the thing will work. I installed Kaffeine then "Me TV" worked as expected.
}}

</includeonly><noinclude>

==== Gigabyte U7300 ====
{{DeviceDisplayMedium|Gigabyte U7300}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=Gigabyte U7300
| vendor=[[Gigabyte]]
| device=[[Gigabyte U7300|U7300]]
| standard=DVB-T
| supported={{Supported by Vendor|text=[[https://github.com/ambrosa/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0]] driver from external repo, made by vendor, GPL}}
| pic=[http://www.gigabyte.com/fileupload/product/69/3493/3132.jpg]
| url=[http://www.gigabyte.com/products/product-page.aspx?pid=3493]
| hostinterface=USB2.0
| usbid=1b80:d393
| hw=[[RealTek RTL2832U]]
| tuner=Fitipower FC0012
| demodulator=RTL2832U
| usbbridge=RTL2832U
| fw=
| comment=driver compiles without problem on 3.2 kernel, says that works also on 2.6, 3.0 and 3.2 (I haven't tried other than 3.2)
}}

</includeonly><noinclude>

=== Supported Em2880/Em2870 Based USB DVB-T devices ===
=== Supported Em2880/Em2870 Based USB DVB-T devices ===
</noinclude><includeonly>
</noinclude><includeonly>
Line 3,809: Line 4,999:
{{DeviceDisplayMedium|bestbuy-easy-tv-hybrid}}
{{DeviceDisplayMedium|bestbuy-easy-tv-hybrid}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=bestbuy-easy-tv-hybrid
| did=bestbuy-easy-tv-hybrid
| vendor=BestBuy
| vendor=BestBuy
Line 3,835: Line 5,025:
{{DeviceDisplayMedium|ame-dtv-5100}}
{{DeviceDisplayMedium|ame-dtv-5100}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=ame-dtv-5100
| did=ame-dtv-5100
| vendor=AME
| vendor=AME
Line 3,853: Line 5,043:
}}
}}


</includeonly>
</includeonly><noinclude>

=== AVerMedia AverTV Hybrid Volar HX (A827) ===
</noinclude><includeonly>

</includeonly><noinclude>
==== avermedia-a827 ====
{{DeviceDisplayMedium|avermedia-a827}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=avermedia-a827
| vendor=[[AVerMedia]]
| device=[[AVerMedia AverTV Hybrid Volar HX (A827)|AverTV Hybrid Volar HX (A827)]]
| standard=DVB-T, ANALOG, FM
| supported={{Supported by Vendor|text=[[http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=293&tab=APDriver]]}}
| pic=[http://www.avermedia.com/avertv/Upload/ProductImages/A827%20Renew%20300.jpg]
| url=[http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=293]
| hostinterface=USB2.0
| usbid=07ca:a827
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=none needed
| comment=
}}

</includeonly><noinclude>
=== Supported TM5600/6000/6010 Based USB DVB-T devices ===
</noinclude><includeonly>

</includeonly><noinclude>
==== terratec-cinergy-hybrid-xe ====
{{DeviceDisplayMedium|terratec-cinergy-hybrid-xe}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-hybrid-xe
| vendor=Terratec
| device=Cinergy Hybrid XE
| standard=DVB-T, ANALOG
| supported={{Supported in Kernel|since=2.6.35}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0ccd:0086
| hw=
| tuner=xc3028L
| demodulator=ZL10353
| usbbridge=tm6010
| fw=xc3028L-v36.fw
| comment=
}}

</includeonly><noinclude>
==== terratec-cinergy-hybrid-stick ====
{{DeviceDisplayMedium|terratec-cinergy-hybrid-stick}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-hybrid-stick
| vendor=Terratec
| device=Cinergy Hybrid Stick
| standard=DVB-T, ANALOG
| supported={{Supported in Kernel|since=2.6.35}}
| pic=[http://www.terratec.net/en/products/pictures/img/2418555_24d41902b7.png]
| url=[http://www.terratec.net/en/products/Cinergy_Hybrid_Stick_82268.html]
| hostinterface=USB2.0
| usbid=0ccd:00a5
| hw=
| tuner=xc3028L
| demodulator=ZL10353
| usbbridge=TM6010
| fw=xc3028L-v36.fw
| comment=
}}

</includeonly><noinclude>
==== hauppauge-wintv-hvr900h ====
{{DeviceDisplayMedium|hauppauge-wintv-hvr900h}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=hauppauge-wintv-hvr900h
| vendor=Hauppauge
| device=WinTv HVR-900H
| standard=DVB-T, ANALOG
| supported={{Supported in Kernel|since=2.6.35}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:6600
| hw=
| tuner=xc3028L
| demodulator=zl10353
| usbbridge=TM6010
| fw=xc3028L-v36.fw
| comment=
}}

</includeonly><noinclude>

=== TechnoTrend USB2.0 DVB-T devices ===
</noinclude><includeonly>

</includeonly><noinclude>
==== tt-ct-3650-ci ====
{{DeviceDisplayMedium|tt-ct-3650-ci}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=tt-ct-3650-ci
| vendor=TechnoTrend
| device=[[TechnoTrend TT-connect CT-3650 CI|TT-connect CT-3650 CI]]
| standard=DVB-T, DVB-C
| supported={{Supported in Kernel|since=3.2}}
| pic=[[Image:TT-connect_CT-3650_CI.jpg|120px]]
| url=[http://www.tt-pc.com/2916/TT-connect__CT-3650_CI.html]
| hostinterface=USB2.0
| usbid=0b48:300d
| hw=Philips TDA10023 DVB-C, NXP TDA10048HN DVB-T
| tuner=
| demodulator=
| usbbridge=
| fw=N/A
| comment=Combined DVB-T/DVB-C with integrated CI, which is fully supported from kernel 3.2.
}}


</includeonly><noinclude>

=== Sony CXD2820 DVB-T2 Devices ===
</noinclude><includeonly>

</includeonly><noinclude>
==== geniatech-t220 ====
{{DeviceDisplayMedium|geniatech-t220}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=geniatech-t220
| vendor=[[Geniatech]]
| device=[[Geniatech_T220|T220]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{Supported in Kernel|since=3.14}}, [https://tvheadend.org/boards/5/topics/10864?r=11372#message-11372 Users reporting errors with DVB-T2]
| pic=
| url=[http://www.geniatech.com/pa/t220.asp]
| hostinterface=USB2.0
| usbid=1f4d:d220
| hw= Sony CXD2820R / NXP TDA18271HD/C2 / Cypress CY7C68013A
| tuner=tda18271
| demodulator=cxd2820r
| usbbridge=cy7C68013a
| fw=N/A
| comment=Looks like [https://github.com/raspberrypi/linux/issues/82#issuecomment-27704840 August DVB-T210 is a rebranded device with the same usbids].
}}

</includeonly><noinclude>

==== pctv-nanostick-t2-290e ====
{{DeviceDisplayMedium|pctv-nanostick-t2-290e}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pctv-nanostick-t2-290e
| vendor=[[PCTV Systems]]
| device=[[PCTV Systems nanoStick T2 290e|nanoStick T2 290e]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{Supported in Kernel|since=3.0}}
| pic=[[Image:PCTV_nanoStick_T2_290e_PCB_em28xx_demod.jpg|120px]]
| url=[http://www.pctvsystems.com/Products/ProductsEuropeAsia/Digitalproducts/PCTVnanoStickT2/tabid/248/language/en-GB/Default.aspx]
| hostinterface=USB2.0
| usbid=2013:024f
| hw=[[Em28xx_devices|eMPIA em28xx]], [[Sony_CXD2820|Sony CXD2820R]], [[NXP/Philips_TDA182xx|NXP TDA18271HD/C2]]
| tuner=[[NXP/Philips_TDA182xx|NXP TDA18271HD/C2]]
| demodulator=c[[Sony_CXD2820|Sony CXD2820R]]
| usbbridge=[[Em28xx_devices|eMPIA em28xx]]
| fw=N/A
| comment=First DVB-T2 capable receiver with Linux support. Kernel 3.2+ or latest media-build may be needed for multiple Empia-based devices to work together. Details on [http://www.stevekerrison.com/290e/index.html development history].
}}


</includeonly><noinclude>

=== realtek rtl2832p devices ===
</noinclude><includeonly>

</includeonly><noinclude>

==== astrometa-dvb-t2 ====
{{DeviceDisplayMedium|astrometa-dvb-t2}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=astrometa-dvb-t2
| vendor=[[Astrometa]]
| device=[[Astrometa DVB-T2|DVB-T2]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{Supported in Kernel|since=3.13}}, only DVB-T
| pic=
| url=[http://www.astrometa.com.tw/integrated_en.html]
| hostinterface=USB2.0
| usbid=15f4:0131
| hw=[[RealTek RTL2832P]], Panasonic MN88472, Rafael Micro R828D
| tuner=Rafael Micro R828D
| demodulator=[[RealTek RTL2832P]], Panasonic MN88472
| usbbridge=[[RealTek RTL2832P]]
| fw=
| comment=Popular generic DVB-T2 USB tuner from different Chinese suppliers
}}


</includeonly><noinclude>

=== Silicon Labs si2168 devices ===
</noinclude><includeonly>

</includeonly><noinclude>
==== geniatech-t230 ====
{{DeviceDisplayMedium|geniatech-t230}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=geniatech-t230
| vendor=[[Geniatech]]
| device=[[Geniatech_T230|T230]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{yes}}
| pic=[[Image:Geniatech-t230.jpg|120px]]
| url=[http://www.geniatech.com/pa/t230.asp]
| hostinterface=USB2.0
| usbid=0572:c688
| hw=[[Silicon Labs Si2157|Silicon Labs Si2148]], [[Silicon Labs Si2168]], [[Cypress EZ-USB FX2|Cypress EZ-USB FX2 CY7C68013A]]
| tuner=[[Silicon Labs Si2157|Silicon Labs Si2148]]
| demodulator=[[Silicon Labs Si2168]]
| usbbridge=[Cypress EZ-USB FX2|Cypress EZ-USB FX2 CY7C68013A]]
| fw=[https://github.com/OpenELEC/dvb-firmware dvb-demod-si2168-b40-01.fw, dvb-tuner-si2158-a20-01.fw]
| comment= kernel >= 3.19, remote control supported.
}}

</includeonly><noinclude>

==== terratec-cinergy-t2-stick-hd ====
{{DeviceDisplayMedium|terratec-cinergy-t2-stick-hd}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=terratec-cinergy-t2-stick-hd
| vendor=[[TerraTec]]
| device=[[TerraTec_Cinergy_T2_Stick_HD|Cinergy T2 Stick HD]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{yes}}
| pic=[[Image:TerraTec_Cinergy_T2_Stick_HD.jpg|120px]]
| url=[http://www.terratec.net/details.php?artnr=130638#.VK45hHvll2j]
| hostinterface=USB2.0
| usbid=eb1a:8179
| hw=[[Silicon Labs Si2157|Silicon Labs Si2146]], [[Silicon Labs si2168]], [[Em28xx_devices|Empia EM28178]]
| tuner=[[Silicon Labs Si2157|Silicon Labs Si2148]]
| demodulator=[[Silicon Labs Si2168]]
| usbbridge=[[Em28xx_devices|Empia EM28178]]
| fw=[https://github.com/OpenELEC/dvb-firmware dvb-demod-si2168-a30-01.fw]
| comment= kernel >= 3.19, remote control supported.
}}

</includeonly><noinclude>


==== pctv-triplestick-292e ====
{{DeviceDisplayMedium|pctv-triplestick-292e}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=pctv-triplestick-292e
| vendor=[[PCTV Systems]]
| device=[[PCTV Systems tripleStick T2 (292e)|tripleStick 292e]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{yes}}
| pic=
| url=[http://www.pctvsystems.com/Products/ProductsEuropeAsia/Hybridproducts/PCTVtripleStick/tabid/308/language/en-GB/Default.aspx]
| hostinterface=USB2.0
| usbid=2013:025f
| hw=[[Silicon Labs Si2157]], [[Silicon Labs Si2168]], [[Em28xx_devices|eMPIA em28174]]
| tuner=[[Silicon Labs Si2157]]
| demodulator=[[Silicon Labs si2168]]
| usbbridge=[[eMPIA em28174]]
| fw=dvb-demod-si2168-b40-01.fw
| comment=First version of the driver has been released, look [http://blog.palosaari.fi/2014/04/naked-hardware-15-pctv-triplestick-292e.html here]
}}

</includeonly><noinclude>

==== technotrend-ct2-4400 ====
{{DeviceDisplayMedium|technotrend-ct2-4400}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=technotrend-ct2-4400
| vendor=[[TechnoTrend]]
| device=[[TechnoTrend_TT-TVStick_CT2-4400|TVStick CT2-4400]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{yes}}
| pic=
| url=[http://engl.technotrend.eu/2990/TT-TVStick__CT2-4400.html]
| hostinterface=USB2.0
| usbid=0b48:3014
| hw=[[Silicon Labs Si2157|Silicon Labs Si2158]], [[Silicon Labs Si2168]], [[Cypress EZ-USB FX2|Cypress CY7C68013A]]
| tuner=[[Silicon Labs Si2157|Silicon Labs Si2158]]
| demodulator=[[Silicon Labs Si2168]]
| usbbridge=[[Cypress EZ-USB FX2]]
| fw=dvb-demod-si2168-a30-01.fw
| comment=
}}

</includeonly><noinclude>

==== technotrend-ct2-4650 ====
{{DeviceDisplayMedium|technotrend-ct2-4650}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=technotrend-ct2-4650
| vendor=[[TechnoTrend]]
| device=[[TechnoTrend_TT-connect_CT2-4650_CI|TT-connect CT2-4650 CI]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{yes}}
| pic=
| url=[http://engl.technotrend.eu/2987/TT-connect_CT2-4650_CI.html]
| hostinterface=USB2.0
| usbid=0b48:3012
| hw=[[Silicon Labs Si2157|Silicon Labs Si2158]], [[Silicon Labs Si2168]], [[Cypress EZ-USB FX2|Cypress CY7C68013A]]
| tuner=[[Silicon Labs Si2157|Silicon Labs Si2158]]
| demodulator=[[Silicon Labs Si2168]]
| usbbridge=[[Cypress EZ-USB FX2]]
| fw=dvb-demod-si2168-a20-01.fw, dvb-tuner-si2158-a20-01.fw
| comment=
}}

</includeonly><noinclude>

Revision as of 16:36, 3 May 2015


Introduction to this page

The data contained in this template is slowly replacing the collection of tables in the DVB-T_USB Devices article.

The main purpose is to collect the available information on devices that now is scattered around on device/chipset/driver pages, and at the same time make it accessible from all those places. Having a "single copy" will hopefully ease updating information on devices and drivers.

How do I add a new device?

Note: Hints: Go to your my preferences page (visible on the top row of every page when you are logged in). Click on the Editing tab and make sure you have checked the Enable section editing via [edit] links option. Also select an adequate size for your editing window (I use 80x25) and maybe activate the Widen the edit box to fill the entire screen option.

First open two more browser tabs. One tab with this page, so that you can read up on the instructions while you are editing, and one tap with USB_Devices_ListData/Helper, a reference page where there is a List of all the devices that are stored on this page. There you can check on how data will be shown in the tables.

Second identify a section where your device would fit in. This is not technically needed but it will help you when using an existing device as template for your new device.

Click on the [edit] link on the right of that section's title.

Look at the data of a device that is already there, and look at the reference page and the instructions to make sure you understand what the fields mean and where they show up.

Now either copy an existing device's data or copy the cut'n paste template from the instructions and fill in your device's data.

The most important field is the did as it will allow you to select that specific device on your device page. Having the did repeated in the subsection header will allow your browser to jump to the right place if you click the edit icon in a table.

Note: If you edit the data below, you may have to outsmart your browser-cache and the rendering cache of the wiki. Otherwise your changes might not appear in the table renderings.

How do I show the data on a Device/Vendor/... page ?

Note: The mental crutch that I use to visualize the data in my head is a simple spread sheet with one row per device and one column per property (like Vendor, Name, support status ...).

Keeping all the information in one place of course means that there will be lots of details that most users don't care about. Using some minor template voodoo, it is possible to select a limited subset of data fields per device and thus construct tables with a small subset of columns. If you think of it as a spread sheet you may have only a couple of columns shown. (Some examples are currently shown on HLPlayground2 (Warning: HUGE Page!..but look at how tiny the source is.))

Still, usually you will not want to have all the devices listed.

With some more template voodoo and the help of the ParserFunctions/StringFunctions extension it is possible to select subsets of the data by their content. Think of it as only showing rows in your spread sheet if they contain certain elements. E.g. Only show devices that use a certain tuner or only show devices by a certain vendor. ( If you are interested in the Details, go to Template:List of Device List Templates )

Some examples are currently shown on HLPlayground2/rowselection and HLPlayground2/doubleselection and in the next section...

Usage Examples on device pages

Low detail:

{{Device_List_Low_Detail/Header
| content = 
{{USB_Device_Data
|renderwith=Device_List_Low_Detail/Row
|selatt1=did
|selval1=msi-digivox-mini-ii-v3
}}
}}
Note: As you can see did is set as selection attribute and msi-digivox-mini-ii-v3 as selection value. This used to be a simple device but the vendor started selling a completely different device with the same name and a different USB ID. We changed the existing device's did by appending the USB ID and since the selection is done by searching for a substring, that table above will now produce both, the old and the new device. Neat, isn't it?

If you want to show some more detail you can change Low to Medium in both template names. (The /Header and /Row template.)

{{Device_List_Medium_Detail/Header
| content = 
{{USB_Device_Data
|renderwith=Device_List_Medium_Detail/Row
|selatt1=did
|selval1=msi-digivox-mini-ii-v3
}}
}}

There is also a set of templates for Full details if you want to get the fields that are meant for filtering only, like the did field itself.

Syntax and Semantics

Here is a cut'n paste template for new devices. (Don't forget use the same XxXxXxXxXxXxX in all three places.)

</includeonly><noinclude>
==== XxXxXxXxXxXxX ====
{{DeviceDisplayMedium|XxXxXxXxXxXxX}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=XxXxXxXxXxXxX
| vendor=
| device=
| standard=
| supported=
| pic=
| url=
| hostinterface=
| usbid=
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=
| comment=
}}

did a device ID that makes it possible to render just this one device in a table and to jump directly to the device on this page. As matching in the selection templates is done on substrings you need to make sure that the did's are unique and disjoint. Also try to only use lowercase letters, numbers, and the dash "-". The did is not meant to be shown to average reading-only users of the wiki but rather be used by editors. So we can dispense with nice form and concentrate on function
   msi-digivox-mini-ii-v3-15a4-9016 
vendor the device manufacturer/vendor. E.g. Hauppauge. Feel free to make it a link to the vendor page in the wiki. E.g. by writing
   [[Hauppauge]] 
device the device name. E.g. Cinergy T XXS. This is also the place to put a link to a device page. Since most device pages contain the vendor in the page title, you may have to give the page title and the device name separately like this
   [[TerraTec Cinergy T USB XXS|Cinergy T XXS]] 
standard the broadcasting standard or standards that the device supports E.g. Possible values would be the analog encodings "ANALOG-PAL" "ANALOG-NTSC" "ANALOG-SECAM" as well as digital encodings "DVB-T" "DVB-C" "DVB-C2" "DVB-S" "DVB-S2" "DVB-H" "DVB-SH" "ATSC" "ATSC-M/H" "ISDB-S" "ISDB-T" "1seg" "ISDB-C" "SBTVD/ISDB-Tb" "DMB-T/H" "ADTB-T" "CMMB" "DMB-T" "T-DMB" "S-DMB" "MediaFLO". Even "FM-RADIO" and "AM-RADIO" could be included in this list.

Im most cases however it will simply be

   DVB-T 
supported support status.
   {{yes}} or {{no}} 

if there is no further detail but I'd prefer something like

    {{Supported in Kernel|since=2.6.25|file=drivers/media/dvb/dvb-usb/dib0700_devices.c}} 

if supported by vanilla kernel since version 2.6.25 (the entry will be linked to the kernel source repository)

   {{Supported in HG|since=2009-01-31}} 

for support in main line mercurial repository

   {{Supported in HG Branch|since=2009-01-31|branchurl=http://linuxtv.org/hg/~anttip/af9015/}} 

for support in certain branch

   {{Supported in External|since=2009-01-31|url=http://mcentral.de/wiki/index.php5/Em2880}} 

for support somewhere else

pic preferably an image uploaded to the wiki (using 120px width). Like this:
[[image:Dvb-t-usb-msi-digivox-ii-rev3-001.jpg|120px]]
Links to (not embedding of) external pictures are OK in a pinch, but those might disappear any time as some vendors only keep the current devices on their page and every older Device vanishes. Please, please, please, if you own a device that doesn't have a picture yet, take one and upload it. Even a blurry picture taken with a mobile phone camera is better than nothing. However, do not upload pictures that you downloaded from a vendor page without asking for permission to use it here. Taking a picture of a device that you own is the better choice and other users will greatly benefit from it.
url link to the manufacturers/vendors page for that device. but also links to linux user experience pages, forum articles or mailing list achives regarding this device.
hostinterface interface supported. E.g. "USB1.1" and "USB2.0" but also "ISA" "PCI32" "PCI64" "PCI-X" "PCIe" "PCCARD" "CardBus" "ExpressCard" "IEEE1394" Currently most devices have
   USB2.0 
hw summary of the hardware (human readable). this field holds the hardware data during transition from older tables of devices also also allows to add hw related information beyond tuner, demodulator and usb bridge.
usbid usb id. 4 hex digits, colon, 4 hex digits. lower case. e.g.
   12ba:f001 

If your device changes its USB ID after having its firmware uploaded please only add the "cold" id. The one shown before firmware upload. The warm id should go the the device's page.

  • tuner
  • demodulator
  • usbbridge
machine readable component names for implementing filters based on this. E.g. af9015, vt7045, mt2060. Check out the Afatech AF9015 page for a table that filters for usbbridge == af9015
fw firmware file name. a link if it isn't included with most linux distributions.
comment human readable comments. if those comments stretch several lines, it is time to make a device page. :-)

Data

Click on Edit to see the data.

unsupported devices

anysee-e7-all

The data for the device anysee-e7-all is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


conceptronic-ctvdigdual-v2

The data for the device conceptronic-ctvdigdual-v2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


agk-10314

The data for the device agk-10314 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


artec-atsc-t14a

The data for the device artec-atsc-t14a is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia a8xx series

avermedia-a800

The data for the device avermedia-a800 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-a835

The data for the device avermedia-a835 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-a835b

The data for the device avermedia-a835b is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Avermedia-A835B(1835)

The data for the device Avermedia-A835B(1835) is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-a825

The data for the device avermedia-a825 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia h800

avermedia-h830

The data for the device avermedia-h830 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-h830d

The data for the device avermedia-h830d is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


AF9005 Devices

ansonic-stick

The data for the device ansonic-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


allnet-all2006

The data for the device allnet-all2006 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

delock93168

The data for the device delock93168 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Easy TV A05

The data for the device easytv-a05 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


ridata-t100

The data for the device ridata-t100 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-txe-rev1

The data for the device terratec-txe-rev1 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


AF9015 Devices

afatech-9015-9016

The data for the device afatech-9015-9016 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

avermedia-a309

The data for the device avermedia-a309 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

alcor-dtv-duo

The data for the device alcor-dtv-duo is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-a815

The data for the device avermedia-a815 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

avermedia-a850

The data for the device avermedia-a850 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

avermedia-a805

The data for the device avermedia-a805 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

conceptronic-ctvdigrcu

The data for the device conceptronic-ctvdigrcu is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dikom-ultimate

The data for the device dikom-ultimate is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


digitalnow-tinytwin-v1

The data for the device digitalnow-tinytwin-v1 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


digitalnow-tinytwin-v2

The data for the device digitalnow-tinytwin-v2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


digitalnow-tinytwin-v3

The data for the device digitalnow-tinytwin-v3 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


digittrade-stick

The data for the device digittrade-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

fujitsu-siemens-slim

The data for the device fujitsu-siemens-slim is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


geniatech-t328b

The data for the device geniatech-t328b is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


genius-tvgo-t03-af9015

The data for the device genius-tvgo-t03-af9015 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

genius-tvgo-t03-rtl2832

The data for the device genius-tvgo-t03-rtl2832 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


hama-usb2stick

The data for the device hama-usb2stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


kworld-395u

The data for the device kworld-395u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


kworld-399u-dual

The data for the device kworld-399u-dual is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


kworld-pc160-2t

The data for the device kworld-pc160-2t is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


kworld-mc810

The data for the device kworld-mc810 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


leadtek-dtv-gold

The data for the device leadtek-dtv-gold is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


lifeview-lv5t

The data for the device lifeview-lv5t is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

msi-digivox-duo

The data for the device msi-digivox-duo is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

msi-digivox-mini-ii-v3-15a4-9016

The data for the device msi-digivox-mini-ii-v3-15a4-9016 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

msi-digivox-mini-ii-v3-1d19-1101

The data for the device msi-digivox-mini-ii-v3-1d19-1101 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


msi-digivox-mini-iii

The data for the device msi-digivox-mini-iii is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

peak-203244

The data for the device peak-203244 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


pinnacle-71e

The data for the device pinnacle-71e is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

sveon-stv22-dual-usb2

The data for the device sveon-stv22-dual-usb2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


szforward-eztv859

The data for the device szforward-eztv859 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


telstar-starstick2

The data for the device telstar-starstick2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-trc-mk2

The data for the device terratec-trc-mk2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


terratec-txe-rev2

The data for the device terratec-txe-rev2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-dual-rc

The data for the device terratec-dual-rc is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


tevion-dk-5203

The data for the device tevion-dk-5203 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

trekstor-dvb-t-usb

The data for the device trekstor-dvb-t-usb is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

tvisto-t523

The data for the device tvisto-dvbusb-white is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


tvisto-dvbusb-ec168

The data for the device tvisto-dvbusb-ec168 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

tvisto-dvbusb-black

The data for the device tvisto-dvbusb-black is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


tvisto-unknown

The data for the device tvisto-unknown is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


twinhan-ad-tu700

The data for the device twinhan-ad-tu700 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

xtensions-xd-380

The data for the device xtensions-xd-380 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-t-stick-rc-hd

The data for the device terratec-cinergy-t-stick-rc-hd is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-t-stick-rc-hd-rev3

The data for the device terratec-cinergy-t-stick-rc-hd-rev3 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


AF9035 Devices

asus-my-cinema-u3100-mini-plus

The data for the device asus-my-cinema-u3100-mini-plus is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


asus-my-cinema-u3100-mini-plus-v2

The data for the device asus-my-cinema-u3100-mini-plus-v2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


terratec-cinergy-t-stick-af9035

The data for the device terratec-cinergy-t-stick-af9035 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


ezcap-afatech-9035

The data for the device ezcap-afatech-9035 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


msi-digivox-mini-hybrid

The data for the device msi-digivox-mini-hybrid is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-a867

The data for the device avermedia-a867 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


terratec-t6

The data for the device terratec-t6 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Anysee E30 Devices

anysee-e30-dvb-t

The data for the device anysee-e30-dvb-t is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

anysee-e30-plus-dvb-t

The data for the device anysee-e30-plus-dvb-t is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

anysee-e30-combo-plus-dvb-tc

The data for the device anysee-e30-combo-plus-dvb-tc is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


au6610 devices

sigmatek-dvb-110

The data for the device sigmatek-dvb-110 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

IT9135 Devices

The data for the device IT9135 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

kworld-ub499-2t-9135

The data for the device kworld-ub499-2t-9135 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

kworld-ub499-2t-9137

The data for the device kworld-ub499-2t-9137 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

szforward-eztv868

The data for the device szforward-eztv868 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

zolid-mini-dvb-t-stick-v1

The data for the device zolid-mini-dvb-t-stick-v1 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

zolid-mini-dvb-t-stick-v2

The data for the device zolid-mini-dvb-t-stick-v2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


ite-9005-dvb-t-stick

The data for the device ite-9005-dvb-t-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

ite-9006-dvb-t-stick

The data for the device ite-9006-dvb-t-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

sveon-stv22-dual-dvb-t-hdtv

The data for the device sveon-stv22-dual-dvb-t-hdtv is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Intel CE6230 based receivers

intel-ce9500-reference

The data for the device intel-ce9500-reference is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-a310

The data for the device avermedia-a310 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


TerraTec Cinergy T²

terratec-cinergy-t2

The data for the device terratec-cinergy-t2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

cxusb

medion-md95700

The data for the device medion-md95700 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dvico-fusion-hdtv-5-gold

The data for the device dvico-fusion-hdtv-5-gold is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dvico-fusion-hdtv-dual-1

The data for the device dvico-fusion-hdtv-dual-1 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dvico-fusion-hdtv-lgz201

The data for the device dvico-fusion-hdtv-lgz201 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dvico-fusion-hdtv-th7579

The data for the device dvico-fusion-hdtv-th7579 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

digitalnow-dee1601-dual

The data for the device digitalnow-dee1601-dual is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dvico-fusion-hdtv-dual-2

The data for the device dvico-fusion-hdtv-dual-2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dvico-fusion-hdtv-dual-4-rev1

The data for the device dvico-fusion-hdtv-dual-4-rev1 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dvico-fusion-hdtv-nano-1

The data for the device dvico-fusion-hdtv-nano-1 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dvico-fusion-hdtv-nano-2

The data for the device dvico-fusion-hdtv-nano-2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

avermedia-a868

The data for the device avermedia-a868 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dvico-fusion-hdtv-dual-4-rev2

The data for the device dvico-fusion-hdtv-dual-4-rev2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


DiB0700 USB2.0 DVB-T devices

dibcom-stk7700p-ref

The data for the device dibcom-stk7700p-ref is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dibcom-stk7700pc-ref

The data for the device dibcom-stk7700pc-ref is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

kaiserbaas-Netbook-TvStick-STK7770P

The data for the device kaiserbaas-Netbook-TvStick-STK7770P is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

hauppauge-nova-t-stick

The data for the device hauppauge-nova-t-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


avermedia-avertv-volar

The data for the device avermedia-avertv-volar is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

hauppauge-nova-t500-dual

The data for the device hauppauge-nova-t500-dual is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

compro-videomate-u500

The data for the device compro-videomate-u500 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


uniwill-stk7700p

The data for the device uniwill-stk7700p is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

leadtek-stk7700p

The data for the device leadtek-stk7700p is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pinnacle-pctv-2000e

The data for the device pinnacle-pctv-2000e is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pinnacle-pctv-dual-diversity-stick

The data for the device pinnacle-pctv-dual-diversity-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pctv-2002e

The data for the device pctv-2002e is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pctv-2002e SE

The data for the device pctv-2002eSE is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


terratec-dt-xs-diversity

The data for the device terratec-dt-xs-diversity is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


hauppauge-nova-td-diversity

The data for the device hauppauge-nova-td-diversity is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dibcom-stk7700d-ref

The data for the device dibcom-stk7700d-ref is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dibcom-dib7070p-ref

The data for the device dibcom-dib7070p-ref is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pinnacle-pctv-flash-stick

The data for the device pinnacle-pctv-flash-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dibcom-dib7070pd-ref

The data for the device dibcom-dib7070pd-ref is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

avermedia-avertv-dvbt-t-express

The data for the device avermedia-avertv-dvbt-t-express is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


gigabyte-u7000

The data for the device gigabyte-u7000 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


artec-t14br-dib7xxx-based

The data for the device artec-t14br-dib7xxx-based is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


asus-my-cinema-u3000-mini

The data for the device asus-my-cinema-u3000-mini is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


asus-my-cinema-u3100-mini-dib

The data for the device asus-my-cinema-u3100-mini-dib is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


hauppauge-nova-t-ce-stick

The data for the device hauppauge-nova-t-ce-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


hauppauge-nova-t-mytv-t-stick

The data for the device hauppauge-nova-t-mytv-t-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


terratec-cinergy-ht-usb-xe

The data for the device terratec-cinergy-ht-usb-xe is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


pinnacle-expresscard-320cx

The data for the device pinnacle-expresscard-320cx is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pinnacle-pctv-72e

The data for the device pinnacle-pctv-72e is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


pinnacle-pctv-73e-plain

The data for the device pinnacle-pctv-73e-plain is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


yuan-ec372s

The data for the device yuan-ec372s is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-ht-express

The data for the device terratec-cinergy-ht-express is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-t-usb-xxs-t3

The data for the device terratec-cinergy-t-usb-xxs-t3 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


hauppauge-nova-td-stick-52009

The data for the device hauppauge-nova-td-stick-52009 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


hauppauge-nova-td-500-84xxx

The data for the device hauppauge-nova-td-500-84xxx is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


gigabyte-u8000-rh

The data for the device gigabyte-u8000-rh is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


yuan-high-tech-stk7700ph

The data for the device yuan-high-tech-stk7700ph is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


yuan-high-tech-pd770a

The data for the device yuan-high-tech-pd770a is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


crypto-diva-pd770a

The data for the device crypto-diva-pd770a is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


asus-my-cinema-u3000hybrid

The data for the device asus-my-cinema-u3000hybrid is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


pinnacle-pctv-hd-pro-usb-stick

The data for the device pinnacle-pctv-hd-pro-usb-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pinnacle-pctv-hd-usb-stick

The data for the device pinnacle-pctv-hd-usb-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-t-express

The data for the device terratec-cinergy-t-express is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-dt-usb-xs-diversity-t5

The data for the device terratec-cinergy-dt-usb-xs-diversity-t5 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


sony-playtv

The data for the device sony-playtv is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


yuan-pd378s

The data for the device yuan-pd378s is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

hauppauge-atsc-minicard-b200-

The data for the device hauppauge-atsc-minicard-b200- is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

hauppauge-atsc-minicard-b210-

The data for the device hauppauge-atsc-minicard-b210- is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

yuan-high-tech-mc770

The data for the device yuan-high-tech-mc770 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

elgato-eyetv-dtt-plain

The data for the device elgato-eyetv-dtt-plain is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


elgato-eyetv-dtt-dlx-pd378s

The data for the device elgato-eyetv-dtt-dlx-pd378s is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

elgato-eyetv-dtt-dlx-v2

The data for the device elgato-eyetv-dtt-dlx-v2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


leadtek-winfast-dtv-dongle-h

The data for the device leadtek-winfast-dtv-dongle-h is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

yuan-high-tech-stk7700d

The data for the device yuan-high-tech-stk7700d is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

yuan-high-tech-dibcom-stk7700d

The data for the device yuan-high-tech-dibcom-stk7700d is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pinnacle-pctv-73a

The data for the device pinnacle-pctv-73a is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

pinnacle-pctv-73e-se

The data for the device pinnacle-pctv-73e-se is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


pinnacle-pctv-282e

The data for the device pinnacle-pctv-282e is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dibcom-stk7770p-reference-design

The data for the device dibcom-stk7770p-reference-design is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-t-usb-xxs-hd

The data for the device terratec-cinergy-t-usb-xxs-hd is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dibcom-stk807xpvr-reference-design

The data for the device dibcom-stk807xpvr-reference-design is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dibcom-stk807xp-reference-design

The data for the device dibcom-stk807xp-reference-design is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

prolink-pixelview-sbtvd

The data for the device prolink-pixelview-sbtvd is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


DiB3000M-B USB1.1 DVB-T devices

avermedia-dib3000mb-based

The data for the device avermedia-dib3000mb-based is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

compro-videomate-u2000

The data for the device compro-videomate-u2000 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dibcom-dib3000mb-mod3000

The data for the device dibcom-dib3000mb-mod3000 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


kworld-xpert-dtv-dib3000mb

The data for the device kworld-xpert-dtv-dib3000mb is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

grandtec-dib3000mb

The data for the device grandtec-dib3000mb is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

unknown-dib3000mb

The data for the device unknown-dib3000mb is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

twinhan-magicbox-i-hama

The data for the device twinhan-magicbox-i-hama is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


artec-t1-an2135

The data for the device artec-t1-an2135 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


videowalker-dib3000mb

The data for the device videowalker-dib3000mb is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


artec-t1-an2235

The data for the device artec-t1-an2235 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


kworld-300u

The data for the device kworld-300u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

adstech-ptv333

The data for the device adstech-ptv333 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


kworld-xpert-usb2

The data for the device kworld-xpert-usb2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


artec-t1-dib3000mb-usb2

The data for the device artec-t1-dib3000mb-usb2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


DiB3000M-C/P USB2.0 DVB-T devices

dibcom-dib3000mc-mod3000p

The data for the device dibcom-dib3000mc-mod3000p is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


artec-t1-3000mc-usb2

The data for the device artec-t1-3000mc-usb2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

lite-on-dib3000mc

The data for the device lite-on-dib3000mc is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


msi-digivox-mini-sl

The data for the device msi-digivox-mini-sl is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


grand-dib3000mc

The data for the device grand-dib3000mc is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

artec-t14-dib3000mc-based

The data for the device artec-t14-dib3000mc-based is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


leadtek-dib3000mc-based

The data for the device leadtek-dib3000mc-based is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

yuan-pd300-dib3000mc

The data for the device yuan-pd300-dib3000mc is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


clones
toshiba-px1211e-1tvd

The data for the device toshiba-px1211e-1tvd is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


intuix-tnt-s800

The data for the device intuix-tnt-s800 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

medion-95733-95713

The data for the device medion-95733-95713 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

typhoon-tv-movie-dib3000mc

The data for the device typhoon-tv-movie-dib3000mc is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Nebula DigiTV USB version - DVB-T

nebula-micro-digitv-usb

The data for the device nebula-micro-digitv-usb is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


dtt200u.c WideView/Yakumo/Hama/Typhoon/Club3D/Miglia DVB-T USB2.0 devices

wideview-wt200u

The data for the device wideview-wt200u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

wideview-wt220u

The data for the device wideview-wt220u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

wideview-zl353-wt220u

The data for the device wideview-zl353-wt220u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

wideview-fc-wt220u

The data for the device wideview-fc-wt220u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

miglia-wt220u

The data for the device miglia-wt220u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


m920x devices

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=drivers/media/dvb/dvb-usb/m920x.c

msi-mega-sky-580

The data for the device msi-mega-sky-580 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


lifeview-lr540

The data for the device lifeview-lr540 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

zappa-lr523

The data for the device zappa-lr523 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

msi-digivox-mini-ii-v1

The data for the device msi-digivox-mini-ii-v1 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dposh-920x

The data for the device dposh-920x is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

Hauppauge WinTV-NOVA-T usb2

hauppauge-wintv-nova-t-usb2

The data for the device hauppauge-wintv-nova-t-usb2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


HanfTek UMT-010

hanftek-umt-010

The data for the device hanftek-umt-010 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


MSI Mega Sky 55801 DVB-T USB2.0

msi-mega-sky-55801

The data for the device msi-mega-sky-55801 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


a-link-dtu-dvb-t-no-postfix

The data for the device a-link-dtu-dvb-t-no-postfix is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Twinhan DVB-T USB2.0

digitalnow-tinyusb-2

The data for the device digitalnow-tinyusb-2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

digitalrise-ter-beetle

The data for the device digitalrise-ter-beetle is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

dnt-euromini-100

The data for the device dnt-euromini-100 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

fujitsu-siemens-dvbt-mobile-tv-tuner

The data for the device fujitsu-siemens-dvbt-mobile-tv-tuner is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


twinhandtv-alpha-rev7045

The data for the device twinhandtv-alpha-rev7045 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

twinhandtv-magicboxii

The data for the device twinhandtv-magicboxii is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


WideView/Yakumo/Hama/Typhoon/Yuan Boxes and Pens

bestbuy-easy-tv-wt220u

The data for the device bestbuy-easy-tv-wt220u is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

RealTek 2832U Devices

  • Twintech-UT-30
  • Gigabyte U7300
  • TERRATEC Cinergy T Stick BLACK
  • ...


Twintech-UT-30

The data for the device Twintech-UT-30 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Gigabyte U7300

The data for the device Gigabyte U7300 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Supported Em2880/Em2870 Based USB DVB-T devices

bestbuy-easy-tv-hybrid

The data for the device bestbuy-easy-tv-hybrid is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

AME DTV-5100 / TechGear DigitalTV Stick (TGTV-490)

ame-dtv-5100

The data for the device ame-dtv-5100 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


AVerMedia AverTV Hybrid Volar HX (A827)

avermedia-a827

The data for the device avermedia-a827 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

Supported TM5600/6000/6010 Based USB DVB-T devices

terratec-cinergy-hybrid-xe

The data for the device terratec-cinergy-hybrid-xe is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

terratec-cinergy-hybrid-stick

The data for the device terratec-cinergy-hybrid-stick is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)

hauppauge-wintv-hvr900h

The data for the device hauppauge-wintv-hvr900h is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


TechnoTrend USB2.0 DVB-T devices

tt-ct-3650-ci

The data for the device tt-ct-3650-ci is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Sony CXD2820 DVB-T2 Devices

geniatech-t220

The data for the device geniatech-t220 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


pctv-nanostick-t2-290e

The data for the device pctv-nanostick-t2-290e is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


realtek rtl2832p devices

astrometa-dvb-t2

The data for the device astrometa-dvb-t2 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


Silicon Labs si2168 devices

geniatech-t230

The data for the device geniatech-t230 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


terratec-cinergy-t2-stick-hd

The data for the device terratec-cinergy-t2-stick-hd is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


pctv-triplestick-292e

The data for the device pctv-triplestick-292e is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


technotrend-ct2-4400

The data for the device technotrend-ct2-4400 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)


technotrend-ct2-4650

The data for the device technotrend-ct2-4650 is right here. You just can't see it because it is meant to be used in a template 'transclusion'. If you are logged in you can click on the [edit] link to the right to change the data for this device. If you are not logged in, you can click on the view source tab at the top of this page to at least see how data is stored here.

It's probably best if you open the edit link in a separate tab. That way you can use this tab to read the explanation of the syntax above or jump back to the place where you came from and see how your changes look there. (Don't forget that your browser cache or the wiki's rendering cache might need some time or persuasion to catch up with the new content.)