Template:USB Device Data: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (ordering based on .c files)
m (→‎terratec-cinergy-t2: Addition of a photo of the device)
 
(634 intermediate revisions by 76 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>


== Introduction to this page ==
The data contained in this template will sooner or later replace the collection of tables in the [[DVB-T_USB Devices]] article.
The main purpose is to channel the available information on devices that now is scattered around on device/chipset/driver pages.


The data contained in this template is slowly replacing the collection of tables in the [[DVB-T_USB Devices]] article.
{{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 this table rendering. Also the "Show Preview" button will not work as expected. Table previews rendered on data that you changed will not show your changes until you save the page! }}


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.
With the help of the ParserFunctions/StringFunctions extension it is now possible to select subsets of the data for other purposes.
Having a "single copy" will hopefully ease updating information on devices and drivers.
E.g. The devices that use a certain tuner or the devices by a certain vendor.


== Full Detail Table ==
== How do I add a new device? ==


{{note|Freshly created user accounts need to wait one day before they gain permission to edit templates.}}
{{DVB-T_USB_Devices_List_Full/Header

| content = {{DVB-T_USB_Devices_ListData|renderwith=DVB-T_USB_Devices_List_Full/Row}}
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:
<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?}}
<!-- ****************************************************************** -->
<!-- ^^^^^ ABOVE IS ONLY THE TABLE FOR "LOCAL" VIEW OF THE DATA ^^^^^ -->
<!-- ^^^^^^ IT DOES NOT WORK FOR PREVIEWS WHEN EDITING DATA HERE ^^^^^^ -->
<!-- ^^^^^^^^^^ ONLY FOR "NORMAL" VIEWING OF THIS TEMPLATE ^^^^^^^^^^^ -->
<!-- ****************************************************************** -->


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


Here is a cut'n paste template for new devices. (Don't forget to add the subsection and table rendering with the respective ''did''.)
<pre>
<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.
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}

| did=
== 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=
| standard=
| supported=
| supported=
| pic=
| pic=
| url=
| url=
| hostinterface=
| type=
| usbid=
| usbid=
| hw=
| hw=
Line 46: 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
| ''device'' || the device name. E.g. Cinergy XXS
<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.
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
<pre> {{Supported in Kernel|since=2.6.25|file=drivers/media/dvb/dvb-usb/dib0700_devices.c}} </pre>
{{Supported_in_HG|since=2009-01-31}} for support in main line mercurial repository
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.
|-
|-
| ''type'' || interface supported. E.g. USB1.1 or USB2.0 (put USB1.1 first if the device supports both)
| ''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 74: 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. :-)
|}
|}


== Data ==
Please make sure that ''did''s are unique and not prefix of any other did. Here's a short helper table that only lists those did's:
Click on Edit to see the data.
</noinclude><includeonly>


</includeonly><noinclude>
{{DVB-T_USB_Devices_List_did-only/Header
=== unsupported devices ===
| content = {{DVB-T_USB_Devices_ListData|renderwith=DVB-T_USB_Devices_List_did-only/Row}}
</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}}
<!-- vvvvvvvv BELOW IS THE REAL DATA THAT SHOULD BE EDITED vvvvvvvvvvv -->
</noinclude><includeonly>
<!-- vvvvv THERE IS AN EMPTY DEVICE DATA SET FOR CUT'N PASTE vvvvvvvv -->
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
<!-- vvvvvvvvvvvv DOWN BELOW TO HELP ADDING NEW DEVICES vvvvvvvvvvvvvv -->
| 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>
== Data ==

Click on Edit to see the data.
==== agk-10314 ====
{{DeviceDisplayMedium|agk-10314}}
</noinclude><includeonly>
</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>
</includeonly><noinclude>

=== avermedia a800 ===
==== 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>

==== emtec-s830 ====
{{DeviceDisplayMedium|emtec-s830}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=emtec-s830
| vendor=[[EMTEC]]
| device=[[Emtec S830|S830]]
| standard=DVB-T
| supported={{no}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:1e8c
| hw=2 x Microtune MT2266F (tuners) / 2 x DiBcom7000PC1-AXXXa-G QGYN8 (demodulators)
| tuner=MT2266F
| demodulator=DiBcom7000PC1-AXXXa-G QGYN8
| usbbridge=
| fw=
| comment=
}}

</includeonly><noinclude>

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


Line 106: Line 284:
{{DeviceDisplayMedium|avermedia-a800}}
{{DeviceDisplayMedium|avermedia-a800}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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 DVB-T2
| 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=[[image:AVerMedia-AverTV-DVB-T-USB2.0.JPG|120px]]
| 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]
| type=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=
| usbid=07ca:a800
| hw=[[DiBcom DiB3000|DiBcom 3000P]] dvb-usb-a800.ko
| hw=[[DiBcom DiB3000|DiBcom 3000P]] dvb-usb-a800.ko
| tuner=
| tuner=
| demodulator=
| demodulator=dib3000m
| usbbridge=
| usbbridge=
| 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).
| 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>
</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 & Volar Green (A835B)
| standard=DVB-T
| supported={{yes}}
| 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/ Because with this incorrect firmware downloaded, the USB device reset will fail (dmesg shows: "FRM Failed to reboot device..."). The correct firmware is here: https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-usb-it9135-02.fw (5817 bytes).
}}


</includeonly><noinclude>

==== avermedia-td110 ====
{{DeviceDisplayMedium|avermedia-td110}}
</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 HD 2 07ca:a110
| vendor=[[AVerMedia]]
| device=AVerTV AverTV Volar HD 2 (TD110)
| standard=DVB-T
| supported={{yes}}, could need build kernel with linuxtv to works.
| pic=[https://d164vpkda9uyv1.cloudfront.net/web_upload/consumer/product/gallery/TD110_gallery_3.jpg]
| url=[https://www.avermedia.com/sp/tv_more/product/tv/avertv_volar_hd_2]
| hostinterface=USB2.0
| usbid=07ca:a110
| hw=[[IT913X]]
| tuner=
| demodulator=
| usbbridge=
| fw=[https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-usb-it9135-02.fw]
| comment=Same device as A835B, but it could need linuxtv to works.
}}


</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>

}}

</includeonly><noinclude>

=== AF9005 Devices ===
=== AF9005 Devices ===
</noinclude><includeonly>
</noinclude><includeonly>
Line 131: Line 487:
{{DeviceDisplayMedium|ansonic-stick}}
{{DeviceDisplayMedium|ansonic-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.25|file=drivers/media/dvb/dvb-usb/af9005.c}}
| 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]
| type=USB1.1
| hostinterface=USB1.1
| usbid=10b9:6000
| usbid=10b9:6000
| comment=
| comment=
Line 149: Line 506:


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

==== allnet-all2006 ====
==== allnet-all2006 ====
{{DeviceDisplayMedium|allnet-all2006}}
{{DeviceDisplayMedium|allnet-all2006}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.23 or .25?|file=drivers/media/dvb/dvb-usb/af9005.c}}
| 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]
| type=USB1.1
| hostinterface=USB1.1
| usbid=
| usbid=
| comment=The tuner sensitivity is less than impressive.
| comment=The tuner sensitivity is less than impressive.
Line 173: Line 532:
{{DeviceDisplayMedium|delock93168}}
{{DeviceDisplayMedium|delock93168}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.23 or .25?|file=drivers/media/dvb/dvb-usb/af9005.c}}
| 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]
| type=USB1.1
| hostinterface=USB1.1
| usbid=
| usbid=
| comment=
| comment=
Line 191: Line 551:


</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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.23 or .25?|file=drivers/media/dvb/dvb-usb/af9005.c}}
| pic=
| pic=
| url=[http://www.ritek.com/p2-pro5-lp.asp]
| url=[http://www.ritek.com/p2-pro5-lp.asp]
| type=USB1.1
| hostinterface=USB1.1
| usbid=
| usbid=
| comment=
| comment=
Line 215: Line 600:
{{DeviceDisplayMedium|terratec-txe-rev1}}
{{DeviceDisplayMedium|terratec-txe-rev1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.23|file=drivers/media/dvb/dvb-usb/af9005.c}}
| pic=
| pic=[[image:Dvb-t-usb-terratec-cinergy-t-usb-xe-001.jpg|120px]]
| 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]
| type=USB1.1
| hostinterface=USB1.1
| usbid=0ccd:0055
| usbid=0ccd:0055
| tuner=
| tuner=
Line 229: Line 615:
| 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 241: Line 627:
{{DeviceDisplayMedium|afatech-9015-9016}}
{{DeviceDisplayMedium|afatech-9015-9016}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=afatech-9015-9016
| did=afatech-9015-9016
| vendor=Afatech
| vendor=Afatech
| device=AF9015 DVB-T USB2.0 stick
| device=AF9015 DVB-T USB2.0 stick
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=15a4:9015 15a4:9016
| usbid=15a4:9015 15a4:9016
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 262: Line 649:
{{DeviceDisplayMedium|avermedia-a309}}
{{DeviceDisplayMedium|avermedia-a309}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=avermedia-a309
| did=avermedia-a309
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
| device=A309 Mini Card
| device=A309 Mini Card
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=07ca:a309
| usbid=07ca:a309
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 280: Line 668:


</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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=avermedia-a815
| did=avermedia-a815
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
| device=[[AVerMedia AVerTV Digi Volar X (A815)|AVerTV Digi Volar X (A815)]]
| device=[[AVerMedia AVerTV Digi Volar X (A815)|AVerTV Digi Volar X (A815)]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[image:Volar_x.png|120px]]
| pic=[[image:Volar_x.png|120px]]
| url=[http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=39]
| url=[http://homefree.avermedia.com/avertv/Upload/ProductImages/A815_Datasheet_EN_20121102.pdf]
| type=USB2.0
| hostinterface=USB2.0
| usbid=07ca:a815
| usbid=07ca:a815
| hw=[[Afatech AF9015|Afatech AF9015-NT*]], MXL5003S
| hw=[[Afatech AF9015|Afatech AF9015-NT*]], MXL5003S
| tuner=mxl5003s
| tuner=[[MXL5003S]]
| demodulator=af9015
| demodulator=[[Afatech AF9015|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://palosaari.fi/linux/v4l-dvb/firmware/af9015/ dvb-usb-af9015.fw]
| comment=
| comment=
}}
}}


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

==== avermedia-a850 ====
==== avermedia-a850 ====
{{DeviceDisplayMedium|avermedia-a850}}
{{DeviceDisplayMedium|avermedia-a850}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=avermedia-a850
| did=avermedia-a850
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
| device=AVerTV Volar Black HD (A850)
| device=AVerTV Volar Black HD (A850)
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.30-rc1}}
| supported={{Supported_in_Kernel|since=2.6.30-rc1}}
| pic=[[Image:AVerMedia_AVerTV_Volar_Black_HD_(A850).png|120px]]
| pic=[[Image:AVerMedia_AVerTV_Volar_Black_HD_(A850).png|120px]]
| url=[http://www.avermedia.eu/avertv/SP/Product/ProductDetail.aspx?Id=431]
| url=[http://www.avermedia.eu/avertv/SP/Product/ProductDetail.aspx?Id=431]
| type=USB2.0
| hostinterface=USB2.0
| usbid=07ca:850a
| usbid=07ca:850a
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 325: Line 740:
{{DeviceDisplayMedium|avermedia-a805}}
{{DeviceDisplayMedium|avermedia-a805}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=avermedia-a805
| did=avermedia-a805
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
| device=AVerTV Volar GPS 805 (A805)
| device=AVerTV Volar GPS 805 (A805)
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.31}}
| supported={{Supported_in_Kernel|since=2.6.31}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=07ca:a805
| usbid=07ca:a805
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 346: Line 762:
{{DeviceDisplayMedium|conceptronic-ctvdigrcu}}
{{DeviceDisplayMedium|conceptronic-ctvdigrcu}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=conceptronic-ctvdigrcu
| did=conceptronic-ctvdigrcu
| vendor=Conceptronic
| vendor=Conceptronic
| device=USB2.0 DVB-T CTVDIGRCU V3.0
| device=USB2.0 DVB-T CTVDIGRCU V3.0
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.31}}
| supported={{Supported_in_Kernel|since=2.6.31}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=1b80:e397
| usbid=1b80:e397
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 368: Line 785:
{{DeviceDisplayMedium|dikom-ultimate}}
{{DeviceDisplayMedium|dikom-ultimate}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=dikom-ultimate
| did=dikom-ultimate
| vendor=Dikom
| vendor=Dikom
| device=USB-DVB-T Ultimate
| device=USB-DVB-T Ultimate
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28?}}
| supported={{Supported_in_Kernel|since=2.6.30}}
| pic=
| pic=
| url=[http://www.dikom.it/catalogo.aspx?Prod=245]
| url=[http://www.dikom.it/catalogo.aspx?Prod=245]
| type=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=
| usbid=
| hw=[[Afatech AF9015]], [[Quantek QT1010]]
| hw=[[Afatech AF9015]], [[Quantek QT1010]]
Line 382: Line 800:
| 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 as "PEAK 202344AGPK DVB-T Digital TV USB Stick" and "KWorld USB DVB-T TV Stick II (VS-DVB-T 395U)" and others.
| comment=also sold as "PEAK 203244AGPK DVB-T Digital TV USB Stick" and "KWorld USB DVB-T TV Stick II (VS-DVB-T 395U)" and others.
}}
}}


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

==== digitalnow-tinytwin ====
{{DeviceDisplayMedium|digitalnow-tinytwin}}
==== digitalnow-tinytwin-v1 ====
{{DeviceDisplayMedium|digitalnow-tinytwin-v1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=13d3:3226
| usbid=13d3:3226
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 403: Line 823:
| 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=
| comment=No longer available.
}}
}}


</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=No longer available.
}}

</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=No longer available.
}}

</includeonly><noinclude>

==== digittrade-stick ====
==== digittrade-stick ====
{{DeviceDisplayMedium|digittrade-stick}}
{{DeviceDisplayMedium|digittrade-stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=digittrade-stick
| did=digittrade-stick
| vendor=DIGITTRADE
| vendor=DIGITTRADE
| device=DVB-T Stick
| device=DVB-T Stick
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.??}}
| supported={{Supported_in_Kernel|since=2.6.??}}
| pic=
| pic=
| url=[http://www.digittrade.de/shop/product_info.php/info/p66_DIGITTRADE-DVB-T-Stick-USB-2-0-1-1-Windows-Linux-MAC-Eee-PC.html]
| url=[http://www.digittrade.de/shop/product_info.php/info/p66_DIGITTRADE-DVB-T-Stick-USB-2-0-1-1-Windows-Linux-MAC-Eee-PC.html]
| type=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=
| usbid=
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 431: Line 899:
{{DeviceDisplayMedium|fujitsu-siemens-slim}}
{{DeviceDisplayMedium|fujitsu-siemens-slim}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=fujitsu-siemens-slim
| did=fujitsu-siemens-slim
| vendor=Fujitsu-Siemens
| vendor=Fujitsu-Siemens
| device=Slim Mobile USB DVB-T
| device=Slim Mobile USB 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=
| type=USB2.0
| hostinterface=USB2.0
| usbid=07ca:8150
| usbid=07ca:8150
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 449: Line 918:


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

==== geniatech-t328b ====
==== geniatech-t328b ====
{{DeviceDisplayMedium|geniatech-t328b}}
{{DeviceDisplayMedium|geniatech-t328b}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=geniatech-t328b
| did=geniatech-t328b
| vendor=Geniatech
| vendor=[[Geniatech]]
| device=T328B
| device=T328B
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[image:Geniatech_t328b.png|120px]]
| pic=[[image:Geniatech_t328b.png|120px]]
| url=[http://www.geniatech.com/pa/t328b.htm]
| url=[http://www.geniatech.com/pa/t328b.htm]
| type=USB2.0
| hostinterface=USB2.0
| usbid=15a4:9016
| usbid=15a4:9016
| hw=[[Afatech AF9015]], [[Microtune MT2060]]
| hw=[[Afatech AF9015]], [[Microtune MT2060]]
Line 470: Line 941:


</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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{Supported_in_Kernel|since=2.6.31}}
| supported={{Supported_in_Kernel|since=2.6.31}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=0458:4012
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
| tuner=
| tuner=
Line 487: Line 960:
| 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>

==== hama-usb2stick ====
==== hama-usb2stick ====
{{DeviceDisplayMedium|hama-usb2stick}}
{{DeviceDisplayMedium|hama-usb2stick}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=hama-usb2stick
| did=hama-usb2stick
| vendor=[[Hama]]
| vendor=[[Hama]]
| device=[[Hama DVB-T USB2 Stick|DVB-T USB2 Stick]]
| device=[[Hama DVB-T USB2 Stick|DVB-T USB2 Stick]]
| 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=
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Afatech AF9015]] (declared as 9016, working as [[Afatech AF9015|AF9015]])
| hw=[[Afatech AF9015]] (declared as 9016, working as [[Afatech AF9015|AF9015]])
Line 512: Line 987:


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

==== kworld-395u ====
==== kworld-395u ====
{{DeviceDisplayMedium|kworld-395u}}
{{DeviceDisplayMedium|kworld-395u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=kworld-395u
| did=kworld-395u
| vendor=[[KWorld]]
| vendor=[[KWorld]]
| device=USB DVB-T TV Stick II (VS-DVB-T 395U)
| device=USB DVB-T TV Stick II (VS-DVB-T 395U)
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.29}}
| supported={{Supported_in_Kernel|since=2.6.29}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=1b80:e396 1b80:e39b 1b80:e395
| usbid=1b80:e396 1b80:e39b 1b80:e395
| hw=Afatech AF9013/[[Afatech AF9015]]
| hw=Afatech AF9013/[[Afatech AF9015]]
Line 529: Line 1,006:
| 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=support for usbids 1b80:e39b 1b80:e395 added in 2.6.30
| comment=
}}
}}


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

==== kworld-399u-dual ====
==== kworld-399u-dual ====
{{DeviceDisplayMedium|kworld-399u-dual}}
{{DeviceDisplayMedium|kworld-399u-dual}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=kworld-399u-dual
| did=kworld-399u-dual
| vendor=[[KWorld]]
| vendor=[[KWorld]]
| device=[[KWorld USB Dual DVB-T TV Stick (DVB-T 399U)|USB Dual DVB-T TV Stick (DVB-T 399U)]]
| device=[[KWorld USB Dual DVB-T TV Stick (DVB-T 399U)|USB Dual DVB-T TV Stick (DVB-T 399U)]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[Image:KWorld_USB_Dual_DVB-T_TV_Stick_(DVB-T_399U).png|120px]]
| pic=[[Image:KWorld_USB_Dual_DVB-T_TV_Stick_(DVB-T_399U).png|120px]]
| url=[http://global.kworld-global.com/main/prod_in.aspx?mnuid=1248&modid=6&pcid=44&ifid=17&prodid=73]
| url=[http://global.kworld-global.com/main/prod_in.aspx?mnuid=1248&modid=6&pcid=44&ifid=17&prodid=73]
| type=USB2.0
| hostinterface=USB2.0
| usbid=1b80:e399 1b80:e400
| usbid=1b80:e399 1b80:e400
| 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=support for 1b80:e400 added in 2.6.32
}}


</includeonly><noinclude>

==== kworld-pc160-2t ====
{{DeviceDisplayMedium|kworld-pc160-2t}}
</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-pc160-2t
| vendor=[[KWorld]]
| device=[[KWorld DVB-T PC160-2T|PlusTV Dual DVB-T PCI (DVB-T PC160-2T)]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[image:Kworld pc160.jpg|120px]]
| url=
| hostinterface=PCI32
| usbid=1b80:c160
| hw=Afatech AF9013/[[Afatech AF9015]]/2x [[MXL5003S]]
| hw=Afatech AF9013/[[Afatech AF9015]]/2x [[MXL5003S]]
| tuner=mxl5003s
| tuner=mxl5003s
Line 554: Line 1,057:


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

==== kworld-mc810 ====
==== kworld-mc810 ====
{{DeviceDisplayMedium|kworld-mc810}}
{{DeviceDisplayMedium|kworld-mc810}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=kworld-mc810
| did=kworld-mc810
| vendor=KWorld
| vendor=[[KWorld]]
| device=Digial MC-810
| device=Digial MC-810
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.31}}
| supported={{Supported_in_Kernel|since=2.6.31}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=1b80:c810
| usbid=1b80:c810
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 575: Line 1,080:


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

==== leadtek-dtv-gold ====
==== leadtek-dtv-gold ====
{{DeviceDisplayMedium|leadtek-dtv-gold}}
{{DeviceDisplayMedium|leadtek-dtv-gold}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=leadtek-dtv-gold
| did=leadtek-dtv-gold
| vendor=[[Leadtek]]
| vendor=[[Leadtek]]
| device=[[Leadtek WinFast DTV Dongle Gold|WinFast DTV Dongle Gold]]
| device=[[Leadtek WinFast DTV Dongle Gold|WinFast DTV Dongle Gold]]
| 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]
| type=USB2.0
| hostinterface=USB2.0
| usbid=0413:6029
| usbid=0413:6029
| hw=[[Afatech AF9015]], [[NXP/Philips_TDA182xx|NXP/Philips TDA18271]]
| hw=[[Afatech AF9015]], [[NXP/Philips_TDA182xx|NXP/Philips TDA18271]]
Line 596: Line 1,103:


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

==== lifeview-lv5t ====
==== lifeview-lv5t ====
{{DeviceDisplayMedium|lifeview-lv5t}}
{{DeviceDisplayMedium|lifeview-lv5t}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=lifeview-lv5t
| did=lifeview-lv5t
| vendor=[[LifeView]]
| vendor=[[LifeView]]
| device=LV5T
| device=LV5T
| standard=DVB-T
| supported={{Supported_in_HG|since=2008-09}}
| supported={{Supported_in_HG|since=2008-09}}
| pic=
| pic=
| url=[http://www.lifeview.hk/e/product/product_detail.asp?sku=14]
| url=[http://www.lifeview.hk/e/product/product_detail.asp?sku=14]
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Afatech AF9015]], [[NXP/Philips_TDA182xx|NXP/Philips TDA18271HD/C1]]
| hw=[[Afatech AF9015]], [[NXP/Philips_TDA182xx|NXP/Philips TDA18271HD/C1]]
Line 620: Line 1,129:
{{DeviceDisplayMedium|msi-digivox-duo}}
{{DeviceDisplayMedium|msi-digivox-duo}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=msi-digivox-duo
| did=msi-digivox-duo
| vendor=[[MSI]]
| vendor=[[MSI]]
| device=DIGIVOX Duo
| device=DIGIVOX Duo
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=[http://eu.msi.com/index.php?func=proddesc&maincat_no=132&prod_no=1409]
| url=[http://eu.msi.com/index.php?func=proddesc&maincat_no=132&prod_no=1409]
| type=USB2.0
| hostinterface=USB2.0
| usbid=1462:8801
| usbid=1462:8801
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 638: Line 1,148:


</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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[image:Dvb-t-usb-msi-digivox-ii-rev3-001.jpg|120px]]
| 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]
| url=
| type=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=
| usbid=15a4:9016
| hw=[[Afatech AF9015]], [[Microtune MT2060]]
| hw=[[Afatech AF9015]], [[Microtune MT2060]]
| tuner=mt2060
| tuner=mt2060
Line 655: Line 1,166:
| 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>
</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.
}}

</includeonly><noinclude>

==== msi-digivox-mini-iii ====
==== msi-digivox-mini-iii ====
{{DeviceDisplayMedium|msi-digivox-mini-iii}}
{{DeviceDisplayMedium|msi-digivox-mini-iii}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=msi-digivox-mini-iii
| did=msi-digivox-mini-iii
| vendor=[[MSI]]
| vendor=[[MSI]]
| device=[[MSI DIGIVOX mini III|DIGIVOX mini III]]
| device=[[MSI DIGIVOX mini III|DIGIVOX mini III]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[image:MSI_DIGIVOX_mini_III.jpg|120px]]
| pic=[[image:MSI_DIGIVOX_mini_III.jpg|120px]]
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=1462:8807
| usbid=1462:8807
| hw=[[Afatech AF9015|Afatech AF9015A]], [[NXP/Philips_TDA182xx|NXP/Philips TDA18211HD]]
| hw=[[Afatech AF9015|Afatech AF9015A]], [[NXP/Philips_TDA182xx|NXP/Philips TDA18211HD]]
Line 680: Line 1,215:


</includeonly><noinclude>
</includeonly><noinclude>
==== peak-203244 ====
{{DeviceDisplayMedium|peak-203244}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=peak-203244
| vendor=Peak
| device=203244AGPK DVB-T Digital TV USB Stick
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.30}}
| pic=[[Image:Peak-203244agpk.jpg|120px]]
| url=[http://www.peakhardware.com/products/productdetail.asp?PAID=390]
| hostinterface=USB1.1 USB2.0
| usbid=
| hw=[[Afatech AF9015]], [[Quantek QT1010]]
| tuner=qt1010?
| demodulator=af9015
| usbbridge=af9015
| fw=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ dvb-usb-af9015.fw]
| comment=Identifies as "KWorld USB DVB-T TV Stick II (VS-DVB-T 395U)". Board has "DVBT-395U REV D" stamped on it, beneath casing.
}}

</includeonly><noinclude>

==== pinnacle-71e ====
==== pinnacle-71e ====
{{DeviceDisplayMedium|pinnacle-71e}}
{{DeviceDisplayMedium|pinnacle-71e}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=pinnacle-71e
| did=pinnacle-71e
| vendor=[[Pinnacle]]
| vendor=[[Pinnacle]]
| device=PCTV 71e
| device=PCTV 71e
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=
| url=
| type=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=2304:022b
| usbid=2304:022b
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 698: Line 1,257:
| 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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=szforward-eztv859
| did=szforward-eztv859
| vendor=Shenzhen Forward Video
| vendor=Shenzhen Forward Video
| device=EzTV859
| device=EzTV859
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=[http://www.szforwardvideo.com/product/Pro_4_7.html][http://www.made-in-china.com/china-products/productviewoMhxCZOdyfcR/Wand-TV-DVB-T-Stick-A15-.html]
| url=[http://www.szforwardvideo.com/product/Pro_4_7.html] [http://www.made-in-china.com/china-products/productviewoMhxCZOdyfcR/Wand-TV-DVB-T-Stick-A15-.html]
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 718: Line 1,300:
| 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'''
}}
}}


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

==== telstar-starstick2 ====
==== telstar-starstick2 ====
{{DeviceDisplayMedium|telstar-starstick2}}
{{DeviceDisplayMedium|telstar-starstick2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=telstar-starstick2
| did=telstar-starstick2
| vendor=Telstar
| vendor=Telstar
| device=Starstick 2
| device=Starstick 2
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=10b9:8000
| usbid=10b9:8000
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 743: Line 1,327:


</includeonly><noinclude>
</includeonly><noinclude>
==== terratec-xe-rev2 ====
==== terratec-trc-mk2 ====
{{DeviceDisplayMedium|terratec-xe-rev2}}
{{DeviceDisplayMedium|terratec-trc-mk2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| 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=
| type=USB2.0
| hostinterface=USB2.0
| usbid=0ccd:0069
| usbid=0ccd:0069
| hw=[[Afatech AF9015|Afatech AF9015A]], Freescale mc44s803
| hw=[[Afatech AF9015|Afatech AF9015A]], Freescale mc44s803
Line 760: Line 1,368:
| 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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=tevion-dk-5203
| did=tevion-dk-5203
| vendor=Tevion
| vendor=Tevion
| device=DK-5203
| device=DK-5203
| standard=DVB-T
| supported={{Supported_in_HG|since=2008-09}}
| supported={{Supported_in_HG|since=2008-09}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 788: Line 1,420:
{{DeviceDisplayMedium|trekstor-dvb-t-usb}}
{{DeviceDisplayMedium|trekstor-dvb-t-usb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=trekstor-dvb-t-usb
| did=trekstor-dvb-t-usb
| vendor=TrekStor
| vendor=TrekStor
| device=DVB-T USB Stick
| device=DVB-T USB Stick
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.30}}
| supported={{Supported in Kernel|since=2.6.30}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=15a4:901b
| usbid=15a4:901b
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 806: Line 1,439:


</includeonly><noinclude>
</includeonly><noinclude>
==== tvisto-dvbusb-white ====
==== tvisto-af9015-t523 ====
{{DeviceDisplayMedium|tvisto-dvbusb-white}}
{{DeviceDisplayMedium|tvisto-af9015-t523}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=tvisto-dvbusb-white
| did=tvisto-af9015-t523
| vendor=TVISTO
| vendor=[[TVISTO]]
| device=[[TVISTO_DVB-T_USB|TVT-DVBTUSB]]
| device=TVT-DVBTUSB2
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[Image:Tvisto_USB_DVB-T_15a4-9016.png|120px]]
| pic=[[Image:Tvisto_USB_DVB-T_15a4-9016.png|120px]]
| url=
| url=
| type=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=dvb-usb-af9015.fw
| comment=Is a GeniaTech T328B rebranded.
| comment=Seems a GeniaTech T328B DVB-T rebranded.
Reverse shows "DVB-T TV STICK T523".
}}
}}


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

==== tvisto-dvbusb-black ====
{{DeviceDisplayMedium|tvisto-dvbusb-black}}
==== tvisto-af9015-black ====
{{DeviceDisplayMedium|tvisto-af9015-black}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=tvisto-dvbusb-black
| did=tvisto-af9015-black
| vendor=TVISTO
| vendor=[[TVISTO]]
| device=[[TVISTO_DVB-T_USB|TVT-DVBTUSB]]
| device=TVT-DVBTUSB3
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=[[Image:TVISTO_new_black_DVB-T_USB.png|120px]]
| pic=[[Image:TVISTO_new_black_DVB-T_USB.png|120px]]
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Afatech AF9015|Afatech AF9015]], [[Microtune_MT2060|Microtune MT2060]]
| hw=[[Afatech AF9015|Afatech AF9015]], [[Microtune_MT2060|Microtune MT2060]]
Line 843: Line 1,480:
| 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=dvb-usb-af9015.fw
| comment=Tuner and demodulator guessed from official driver.
| comment=
}}
}}


</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=TVT-DVBTUSB4
| standard=DVB-T
| supported=?
| pic=[[Image:Tvisto-unknown.png|120px]]
| url=
| hostinterface=USB2.0
| usbid=¿0bda:2831?
| hw=¿Realtek 2831U?
| tuner=
| demodulator=¿RTL2831U?
| usbbridge=
| fw=
| comment=Seen in the official vendor page saved in Web Archive.
}}

</includeonly><noinclude>

==== twinhan-ad-tu700 ====
==== twinhan-ad-tu700 ====
{{DeviceDisplayMedium|twinhan-ad-tu700}}
{{DeviceDisplayMedium|twinhan-ad-tu700}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=twinhan-ad-tu700
| did=twinhan-ad-tu700
| vendor=TwinHan
| vendor=TwinHan
| device=AzureWave AD-TU700(704J)
| device=AzureWave AD-TU700(704J)
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=13d3:3237
| usbid=13d3:3237
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 872: Line 1,534:
{{DeviceDisplayMedium|xtensions-xd-380}}
{{DeviceDisplayMedium|xtensions-xd-380}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=xtensions-xd-380
| did=xtensions-xd-380
| vendor=Xtensions
| vendor=Xtensions
| device=XD-380
| device=XD-380
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=1ae7:0381
| usbid=1ae7:0381
| hw=[[Afatech AF9015]]
| hw=[[Afatech AF9015]]
Line 890: Line 1,553:


</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 DVB-T2
| 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=[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ 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 ====
[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]
{{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 DVB-T2
| 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]][[image:Terratec_Cinergy_T_Stick_RC.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>


=== AF9035 Devices ===
from anysee.c (2.6.32-rc2):
</noinclude><includeonly>


</includeonly><noinclude>
274 /* Try to attach demodulator in following order:
==== asus-my-cinema-u3100-mini-plus ====
275 model demod hw firmware
{{DeviceDisplayMedium|asus-my-cinema-u3100-mini-plus}}
276 1. E30 MT352 02 0.2.1
</noinclude><includeonly>
277 2. E30 ZL10353 02 0.2.1
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
278 3. E30 Combo ZL10353 0f 0.1.2 DVB-T/C combo
| did=asus-my-cinema-u3100-mini-plus
279 4. E30 Plus ZL10353 06 0.1.0
| vendor=[[ASUS]]
280 5. E30C Plus TDA10023 0a 0.1.0 rev 0.2
| device=[[Asus U3100 Mini plus DVB-T|My Cinema U3100 Mini Plus DVBT Tuner]]
281 E30C Plus TDA10023 0f 0.1.2 rev 0.4
| standard=DVB-T
282 E30 Combo TDA10023 0f 0.1.2 DVB-T/C combo
| supported={{yes}},{{Supported in Kernel|since=3.7}}
283 */
| 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 [[ASUS My Cinema-U3100 Mini|older device]] by almost the same name (without the "plus"), which is dib7xxx based and works out of the box.
}}


</includeonly><noinclude>


==== 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>

==== terratec-tc2 ====
{{DeviceDisplayMedium|terratec-tc2}}
</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_Cinergy_TC2_DVB-T2_Stick|Cinergy TC2 DVB-T2 Stick]]
| standard=DVB-T
| supported={{no}}, but see device section for details
| pic=
| url=[https://www.terratec.de/details.php?artnr=193534]
| hostinterface=USB2.0
| usbid=0ccd:10b2
| hw=[[Afatech AF9035]], it9303
| tuner=fc0012 (2 off)
| demodulator=af9035+it9303
| usbbridge=af9035
| fw=
| comment=patch available https://cesbo.com/forum/topic/3557-terratec-electronic-gmbh-cinergy-tc2-stick/.
}}

</includeonly><noinclude>

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


Line 917: Line 1,792:
{{DeviceDisplayMedium|anysee-e30-dvb-t}}
{{DeviceDisplayMedium|anysee-e30-dvb-t}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=anysee-e30-dvb-t
| did=anysee-e30-dvb-t
| vendor=[[Anysee]]
| vendor=[[Anysee]]
| device=[[Anysee E30|E30]]
| device=[[Anysee E30|E30]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.27}}
| supported={{Supported_in_Kernel|since=2.6.27}}
| pic=
| pic=
| url=[http://www.anysee.com/eng/product/anyseeE30.php]
| url=[http://www.anysee.com/eng/product/anyseeE30.php]
| type=USB2.0
| hostinterface=USB2.0
| usbid=1c73:861f or 04b4:861f
| usbid=1c73:861f or 04b4:861f
| comment=Need clarification which "usbid" comes with which E30 device.
| comment=Need clarification which "usbid" comes with which E30 device.
Line 938: Line 1,814:
{{DeviceDisplayMedium|anysee-e30-plus-dvb-t}}
{{DeviceDisplayMedium|anysee-e30-plus-dvb-t}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=anysee-e30-plus-dvb-t
| did=anysee-e30-plus-dvb-t
| vendor=[[Anysee]]
| vendor=[[Anysee]]
| device=[[Anysee E30|E30 Plus]]
| device=[[Anysee E30|E30 Plus]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.27}}
| supported={{Supported_in_Kernel|since=2.6.27}}
| pic=
| pic=
| url=[http://www.anysee.com/eng/product/anyseeE30Plus.php]
| url=[http://www.anysee.com/eng/product/anyseeE30Plus.php]
| type=USB2.0
| hostinterface=USB2.0
| usbid=1c73:861f or 04b4:861f
| usbid=1c73:861f or 04b4:861f
| comment=
| comment=
Line 959: Line 1,836:
{{DeviceDisplayMedium|anysee-e30-combo-plus-dvb-tc}}
{{DeviceDisplayMedium|anysee-e30-combo-plus-dvb-tc}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=anysee-e30-combo-plus-dvb-tc
| did=anysee-e30-combo-plus-dvb-tc
| vendor=[[Anysee]]
| vendor=[[Anysee]]
| device=[[Anysee E30|E30 Combo Plus]]
| device=[[Anysee E30|E30 Combo Plus]]
| standard=DVB-T DVB-C
| supported={{Supported_in_Kernel|since=2.6.28}}
| supported={{Supported_in_Kernel|since=2.6.28}}
| pic=
| pic=
| url=[http://www.anysee.com/eng/product/anyseeE30ComboPlus.php]
| url=[http://www.anysee.com/eng/product/anyseeE30ComboPlus.php]
| type=USB2.0
| hostinterface=USB2.0
| usbid=1c73:861f or 04b4:861f
| usbid=1c73:861f or 04b4:861f
| comment=Does DVB-T and DVB-C depending on ''anysee.ko'' module parameter ''delsys='' (0=DVB-C, 1=DVB-T).
| comment=Does DVB-T and DVB-C depending on ''anysee.ko'' module parameter ''delsys='' (0=DVB-C, 1=DVB-T).
Line 978: Line 1,856:


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

=== au6610 devices ===
=== au6610 devices ===
</noinclude><includeonly>
</noinclude><includeonly>
Line 985: Line 1,864:
{{DeviceDisplayMedium|sigmatek-dvb-110}}
{{DeviceDisplayMedium|sigmatek-dvb-110}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=sigmatek-dvb-110
| did=sigmatek-dvb-110
| vendor=Sigmatek
| vendor=Sigmatek
| device=DVB-110
| device=DVB-110
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.21}}
| supported={{Supported in Kernel|since=2.6.21}}
| pic=[[image:Sigmatek DVB-110 001 stripped.jpg|120px]]
| pic=[[image:Sigmatek DVB-110 001 stripped.jpg|120px]]
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=058f:6610
| usbid=058f:6610
| hw=Qtuantek QT1010 tuner, Zarlink ZL10353 (Intel CE 6353) demodulator and Alcor Micro AU6610 DVB-T USB controller
| hw=Qtuantek QT1010 tuner, Zarlink ZL10353 (Intel CE 6353) demodulator and Alcor Micro AU6610 DVB-T USB controller
Line 1,003: Line 1,883:


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

=== EC168 devices ===
* Tvisto DVB-T USB
* Genius TVGo DVB-T02PRO
* ...
</noinclude><includeonly>

</includeonly><noinclude>

==== tvisto-ec168 ====
{{DeviceDisplayMedium|tvisto-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-ec168
| vendor=[[TVISTO]]
| device=TVT-DVBTUSB1
| 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"
}}

</includeonly><noinclude>

==== genius-tvgo-t02-ec168 ====
{{DeviceDisplayMedium|genius-tvgo-t02-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=genius-tvgo-t02-ec168
| vendor=Genius
| device=[[Genius TVGo DVB-T02PRO|TVGo DVB-T02]]
| standard=DVB-T
| supported={{no}}
| pic=[[Image:Genius_-_TVGo_DVB-T02Q_MCE_pcb_front.jpg|120px]]
| url=
| hostinterface=USB2.0
| usbid=0458:400f
| hw=[[E3C EC168]], [[Microtune MT2060|MT2060]]
| tuner=mt2061f
| demodulator=ec168
| usbbridge=ec168
| fw=
| comment=EC168 is supported only for usb ID 18b4:xxxx and only in combination with tuner MXL5003S since Kernel=2.6.33
}}

</includeonly><noinclude>

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

</includeonly><noinclude>
==== digitalnow-tinytwin-v3a ====
{{DeviceDisplayMedium|digitalnow-tinytwin-v3a}}
</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-v3a
| vendor=DigitalNow
| device=[[DigitalNow TinyTwin DVB-T Receiver|TinyTwin DVB-T Receiver V3a]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=3.15}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=048d:9006
| hw=[[ITE IT9135|IT9135]]
| tuner=
| demodulator=
| usbbridge=IT9135
| fw=[http://palosaari.fi/linux/v4l-dvb/firmware/IT9135/ dvb-usb-it9135-02.fw]
| comment=
}}

</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,010: Line 2,151:
{{DeviceDisplayMedium|intel-ce9500-reference}}
{{DeviceDisplayMedium|intel-ce9500-reference}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| 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=
| pic=[[image:Intel CE6230 1.jpg|120px]]
| url=
| url=
| type=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,028: Line 2,170:


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

==== avermedia-a310 ====
==== avermedia-a310 ====
{{DeviceDisplayMedium|avermedia-a310}}
{{DeviceDisplayMedium|avermedia-a310}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=avermedia-a310
| did=avermedia-a310
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
| device=A310 USB 2.0 DVB-T tuner
| device=A310 USB 2.0 DVB-T tuner
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.30}}
| supported={{Supported in Kernel|since=2.6.30}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=07ca:a310
| usbid=07ca:a310
| hw=mxl5003s, zl10353
| hw=mxl5003s, zl10353
Line 1,057: Line 2,201:
{{DeviceDisplayMedium|terratec-cinergy-t2}}
{{DeviceDisplayMedium|terratec-cinergy-t2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=terratec-cinergy-t2
| did=terratec-cinergy-t2
| vendor=[[TerraTec]]
| vendor=[[TerraTec]]
| device=[[TerraTec_Cinergy_T2|Cinergy T2]]
| device=[[TerraTec_Cinergy_T2|Cinergy T2]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.12}}
| supported={{Supported in Kernel|since=2.6.12}}
| pic=[[image:Terratec Cynergy T2 - Global view.JPG|120px]]
| pic=
| url=[http://tvde.terratec.net/modules.php?op=modload&name=News&file=article&sid=238]
| url=[http://tvde.terratec.net/modules.php?op=modload&name=News&file=article&sid=238]
| type=USB2.0
| hostinterface=USB2.0
| usbid=0ccd:0038
| usbid=0ccd:0038
| hw=[[Zarlink MT352]]
| hw=[[Zarlink MT352]]
Line 1,075: Line 2,220:


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

=== cxusb ===
</noinclude><includeonly>

</includeonly><noinclude>
==== medion-md95700 ====
{{DeviceDisplayMedium|medion-md95700}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=medion-md95700
| vendor=Medion
| device=MD95700 (MDUSBTV-HYBRID)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1660:0932
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=none
| comment=
}}

</includeonly><noinclude>

==== dvico-fusion-hdtv-5-gold ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-5-gold}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV 5 USB Gold|FusionHDTV 5 USB Gold]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:d500
| hw=
| tuner=lgh064f
| demodulator=lgdt3303
| usbbridge=
| fw=dvb-usb-bluebird-01.fw
| comment=warm usbid 0fe9:d700
}}

</includeonly><noinclude>

==== dvico-fusion-hdtv-dual-1 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-1}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV DVB-T Dual USB|FusionHDTV DVB-T Dual USB]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db50
| hw=
| tuner=dee1601
| demodulator=dee1601
| usbbridge=
| fw=
| comment=warm usbid 0fe9:db51
}}

</includeonly><noinclude>
==== dvico-fusion-hdtv-lgz201 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-lgz201}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV DVB-T USB (LGZ201)|FusionHDTV DVB-T USB (LGZ201)]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db00
| hw=
| tuner=lgz201
| demodulator=mt352
| usbbridge=
| fw=dvb-usb-bluebird-01.fw
| comment=0fe9:db01
}}

</includeonly><noinclude>
==== dvico-fusion-hdtv-th7579 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-th7579}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV DVB-T USB (TH7579)|FusionHDTV DVB-T USB (TH7579)]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db10
| hw=
| tuner=dtt7579
| demodulator=mt352
| usbbridge=
| fw=dvb-usb-bluebird-01.fw
| comment=0fe9:db11
}}

</includeonly><noinclude>
==== digitalnow-dee1601-dual ====
{{DeviceDisplayMedium|digitalnow-dee1601-dual}}
</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-dee1601-dual
| vendor=[[DigitalNow]]
| device=DVB-T Dual USB
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.16}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db54
| hw=
| tuner=dee1601
| demodulator=dee1601
| usbbridge=
| fw=
| comment=warm usbid 0fe9:db54
}}

</includeonly><noinclude>
==== dvico-fusion-hdtv-dual-2 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-2}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV DVB-T Dual Digital 2|FusionHDTV DVB-T Dual Digital 2]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db58
| hw=
| tuner=dee1601
| demodulator=dee1601
| usbbridge=
| fw=
| comment=warm usbid 0fe9:db59
}}

</includeonly><noinclude>

==== dvico-fusion-hdtv-dual-4-rev1 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-4-rev1}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[FusionHDTV DVB-T Dual Digital 4|FusionHDTV DVB-T Dual Digital 4]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db78
| hw=
| tuner=xc3028
| demodulator=zl10353
| usbbridge=
| fw=none needed
| comment=
}}

</includeonly><noinclude>
==== dvico-fusion-hdtv-nano-1 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-nano-1}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV DVB-T NANO|FusionHDTV DVB-T NANO]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db70
| hw=
| tuner=xc3028
| demodulator=zl10353
| usbbridge=
| fw=none needed
| comment=
}}

</includeonly><noinclude>
==== dvico-fusion-hdtv-nano-2 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-nano-2}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV DVB-T NANO2 w/o firmware|FusionHDTV DVB-T NANO2 w/o firmware]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db70
| hw=
| tuner=xc3028
| demodulator=mt352 or zl10353
| usbbridge=
| fw=dvb-usb-bluebird-02.fw
| comment=0fe9:db71
}}

</includeonly><noinclude>
==== avermedia-a868 ====
{{DeviceDisplayMedium|avermedia-a868}}
</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-a868
| vendor=[[AVerMedia]]
| device=AVerTVHD Volar (A868R)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.27}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=07ca:a868
| hw=
| tuner=mxl5003s
| demodulator=lgdt3303
| usbbridge=
| fw=none needed
| comment=
}}

</includeonly><noinclude>
==== dvico-fusion-hdtv-dual-4-rev2 ====
{{DeviceDisplayMedium|dvico-fusion-hdtv-dual-4-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=dvico-fusion-hdtv-dual-4-rev2
| vendor=[[DViCO]]
| device=[[DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2)|FusionHDTV DVB-T Dual Digital 4 (rev 2)]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fe9:db98
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=
| fw=none needed
| comment=
}}

</includeonly><noinclude>

=== [[DiBcom DiB7xxx|DiB0700]] USB2.0 DVB-T devices ===
=== [[DiBcom DiB7xxx|DiB0700]] USB2.0 DVB-T devices ===
</noinclude><includeonly>
</noinclude><includeonly>


</includeonly><noinclude>
</includeonly><noinclude>
==== Xbox One Digital TV Tuner ====
{{DeviceDisplayMedium|}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=xbox-one-dvb
| vendor=Microsoft
| device=[[Xbox One Digital TV Tuner]]
| standard=DVB-T DVB-T2 DVB-C
| supported={{yes}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=045e:02d5
| hw=DiBcom DiB7000 / Panasonic MN88472 / TDA 18250B
| tuner=tda18250B
| demodulator=MN88472
| usbbridge=DiB7000
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== dibcom-stk7700p-ref ====
{{DeviceDisplayMedium|dibcom-stk7700p-ref}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=STK7700P reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=10b8:1e14
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== dibcom-stk7700pc-ref ====
{{DeviceDisplayMedium|dibcom-stk7700pc-ref}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=STK7700PC reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.20}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=
| hw=
| tuner=
| demodulator=dib7000m
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}


</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 ====
{{DeviceDisplayMedium|hauppauge-nova-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=hauppauge-nova-t-stick
| vendor=[[Hauppauge]]
| device=[[Hauppauge WinTV-NOVA-T-Stick|Nova-T Stick]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:7050 2040:7060
| hw=DiB7700M or DiB7700P, MT2060
| tuner=mt2060
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=2040:7060 added in 2.6.20. There are several [[Hauppauge WinTV-NOVA-T-Stick|variants]] by the same name.
}}

</includeonly><noinclude>

==== avermedia-avertv-volar ====
{{DeviceDisplayMedium|avermedia-avertv-volar}}
</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
| vendor=[[AVerMedia]]
| device=AVerTV DVB-T Volar
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=07ca:a807 07ca:b808
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=07ca:b808 since 2.6.20
}}

</includeonly><noinclude>
==== hauppauge-nova-t500-dual ====
{{DeviceDisplayMedium|hauppauge-nova-t500-dual}}
</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-nova-t500-dual
| vendor=[[Hauppauge]]
| device=Nova-T 500 Dual DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:9941 2040:9950
| hw=
| tuner=
| demodulator=
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}



</includeonly><noinclude>
==== compro-videomate-u500 ====
{{DeviceDisplayMedium|compro-videomate-u500}}
</noinclude><includeonly>
{{{{{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
| vendor=Compro
| device=Videomate U500
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.20}}
| pic=
| url=[http://www.comprousa.com/en/product/u500/u500.html]
| hostinterface=USB2.0
| usbid=185b:1e78 185b:1e80
| hw=
| tuner=mt2060
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=185b:1e80 added in 2.6.24
}}


</includeonly><noinclude>

==== uniwill-stk7700p ====
{{DeviceDisplayMedium|uniwill-stk7700p}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=uniwill-stk7700p
| vendor=Uniwill
| device=STK7700P based (Hama and others)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.20}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1584:6003
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== leadtek-stk7700p ====
{{DeviceDisplayMedium|leadtek-stk7700p}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=leadtek-stk7700p
| vendor=[[Leadtek]]
| device=Winfast DTV Dongle (STK7700P based)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.20}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0413:6f00 0413:6f01
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=0413:6f01 added in 2.6.26
}}


</includeonly><noinclude>
==== pinnacle-pctv-2000e ====
{{DeviceDisplayMedium|pinnacle-pctv-2000e}}
</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-2000e
| vendor=[[Pinnacle]]
| device=[[Pinnacle PCTV Dual DVB-T Diversity (2000e)|PCTV 2000e]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:022c
| hw=DiB7700P, Dib 7000P, 2 * MT2266
| tuner=mt2266
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=Dual tuner device. The diversity feature is not supported yet.
}}

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


</includeonly><noinclude>

==== hauppauge-nova-td-diversity ====
{{DeviceDisplayMedium|hauppauge-nova-td-diversity}}
</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-nova-td-diversity
| vendor=[[Hauppauge]]
| device=[[Hauppauge WinTV-NOVA-TD-Stick|Nova-TD Stick]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:9580
| hw=DiB7700P, Dib 7000P, 2 * MT2266
| tuner=mt2266
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=Dual tuner device. The diversity feature is not supported yet. same as: Elgato Eye-TV Diversity
}}

</includeonly><noinclude>

==== dibcom-stk7700d-ref ====
{{DeviceDisplayMedium|dibcom-stk7700d-ref}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=STK7700D reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=10b8:1ef0
| hw=
| tuner=mt2266
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=dual tuner/diversity device
}}




</includeonly><noinclude>

==== dibcom-dib7070p-ref ====
{{DeviceDisplayMedium|dibcom-dib7070p-ref}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=STK7070P reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=10b8:1ebc
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== pinnacle-pctv-flash-stick ====
{{DeviceDisplayMedium|pinnacle-pctv-flash-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-flash-stick
| vendor=[[Pinnacle]]
| device=PCTV DVB-T Flash Stick
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:0228
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}



</includeonly><noinclude>
==== dibcom-dib7070pd-ref ====
{{DeviceDisplayMedium|dibcom-dib7070pd-ref}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=STK7070PD reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=10b8:1ebe
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=dual tuner device
}}

</includeonly><noinclude>
==== avermedia-avertv-dvbt-t-express ====
{{DeviceDisplayMedium|avermedia-avertv-dvbt-t-express}}
</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-dvbt-t-express
| vendor=[[AVerMedia]]
| device=AVerTV DVB-T Express
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=07ca:b568
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}


</includeonly><noinclude>

==== gigabyte-u7000 ====
{{DeviceDisplayMedium|gigabyte-u7000}}
</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-u7000
| vendor=Gigabyte
| device=U7000
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=[http://www.gigabyte.com.tw/Products/TVCard/Products_Spec.aspx?ProductID=2440]
| hostinterface=USB2.0
| usbid=1044:7001
| hw=Microtune 2060, Dibcom 7700 series
| tuner=mt2060
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=[http://osdir.com/ml/linux-media/2009-06/msg01254.html Remote is not working yet.(7.2009)]
}}

</includeonly><noinclude>

==== artec-t14br-dib7xxx-based ====
==== artec-t14br-dib7xxx-based ====
{{DeviceDisplayMedium|artec-t14br-dib7xxx-based}}
{{DeviceDisplayMedium|artec-t14br-dib7xxx-based}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=artec-t14br-dib7xxx-based
| did=artec-t14br-dib7xxx-based
| vendor=[[Artec]]
| vendor=[[Artec]]
| device=T14BR DVB-T
| device=T14BR DVB-T
| standard=DVB-T
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.25}}
| pic=
| pic=
| url=[http://www.artec.com.tw/ehtm/products/t14.htm]
| url=[http://www.artec.com.tw/ehtm/products/t14.htm]
| type=USB2.0
| hostinterface=USB2.0
| usbid=05d8:810f
| usbid=05d8:810f
| hw=DiB7070P (DiB7000PC + DiB0070)
| hw=DiB7070P (DiB7000PC + DiB0070)
Line 1,095: Line 3,021:
| demodulator=dib7000p
| demodulator=dib7000p
| usbbridge=dib0700
| usbbridge=dib0700
| fw=dvb-usb-dib0700-xx.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=Has USB id of 05d8:810f. Remote control untested.
| comment=Remote control untested.
}}
}}



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

==== asus-my-cinema-u3000-mini ====
{{DeviceDisplayMedium|asus-my-cinema-u3000-mini}}
</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-u3000-mini
| vendor=[[ASUS]]
| device=[[ASUS_My_Cinema-U3000_Mini|My Cinema U3000 Mini DVBT Tuner]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| pic=[http://www.asus.com/products.aspx?l1=18&l2=84&l3=255&l4=0&model=1298&modelmenu=1]
| url=
| hostinterface=USB2.0
| usbid=0b05:171f
| hw=DiB7700P
| tuner=mt2266
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| 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>

==== asus-my-cinema-u3100-mini-dib ====
{{DeviceDisplayMedium|asus-my-cinema-u3100-mini-dib}}
</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-dib
| vendor=[[ASUS]]
| device=[[ASUS_My_Cinema-U3100_Mini|My Cinema U3100 Mini DVBT Tuner]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0b05:173f
| hw=DiB7070P (DiB7000PC + DiB0070)
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== hauppauge-nova-t-ce-stick ====
{{DeviceDisplayMedium|hauppauge-nova-t-ce-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=hauppauge-nova-t-ce-stick
| vendor=[[Hauppauge]]
| device=[[Hauppauge WinTV-NOVA-T-Stick|Nova-T-CE Stick]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:7070
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== hauppauge-nova-t-mytv-t-stick ====
{{DeviceDisplayMedium|hauppauge-nova-t-mytv-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=hauppauge-nova-t-mytv-t-stick
| vendor=[[Hauppauge]]
| device=[[Hauppauge myTV.t|Nova-T MyTV.t Stick]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.25}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:7080
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}


</includeonly><noinclude>

==== terratec-cinergy-ht-usb-xe ====
{{DeviceDisplayMedium|terratec-cinergy-ht-usb-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-ht-usb-xe
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy HT USB XE|Cinergy HT USB XE]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0ccd:0058
| hw=DiB7700ci tuner:XC3028
| tuner=xc3028
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== pinnacle-expresscard-320cx ====
{{DeviceDisplayMedium|pinnacle-expresscard-320cx}}
</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-expresscard-320cx
| vendor=[[Pinnacle]]
| device=Expresscard 320cx
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:022e
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== pinnacle-pctv-72e ====
{{DeviceDisplayMedium|pinnacle-pctv-72e}}
</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-72e
| vendor=[[Pinnacle]]
| device=[[Pinnacle PCTV 72e|PCTV 72e]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| pic=[http://neduz.be/dvb/pinnacle_pctv_dvb-t_stick_solo.jpg]
| url=
| hostinterface=USB2.0
| usbid=2304:0236
| hw=DiB7000PC
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== pinnacle-pctv-73e-plain ====
{{DeviceDisplayMedium|pinnacle-pctv-73e-plain}}
</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-73e-plain
| vendor=[[Pinnacle]]
| device=[[Pinnacle PCTV nano Stick (73e)|PCTV 73e]]
| standard=DVB-T
| 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/]
| url=
| hostinterface=USB2.0
| usbid=2304:0237
| hw=DiB7000PC
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== yuan-ec372s ====
{{DeviceDisplayMedium|yuan-ec372s}}
</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-ec372s
| vendor=YUAN High-Tech
| device=EC372S
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:1edc
| hw=DiB7700P
| tuner=mt2266
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== terratec-cinergy-ht-express ====
{{DeviceDisplayMedium|terratec-cinergy-ht-express}}
</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-ht-express
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy HT Express|Cinergy HT Express]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0ccd:0060
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== terratec-cinergy-t-usb-xxs-t3 ====
{{DeviceDisplayMedium|terratec-cinergy-t-usb-xxs-t3}}
</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-usb-xxs-t3
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T USB XXS|Cinergy T USB XXS/ T3]]
| standard=DVB-T
| 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]]
| url=[http://www.terratec.net/en/products/Cinergy_T_USB_XXS_2068.html] [http://www.terratec.net/en/products/TerraTec_T3_83463.html]
| hostinterface=USB2.0
| usbid=0ccd:0078 0ccd:10a0
| hw=DiB7070P (DiB7000PC + DiB0070)
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=T3 (0ccd:10a0) added in 2.6.31
}}

</includeonly><noinclude>

==== hauppauge-nova-td-stick-52009 ====
{{DeviceDisplayMedium|hauppauge-nova-td-stick-52009}}
</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-nova-td-stick-52009
| vendor=[[Hauppauge]]
| device=[[Hauppauge WinTV-NOVA-TD-Stick|Nova-TD Stick (52009)]] & WinTV-Duet HD
| standard=DVB-T, DVB-T2
| supported={{Supported in Kernel|since=2.6.27}}
| pic=[[image:Hauppauge WinTV-Duet.JPG|120px]]
| url=[http://www.hauppauge.fr/site/products/data_duethd.html]
| hostinterface=USB2.0
| usbid=2040:5200
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=The stick has two tuners
}}

</includeonly><noinclude>

==== hauppauge-nova-td-500-84xxx ====
{{DeviceDisplayMedium|hauppauge-nova-td-500-84xxx}}
</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-nova-td-500-84xxx
| vendor=[[Hauppauge]]
| device=[[Hauppauge WinTV-NOVA-T-500#WinTV-NOVA-TD-500 |Nova-TD-500 (84xxx)]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.27}}
| pic=[[image:Nova-td-500.jpg|120px]]
| url=[http://www.hauppauge.co.uk/pages/products/data_novat500.html]
| hostinterface=PCI32
| usbid=2040:8400
| hw=2&times;DiB3000P, 2&times;MT2060, LNA
| tuner=mt2060
| demodulator=dib3000p
| usbbridge=dib0700
| 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.
}}

</includeonly><noinclude>

==== gigabyte-u8000-rh ====
{{DeviceDisplayMedium|gigabyte-u8000-rh}}
</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-u8000-rh
| vendor=Gigabyte
| device=U8000-RH
| standard=DVB-T ANALOG-NTSC ANALOG-PAL ANALOG-SECAM
| supported={{Supported in Kernel|since=2.6.28}}
| pic=
| url=[http://www.gigabyte.com.tw/Products/TVCard/Products_Spec.aspx?ProductID=2441]
| hostinterface=USB2.0
| usbid=1044:7002
| hw=DIB7700C, XC3028ACQ, CX25843-24Z
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=hybrid dvb-t and analog device
}}

</includeonly><noinclude>

==== yuan-high-tech-stk7700ph ====
{{DeviceDisplayMedium|yuan-high-tech-stk7700ph}}
</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-stk7700ph
| vendor=YUAN High-Tech
| device=STK7700PH
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:1f08
| hw=
| tuner=xc3028
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=DVB-part of the Asus notebook M51Sn tv-tunner
}}

</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 ====
{{DeviceDisplayMedium|asus-my-cinema-u3000hybrid}}
</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-u3000hybrid
| vendor=[[ASUS]]
| device=[[ASUS|My Cinema-U3000Hybrid]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0b05:1736
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== pinnacle-pctv-hd-pro-usb-stick ====
{{DeviceDisplayMedium|pinnacle-pctv-hd-pro-usb-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-hd-pro-usb-stick
| vendor=Pinnacle
| device=PCTV HD Pro USB Stick (801e)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:023a
| hw=
| tuner=xc5000
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== pinnacle-pctv-hd-usb-stick ====
{{DeviceDisplayMedium|pinnacle-pctv-hd-usb-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-hd-usb-stick
| vendor=Pinnacle
| device=PCTV HD USB Stick (801e SE)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:023b
| hw=
| tuner=xc5000
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== terratec-cinergy-t-express ====
{{DeviceDisplayMedium|terratec-cinergy-t-express}}
</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-express
| vendor=TerraTec
| device=Cinergy T Express
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.29}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0ccd:0062
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== terratec-cinergy-dt-usb-xs-diversity-t5 ====
{{DeviceDisplayMedium|terratec-cinergy-dt-usb-xs-diversity-t5}}
</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-dt-usb-xs-diversity-t5
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy DT USB XS Diversity|Cinergy DT USB XS Diversity/ T5]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.29}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0ccd:0081 0ccd:10a1
| hw=2 * DiB7070PB1, DiB 0700C
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| 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.
}}

</includeonly><noinclude>

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

</includeonly><noinclude>

==== yuan-pd378s ====
{{DeviceDisplayMedium|yuan-pd378s}}
</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-pd378s
| vendor=YUAN High-Tech
| device=PD378S
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.30}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:2edc
| hw=
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== hauppauge-atsc-minicard-b200- ====
{{DeviceDisplayMedium|hauppauge-atsc-minicard-b200-}}
</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-atsc-minicard-b200-
| vendor=Hauppauge
| device=ATSC MiniCard (B200)
| standard=ATSC
| supported={{Supported in Kernel|since=2.6.30}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:b200
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=ATCS device .. move to ATSC table later
}}

</includeonly><noinclude>
==== hauppauge-atsc-minicard-b210- ====
{{DeviceDisplayMedium|hauppauge-atsc-minicard-b210-}}
</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-atsc-minicard-b210-
| vendor=Hauppauge
| device=ATSC MiniCard (B210)
| standard=ATSC
| supported={{Supported in Kernel|since=2.6.30}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:b210
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=ATCS device .. move to ATSC table later
}}

</includeonly><noinclude>
==== yuan-high-tech-mc770 ====
{{DeviceDisplayMedium|yuan-high-tech-mc770}}
</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-mc770
| vendor=YUAN High-Tech
| device=MC770
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.30}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:0871
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== elgato-eyetv-dtt-plain ====
{{DeviceDisplayMedium|elgato-eyetv-dtt-plain}}
</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-plain
| vendor=[[Elgato]]
| device=[[Elgato EyeTV DTT|EyeTV DTT]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.31}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fd9:0021
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=clone of Hauppauge WinTV-NOVA-T
}}

</includeonly><noinclude>

==== elgato-eyetv-dtt-dlx-pd378s ====
{{DeviceDisplayMedium|elgato-eyetv-dtt-dlx-pd378s}}
</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-pd378s
| vendor=[[Elgato]]
| device=[[Elgato EyeTV DTT deluxe|EyeTV DTT deluxe (PD378S)]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.31}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0fd9:0020
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</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 ====
{{DeviceDisplayMedium|leadtek-winfast-dtv-dongle-h}}
</noinclude><includeonly>
{{{{{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
| vendor=Leadtek
| device=WinFast DTV Dongle H
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.31}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=0413:60f6
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== yuan-high-tech-stk7700d ====
{{DeviceDisplayMedium|yuan-high-tech-stk7700d}}
</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-stk7700d
| vendor=YUAN High-Tech
| device=STK7700D
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:1efc
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== yuan-high-tech-dibcom-stk7700d ====
{{DeviceDisplayMedium|yuan-high-tech-dibcom-stk7700d}}
</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-dibcom-stk7700d
| vendor=YUAN High-Tech
| device=DiBcom STK7700D
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1164:1e8c
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== pinnacle-pctv-73a ====
{{DeviceDisplayMedium|pinnacle-pctv-73a}}
</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-73a
| vendor=[[Pinnacle]]
| device=PCTV 73A
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:0243
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== pinnacle-pctv-73e-se ====
{{DeviceDisplayMedium|pinnacle-pctv-73e-se}}
</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-73e-se
| vendor=[[Pinnacle]] (now PCTV Systems)
| device=[[Pinnacle PCTV nano Stick (73e)|PCTV NanoStick 73e SE (solo)]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}(USBID 2304:0245)<br/>{{Supported in Kernel|since=2.6.33}}(USBID 2013:0245)
| pic=
| url=[http://www.pctvsystems.com/Products/ProductsEuropeAsia/Digitalproducts/PCTVnanoStickSolo/tabid/176/language/en-GB/Default.aspx]
| hostinterface=USB2.0
| usbid=2304:0245 and 2013:0245
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=Same as the plain 73e but without remote control, antenna adapter and USB extension cable.
}}

</includeonly><noinclude>

==== pinnacle-pctv-282e ====
{{DeviceDisplayMedium|pinnacle-pctv-282e}}
</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-282e
| vendor=[[Pinnacle]]
| device=PCTV 282e
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.26}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2304:0248
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== dibcom-stk7770p-reference-design ====
{{DeviceDisplayMedium|dibcom-stk7770p-reference-design}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=STK7770P reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=10b8:1e80
| hw=
| tuner=
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== terratec-cinergy-t-usb-xxs-hd ====
{{DeviceDisplayMedium|terratec-cinergy-t-usb-xxs-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-usb-xxs-hd
| vendor=[[TerraTec]]
| device=[[TerraTec Cinergy T USB XXS|Cinergy T USB XXS (HD)]]
| standard=DVB-T
| 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]]
| url=[http://www.terratec.net/en/products/Cinergy_T_USB_XXS_2068.html]
| hostinterface=USB2.0
| usbid=0ccd:00ab
| hw=dib7770
| tuner=dib0070
| demodulator=dib7000p
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== dibcom-stk807xpvr-reference-design ====
{{DeviceDisplayMedium|dibcom-stk807xpvr-reference-design}}
</noinclude><includeonly>
{{{{{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
| vendor=DiBcom
| device=STK807xPVR reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=10b8:1f98
| hw=
| tuner=
| demodulator=dib8000
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== dibcom-stk807xp-reference-design ====
{{DeviceDisplayMedium|dibcom-stk807xp-reference-design}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=STK807xP reference design
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=10b8:1f90
| hw=
| tuner=
| demodulator=dib8000
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>
==== prolink-pixelview-sbtvd ====
{{DeviceDisplayMedium|prolink-pixelview-sbtvd}}
</noinclude><includeonly>
{{{{{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
| vendor=Prolink
| device=Pixelview SBTVD
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.32}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=1554:5010
| hw=
| tuner=
| demodulator=dib8000
| usbbridge=dib0700
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

==== emtec-s810 ====
{{DeviceDisplayMedium|emtec-s810}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=emtec-s810
| vendor=[[EMTEC]]
| device=[[Emtec S810|S810]]
| standard=DVB-T DVB-T2
| supported={{Supported in Kernel|since=?}}
| pic=[[image:Emtec S810.JPG|120px]]
| url=
| hostinterface=USB2.0
| usbid=1164:2edc
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=dvb-usb-dib0700-1.20.fw
| comment=
}}

</includeonly><noinclude>

=== [[DiBcom DiB3000|DiB3000M-B]] USB1.1 DVB-T devices===
=== [[DiBcom DiB3000|DiB3000M-B]] USB1.1 DVB-T devices===
</noinclude><includeonly>
</noinclude><includeonly>
Line 1,107: Line 3,988:
{{DeviceDisplayMedium|avermedia-dib3000mb-based}}
{{DeviceDisplayMedium|avermedia-dib3000mb-based}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=avermedia-dib3000mb-based
| did=avermedia-dib3000mb-based
| vendor=[[AVerMedia]]
| vendor=[[AVerMedia]]
| device=AVerTV DVBT USB
| device=AVerTV DVBT USB
| standard=DVB-T
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| pic=
| url=[http://www.avermedia.com/cgi-bin/products_digitvtuner_dvbtusb.asp?show=2]
| url=[http://www.avermedia.com/cgi-bin/products_digitvtuner_dvbtusb.asp?show=2]
| type=USB1.1
| hostinterface=USB1.1
| usbid=
| usbid=14aa:0001
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| tuner=
Line 1,121: Line 4,003:
| usbbridge=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=Whats the Axxx model number of this device?
| comment=Whats the Axxx model number of this device? warm usbid 14aa:0002
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>
==== compro-videomate-u2000 ====
{{DeviceDisplayMedium|compro-videomate-u2000}}
</noinclude><includeonly>
{{{{{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
| vendor=Compro
| device=Videomate DVB-U2000 - DVB-T USB1.1
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=[http://www.comprousa.com/en/product/vmu2000.html]
| hostinterface=USB1.1
| usbid=185b:d000 145f:010c
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbids: 185b:d001 145f:010c
}}

</includeonly><noinclude>

==== dibcom-dib3000mb-mod3000 ====
{{DeviceDisplayMedium|dibcom-dib3000mb-mod3000}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=USB1.1 DVB-T reference design (MOD3000)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1
| usbid=10b8:0bb8
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbid: 10b8:0bb9
}}

</includeonly><noinclude>

==== kworld-xpert-dtv-dib3000mb ====
{{DeviceDisplayMedium|kworld-xpert-dtv-dib3000mb}}
</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-xpert-dtv-dib3000mb
| vendor=[[KWorld]]
| device=V-Stream XPERT DTV - DVB-T USB1.1
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1
| usbid=eb1a:17de
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbid: eb1a:17df
}}

</includeonly><noinclude>
==== grandtec-dib3000mb ====
{{DeviceDisplayMedium|grandtec-dib3000mb}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=grandtec-dib3000mb
| vendor=Grandtec
| device=USB1.1 DVB-T
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1
| usbid=5032:0fa0 5032:0bb8
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbid: 5032:0fa1 5032:0bb9
}}

</includeonly><noinclude>
==== unknown-dib3000mb ====
{{DeviceDisplayMedium|unknown-dib3000mb}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=unknown-dib3000mb
| vendor=Unknown
| device=Unkown USB1.1 DVB-T device ???? please report the name to the author
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1
| usbid=1025:005e
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbid: 1025:005f
}}

</includeonly><noinclude>
==== twinhan-magicbox-i-hama ====
{{DeviceDisplayMedium|twinhan-magicbox-i-hama}}
</noinclude><includeonly>
{{{{{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
| vendor=Twinhan
| device=TwinhanDTV USB-Ter USB1.1 (VP7041)/ TwinhanDTV Magic Box I (VP7041e)/ HAMA USB1.1 DVB-T device
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=[http://www.hama.de/bilder/00049/abb/00049021abb.jpg]
| url=[http://www.twinhan.com/product_terrestrial_3.asp] [http://www.twinhan.com/product_terrestrial_5.asp]
| hostinterface=USB1.1
| usbid=13d3:3201 1822:3201
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbid: 13d3:3202 1822:3202
}}

</includeonly><noinclude>

==== artec-t1-an2135 ====
{{DeviceDisplayMedium|artec-t1-an2135}}
</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-t1-an2135
| vendor=[[Artec]]
| device=[[Artec T1 USB TV Box|T1 USB1.1 TVBOX with AN2135]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1
| usbid=05d8:8105
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbid: 05d8:8106
}}

</includeonly><noinclude>

==== videowalker-dib3000mb ====
{{DeviceDisplayMedium|videowalker-dib3000mb}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=videowalker-dib3000mb
| vendor=VideoWalker
| device=DVB-T USB
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=[http://www.geniusnet.com.tw/product/product-1.asp?pdtno=541]
| hostinterface=USB1.1
| usbid=0458:701e
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-5.0.0.11.fw
| comment=warm usbid: 0458:701f
}}

</includeonly><noinclude>

==== artec-t1-an2235 ====
{{DeviceDisplayMedium|artec-t1-an2235}}
</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-t1-an2235
| vendor=[[Artec]]
| device=[[Artec T1 USB TV Box|T1 USB1.1 TVBOX with AN2235]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1
| usbid=05d8:8107
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-an2235-01.fw
| comment=warm usbid: 05d8:8108
Some "broken" devices where sold with cold id: 0547:2235 . You will need to enable CONFIG_DVB_USB_DIBUSB_MB_FAULTY in the kernel .config to catch those.
}}

</includeonly><noinclude>

==== kworld-300u ====
{{DeviceDisplayMedium|kworld-300u}}
</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-300u
| vendor=[[KWorld]]
| device=300U/Instant DVB-T USB2.0 PTV-333
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| 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
| 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>

==== kworld-xpert-usb2 ====
{{DeviceDisplayMedium|kworld-xpert-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=kworld-xpert-usb2
| vendor=[[KWorld]]
| device=Xpert DVB-T USB2.0
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.14}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=eb2a:17de
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-adstech-usb2-02.fw
| comment=
}}


</includeonly><noinclude>

==== artec-t1-dib3000mb-usb2 ====
{{DeviceDisplayMedium|artec-t1-dib3000mb-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=artec-t1-dib3000mb-usb2
| vendor=[[Artec]]
| device=T1 USB2.0
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.15}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=05d8:8109
| hw=[[DiBcom DiB3000|DiBcom 3000M-B]]
| tuner=
| demodulator=dib3000mb
| usbbridge=dib3000mb
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=warm usbid: 05d8:810a
}}


</includeonly><noinclude>

=== [[DiBcom DiB3000|DiB3000M-C/P]] USB2.0 DVB-T devices ===
=== [[DiBcom DiB3000|DiB3000M-C/P]] USB2.0 DVB-T devices ===
</noinclude><includeonly>
</noinclude><includeonly>

</includeonly><noinclude>
==== dibcom-dib3000mc-mod3000p ====
{{DeviceDisplayMedium|dibcom-dib3000mc-mod3000p}}
</noinclude><includeonly>
{{{{{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
| vendor=[[DiBcom]]
| device=USB2.0 DVB-T reference design (MOD3000P)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1 USB2.0
| usbid=10b8:0bc6
| hw=Panasonic tuner, [[DiBcom DiB3000|DiB3000M-C/P]]
| tuner=
| demodulator=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=warm usbid: 10b8:0bc7
}}

</includeonly><noinclude>

==== artec-t1-3000mc-usb2 ====
{{DeviceDisplayMedium|artec-t1-3000mc-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=artec-t1-3000mc-usb2
| vendor=[[Artec]]
| device=T1 USB2.0 TVBOX
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1 USB2.0
| usbid=05d8:8109
| hw=Panasonic tuner, [[DiBcom DiB3000|DiB3000M-C/P]]
| tuner=
| demodulator=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=Author says: Please check the warm ID.( is it 05d8:810a ?)
}}

</includeonly><noinclude>
==== lite-on-dib3000mc ====
{{DeviceDisplayMedium|lite-on-dib3000mc}}
</noinclude><includeonly>
{{{{{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
| vendor=LITE-ON
| device=USB2.0 DVB-T Tuner
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=[[image:Dvb-t-usb-toshiba-px1211e-1tvd-001.jpg|120px]]
| url=
| hostinterface=USB1.1 USB2.0
| usbid=04ca:f000
| hw=
| tuner=mt2060
| demodulator=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=warm usbid 04ca:f001 Also rebranded as "Intuix Tv Tuner Tnt S800", "Toshiba USB DVB-T Tuner PX1211E-1TVD", and "Medion USB DVB-T TV Tuner"
}}

</includeonly><noinclude>

==== msi-digivox-mini-sl ====
{{DeviceDisplayMedium|msi-digivox-mini-sl}}
</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-sl
| vendor=[[MSI]]
| device=Digivox Mini SL
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=[http://www1.conrad.de/xl/9000_9999/9900/9940/9949/994904_BB_00_FB.EPS.jpg]
| url=
| hostinterface=USB1.1 USB2.0
| usbid=eb1a:e360
| hw=
| tuner=mt2060
| demodulator=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=warm usbid eb1a:e361
}}

</includeonly><noinclude>

==== grand-dib3000mc ====
{{DeviceDisplayMedium|grand-dib3000mc}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=grand-dib3000mc
| vendor=GRAND
| device=USB2.0 DVB-T adapter
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=[http://www.grand.com.tw/en/product_form.asp?lwk_series=54&lwk_product=h-005&lwk_page=1]
| url=
| hostinterface=USB1.1 USB2.0
| usbid=5032:0bc6
| hw=
| tuner=mt2060
| demodulator=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=warm usbid 5032:0bc7
}}


</includeonly><noinclude>
</includeonly><noinclude>
Line 1,132: Line 4,426:
{{DeviceDisplayMedium|artec-t14-dib3000mc-based}}
{{DeviceDisplayMedium|artec-t14-dib3000mc-based}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=artec-t14-dib3000mc-based
| did=artec-t14-dib3000mc-based
| vendor=[[Artec]]
| vendor=[[Artec]]
| device=T14
| device=T14
| standard=DVB-T
| supported={{yes}}
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| pic=
| url=[http://www.artec.com.tw/ehtm/be122.htm]
| url=[http://www.artec.com.tw/ehtm/be122.htm]
| type=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=
| usbid=05d8:810b
| hw=MT2060 silicon tuner
| hw=MT2060 silicon tuner, [[DiBcom DiB3000|DiB3000M-C/P]]
| tuner=mt2060
| tuner=mt2060
| demodulator=dib3000mc
| demodulator=dib3000mc
| usbbridge=
| 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 Based on the DiBcom DVB-T USB 2.0 reference design.
| comment=
}}
}}


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

==== leadtek-dib3000mc-based ====
{{DeviceDisplayMedium|leadtek-dib3000mc-based}}
</noinclude><includeonly>
{{{{{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
| vendor=[[Leadtek]]
| device=USB2.0 Winfast DTV dongle (STK3000P based)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| url=[http://www.leadtek.com.tw/eng/tv_tuner/overview.asp?lineid=6&pronameid=231]
| hostinterface=USB1.1 USB2.0
| usbid=0413:6025
| hw=MT2060 silicon tuner, [[DiBcom DiB3000|DiB3000M-C/P]]
| tuner=mt2060
| demodulator=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=warm usbid 0413:6026
}}

</includeonly><noinclude>
==== yuan-pd300-dib3000mc ====
{{DeviceDisplayMedium|yuan-pd300-dib3000mc}}
</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-pd300-dib3000mc
| vendor=YUAN High-Tech
| device=PD300 DVB-T mobility
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| hostinterface=USB1.1 USB2.0
| url=[http://www.linuxtv.org/pipermail/linux-dvb/2006-March/008936.html] [http://www.yuan.com.tw/en/products/vdo_pd300mini.htm]
| usbid=10b8:0bc6
| hw=MT2060 silicon tuner, [[DiBcom DiB3000|DiB3000M-C/P]]
| tuner=mt2060
| demodulator=dib3000mc
| usbbridge=dib3000mc
| fw=dvb-usb-dibusb-6.0.0.8.fw
| comment=same usbid as ref design, but different tuner, yikes! warm usbid: 10b8:0bc7
}}


</includeonly><noinclude>

===== clones =====
</noinclude><includeonly>

</includeonly><noinclude>
====== toshiba-px1211e-1tvd ======
{{DeviceDisplayMedium|toshiba-px1211e-1tvd}}
</noinclude><includeonly>
{{{{{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
| vendor=Toshiba
| device=PX1211E-1TVD USB DVB-T Tuner
| standard=DVB-T
| supported={{Clone of|src=USB_Device_Data|did=lite-on-dib3000mc}}
| hostinterface=USB1.1 USB2.0
}}

</includeonly><noinclude>

====== intuix-tnt-s800 ======
{{DeviceDisplayMedium|intuix-tnt-s800}}
</noinclude><includeonly>
{{{{{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
| vendor=Intuix
| device=Tv Tuner Tnt S800
| standard=DVB-T
| supported={{Clone of|src=USB_Device_Data|did=lite-on-dib3000mc}}
| hostinterface=USB1.1 USB2.0
}}

</includeonly><noinclude>
====== medion-95733-95713 ======
{{DeviceDisplayMedium|medion-95733-95713}}
</noinclude><includeonly>
{{{{{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
| vendor=Medion
| device=USB DVB-T TV Tuner (MD95733/MD95713)
| standard=DVB-T
| supported={{Clone of|src=USB_Device_Data|did=lite-on-dib3000mc}}
| hostinterface=USB1.1 USB2.0
}}

</includeonly><noinclude>
====== typhoon-tv-movie-dib3000mc ======
{{DeviceDisplayMedium|typhoon-tv-movie-dib3000mc}}
</noinclude><includeonly>
{{{{{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
| vendor=Typhoon
| device=TV MOVIE STICK
| url=[http://www.typhoon.de/en/art.php?p=826&c=]
| standard=DVB-T
| supported={{Clone of|src=USB_Device_Data|did=msi-digivox-mini-sl}}
| hostinterface=USB1.1 USB2.0
| comment="Art. 50506"
}}

</includeonly><noinclude>

=== Nebula DigiTV USB version - DVB-T ===
=== Nebula DigiTV USB version - DVB-T ===
</noinclude><includeonly>
</noinclude><includeonly>
Line 1,157: Line 4,558:
{{DeviceDisplayMedium|nebula-micro-digitv-usb}}
{{DeviceDisplayMedium|nebula-micro-digitv-usb}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=nebula-micro-digitv-usb
| did=nebula-micro-digitv-usb
| vendor=[[Nebula]]
| vendor=[[Nebula]]
| device=micro-DigiTV USB
| device=micro-DigiTV USB
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| pic=
| url=[http://www.nebula-electronics.com/information/info.asp?Code=0003]
| url=[http://www.nebula-electronics.com/information/info.asp?Code=0003]
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Zarlink MT352]] or NxtWave(now ATI/AMD) Nxt6000
| hw=[[Zarlink MT352]] or NxtWave(now ATI/AMD) Nxt6000
| tuner=
| tuner=
| demodulator=mt352,nxt6000
| demodulator=mt352, nxt6000
| usbbridge=
| usbbridge=
| fw=dvb-usb-digitv-01.fw
| fw=dvb-usb-digitv-01.fw
Line 1,175: Line 4,577:


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

=== HanfTek UMT-010 ===
=== dtt200u.c WideView/Yakumo/Hama/Typhoon/Club3D/Miglia DVB-T USB2.0 devices===
</noinclude><includeonly>
</noinclude><includeonly>


</includeonly><noinclude>
</includeonly><noinclude>
==== hanftek-umt-010 ====
==== wideview-wt200u ====
{{DeviceDisplayMedium|hanftek-umt-010}}
{{DeviceDisplayMedium|wideview-wt200u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=hanftek-umt-010
| did=wideview-wt200u
| vendor=Hanftek
| vendor=WideView/YUAN/Yakumo/Hama/Typhoon
| device=UMT-010
| device=DVB-T USB2.0 (WT-200U)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| pic=
| url=
| url=[http://www.hanftek.com/] [http://www.linuxtv.org/pipermail/linux-dvb/2006-November/014259.html]
| type=USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=15f4:0001
| usbid=14aa:0201
| hw=[[Zarlink MT352]]
| hw=
| tuner=
| tuner=dtt200u
| demodulator=mt352
| demodulator=dtt200u
| usbbridge=dib3000mc
| usbbridge=
| fw=dvb-usb-umt-010-02.fw
| fw=dvb-usb-dtt200u-01.fw
| comment=warm usbid 14aa:0301
| comment=Stick-sized. Different colours (blue, grey, red). USBID: 15f4:0001(cold) 15f4:0015(warm)
}}
}}


</includeonly><noinclude>
</includeonly><noinclude>
=== Hauppauge WinTV-NOVA-T usb2 ===
==== wideview-wt220u ====
{{DeviceDisplayMedium|wideview-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=wideview-wt220u
| vendor=WideView
| device=WT-220U PenType Receiver (Typhoon/Freecom)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB1.1 USB2.0
| usbid=14aa:0222 14aa:0220
| hw=
| tuner=dtt200u
| demodulator=dtt200u
| usbbridge=
| fw=dvb-usb-wt220u-02.fw
| 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.
}}


</includeonly><noinclude>
</includeonly><noinclude>
==== hauppauge-wintv-nova-t-usb2 ====
==== wideview-zl353-wt220u ====
{{DeviceDisplayMedium|hauppauge-wintv-nova-t-usb2}}
{{DeviceDisplayMedium|wideview-zl353-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=hauppauge-wintv-nova-t-usb2
| did=wideview-zl353-wt220u
| vendor=[[Hauppauge]]
| vendor=WideView
| device=WinTV-NOVA-T usb2
| device=WT-220U PenType Receiver (based on ZL353)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=2040:9300
| usbid=14aa:022a
| hw=dib3000mc
| hw=
| tuner=dib3000mc
| tuner=dtt200u
| demodulator=dib3000mc
| demodulator=dtt200u
| usbbridge=
| usbbridge=
| fw=dvb-usb-nova-t-usb2-02.fw
| fw=dvb-usb-wt220u-zl0353-01.fw
| comment=
| comment=warm usbid 14aa:022b
}}

</includeonly><noinclude>
==== wideview-fc-wt220u ====
{{DeviceDisplayMedium|wideview-fc-wt220u}}
</noinclude><includeonly>
{{{{{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
| vendor=Freecom
| device=DVB-T (WT-220U PenType Receiver)
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.19}}
| pic=
| url=
| hostinterface=USB1.1 USB2.0
| usbid=14aa:0225
| hw=
| tuner=dtt200u
| demodulator=dtt200u
| usbbridge=
| fw=dvb-usb-wt220u-fc03.fw
| comment=warm usbid 14aa:0226
}}

</includeonly><noinclude>
==== miglia-wt220u ====
{{DeviceDisplayMedium|miglia-wt220u}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=miglia-wt220u
| vendor=Miglia
| device=WT-220U PenType Receiver
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.24}}
| pic=
| url=
| hostinterface=USB1.1 USB2.0
| usbid=18f3:0220
| hw=
| tuner=dtt200u
| demodulator=dtt200u
| usbbridge=
| fw=dvb-usb-wt220u-miglia-01.fw
| comment=warm usbid 14aa:022b(according to a comment in the code)
}}
}}


Line 1,230: Line 4,697:


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

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


Line 1,237: Line 4,703:
{{DeviceDisplayMedium|msi-mega-sky-580}}
{{DeviceDisplayMedium|msi-mega-sky-580}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=msi-mega-sky-580
| did=msi-mega-sky-580
| vendor=[[MSI]]
| vendor=[[MSI]]
| device=Mega Sky 580
| device=Mega Sky 580
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.21}}
| supported={{Supported_in_Kernel|since=2.6.21}}
| pic=
| pic=
| url=
| url=
| type=USB1.1 USB2.0
| hostinterface=USB1.1 USB2.0
| usbid=0db0:5580
| usbid=0db0:5580
| hw=tuner: qt1010 demodulator: mt352 USB Bridge: ULi M9206
| hw=tuner: qt1010 demodulator: mt352 USB Bridge: ULi M9206
Line 1,251: Line 4,718:
| 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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=lifeview-lr540
| did=lifeview-lr540
| vendor=[[LifeView]]
| vendor=[[LifeView]]
| device=[[LifeView TV Walker Twin DVB-T (LR540)|TV Walker Twin DVB-T (LR540)]]
| device=[[LifeView TV Walker Twin DVB-T (LR540)|TV Walker Twin DVB-T (LR540)]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.22}}(one tuner)<br/>{{Supported_in_Kernel|since=2.6.23}}(both tuners)
| supported={{Supported_in_Kernel|since=2.6.22}}(one tuner)<br/>{{Supported_in_Kernel|since=2.6.23}}(both tuners)
| pic=[[image:LifeView TV Walker Twin.jpg|120px]]
| pic=[[image:LifeView TV Walker Twin.jpg|120px]]
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=10fd:0513
| usbid=10fd:0513
| hw=tuner: 2x[[NXP/Philips_TDA827x|NXP/Philips 8275AC1]] demodulator: 2xNXP/Philips TDA10046A USB Bridge: ULi M9206
| hw=tuner: 2x[[NXP/Philips_TDA827x|NXP/Philips 8275AC1]] demodulator: 2xNXP/Philips TDA10046A USB Bridge: ULi M9206
Line 1,279: Line 4,748:
{{DeviceDisplayMedium|zappa-lr523}}
{{DeviceDisplayMedium|zappa-lr523}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=zappa-lr523
| did=zappa-lr523
| vendor=Zappa
| vendor=Zappa
| device=[[LifeView TV Walker Twin DVB-T (LR540)#Zappa_DVB-T_USB_LR523|DVB-T USB LR523]]
| device=[[LifeView TV Walker Twin DVB-T (LR540)#Zappa_DVB-T_USB_LR523|DVB-T USB LR523]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.22}}
| supported={{Supported_in_Kernel|since=2.6.22}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=10fd:0513
| usbid=10fd:0513
| hw=tuner: [[NXP/Philips_TDA827x|NXP/Philips 8275AC1]] demodulator: NXP/Philips TDA10046A USB Bridge: ULi M9206
| hw=tuner: [[NXP/Philips_TDA827x|NXP/Philips 8275AC1]] demodulator: NXP/Philips TDA10046A USB Bridge: ULi M9206
Line 1,300: Line 4,770:
{{DeviceDisplayMedium|msi-digivox-mini-ii-v1}}
{{DeviceDisplayMedium|msi-digivox-mini-ii-v1}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=msi-digivox-mini-ii-v1
| did=msi-digivox-mini-ii-v1
| vendor=[[MSI]]
| vendor=[[MSI]]
| device=[[MSI DigiVox mini II|DIGI VOX mini II]]
| device=[[MSI DigiVox mini II|DIGI VOX mini II]]
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.22}}
| supported={{Supported_in_Kernel|since=2.6.22}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=10fd:1513
| usbid=10fd:1513
| hw=tuner: [[NXP/Philips_TDA827x|NXP/Philips 8275AC1]] demodulator: NXP/Philips TDA10046A USB Bridge: ULi M9206
| hw=tuner: [[NXP/Philips_TDA827x|NXP/Philips 8275AC1]] demodulator: NXP/Philips TDA10046A USB Bridge: ULi M9206
Line 1,321: Line 4,792:
{{DeviceDisplayMedium|dposh-920x}}
{{DeviceDisplayMedium|dposh-920x}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=dposh-920x
| did=dposh-920x
| vendor=Dposh
| vendor=Dposh
| device=DVB-T USB2.0
| device=DVB-T USB2.0
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.22}}
| supported={{Supported_in_Kernel|since=2.6.22}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=1498:9206
| usbid=1498:9206
| hw=tuner: qt1010 demodulator: mt352 USB Bridge: ULi M9206
| hw=tuner: qt1010 demodulator: mt352 USB Bridge: ULi M9206
Line 1,336: Line 4,808:
| fw=dvb-usb-dposh-01.fw
| fw=dvb-usb-dposh-01.fw
| comment=
| comment=
}}

</includeonly><noinclude>
=== Hauppauge WinTV-NOVA-T usb2 ===
</noinclude><includeonly>

</includeonly><noinclude>
==== hauppauge-wintv-nova-t-usb2 ====
{{DeviceDisplayMedium|hauppauge-wintv-nova-t-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=hauppauge-wintv-nova-t-usb2
| vendor=[[Hauppauge]]
| device=[[Hauppauge WinTV-NOVA-T-USB2|WinTV-NOVA-T USB2]]
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=
| hostinterface=USB2.0
| usbid=2040:9300
| hw=dib3000mc
| tuner=dib3000mc
| demodulator=dib3000mc
| usbbridge=
| fw=dvb-usb-nova-t-usb2-02.fw
| comment=
}}

</includeonly><noinclude>

=== HanfTek UMT-010 ===
</noinclude><includeonly>

</includeonly><noinclude>
==== hanftek-umt-010 ====
{{DeviceDisplayMedium|hanftek-umt-010}}
</noinclude><includeonly>
{{{{{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
| vendor=Hanftek
| device=UMT-010
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.13}}
| pic=
| url=[http://www.hanftek.com/] [http://www.linuxtv.org/pipermail/linux-dvb/2006-November/014259.html]
| hostinterface=USB2.0
| usbid=15f4:0001
| hw=[[Zarlink MT352]]
| tuner=
| demodulator=mt352
| usbbridge=dib3000mc
| fw=dvb-usb-umt-010-02.fw
| comment=Stick-sized. Different colours (blue, grey, red). USBID: 15f4:0001(cold) 15f4:0015(warm)
}}
}}


Line 1,347: Line 4,872:
{{DeviceDisplayMedium|msi-mega-sky-55801}}
{{DeviceDisplayMedium|msi-mega-sky-55801}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| 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
| 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=
| type=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}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=a-link-dtu-dvb-t-no-postfix
| did=a-link-dtu-dvb-t-no-postfix
| vendor=A-LINK
| vendor=A-LINK
| device=DTU DVB-T USB2.0
| device=DTU DVB-T USB2.0
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.23}}
| supported={{Supported_in_Kernel|since=2.6.23}}
| pic=[[image:A-LINK DTU-002.jpg|120px]]
| pic=[[image:A-LINK DTU-002.jpg|120px]]
| url=
| url=
| type=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
| usbbridge=gl861
| usbbridge=gl861
| fw=none needed
| fw=none needed
| comment=This is *not* the "DTU(m)" (which is a AF9015 device) or "A-LINK DTU(h)" (which looks very much like a re-branded "GeniaTech T328B").
| comment=This is neither the "A-LINK DTU(m)" (which is a AF9015 device) nor the "A-LINK DTU(h)" (which from the pictures I've seen, looks very much like a re-branded "GeniaTech T328B").
}}
}}


Line 1,394: Line 4,922:
{{DeviceDisplayMedium|digitalnow-tinyusb-2}}
{{DeviceDisplayMedium|digitalnow-tinyusb-2}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=digitalnow-tinyusb-2
| did=digitalnow-tinyusb-2
| vendor=DigitalNow
| vendor=DigitalNow
| device=TinyUSB 2 DVB-t
| device=TinyUSB 2 DVB-t
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.13}}
| supported={{Supported_in_Kernel|since=2.6.13}}
| pic=[http://www.digitalnow.com.au/product_images/tinyusb2-device.jpg]
| pic=[http://www.digitalnow.com.au/product_images/tinyusb2-device.jpg]
| url=[http://www.digitalnow.com.au/product_pages/tinyusb2.html]
| url=[http://www.digitalnow.com.au/product_pages/tinyusb2.html]
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Zarlink MT352]]
| hw=[[Zarlink MT352]]
Line 1,415: Line 4,944:
{{DeviceDisplayMedium|digitalrise-ter-beetle}}
{{DeviceDisplayMedium|digitalrise-ter-beetle}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=digitalrise-ter-beetle
| did=digitalrise-ter-beetle
| vendor=DigitalRise
| vendor=DigitalRise
| device=DVB-T USB 2.0 Ter Beetle
| device=DVB-T USB 2.0 Ter Beetle
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.13}}
| supported={{Supported_in_Kernel|since=2.6.13}}
| pic=[http://www.digitalrise.biz/images/products/dvb_tuner/ter/usb2/large.jpg]
| pic=[http://www.digitalrise.biz/images/products/dvb_tuner/ter/usb2/large.jpg]
| url=[http://www.digitalrise.biz/products/dvb_tuner/ter/usb2/]
| url=[http://www.digitalrise.biz/products/dvb_tuner/ter/usb2/]
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Zarlink MT352]]
| hw=[[Zarlink MT352]]
Line 1,436: Line 4,966:
{{DeviceDisplayMedium|dnt-euromini-100}}
{{DeviceDisplayMedium|dnt-euromini-100}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=dnt-euromini-100
| did=dnt-euromini-100
| vendor=dnt
| vendor=dnt
| device=EuroMini 100
| device=EuroMini 100
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.13}}
| supported={{Supported_in_Kernel|since=2.6.13}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Zarlink MT352]]
| hw=[[Zarlink MT352]]
Line 1,457: Line 4,988:
{{DeviceDisplayMedium|fujitsu-siemens-dvbt-mobile-tv-tuner}}
{{DeviceDisplayMedium|fujitsu-siemens-dvbt-mobile-tv-tuner}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=fujitsu-siemens-dvbt-mobile-tv-tuner
| did=fujitsu-siemens-dvbt-mobile-tv-tuner
| vendor=Fujitsu-Siemens
| vendor=Fujitsu-Siemens
| device=DVB-T Mobile TV Tuner
| device=DVB-T Mobile TV Tuner
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.13}}
| supported={{Supported_in_Kernel|since=2.6.13}}
| pic=[[Image:Fujitsu-Siemens-DVB-T-Mobile-001.jpg|120px]]
| pic=[[Image:Fujitsu-Siemens-DVB-T-Mobile-001.jpg|120px]]
| url=[http://www.fujitsu-siemens.de/home/products/accessories/others/dvb_t_mobile.html de] [http://www.fujitsu-siemens.com/home/products/others/dvb_t_mobile.html en]
| url=[http://www.fujitsu-siemens.de/home/products/accessories/others/dvb_t_mobile.html de] [http://www.fujitsu-siemens.com/home/products/others/dvb_t_mobile.html en]
| type=USB2.0
| hostinterface=USB2.0
| usbid=13d3:3205
| usbid=13d3:3205
| hw=[[Zarlink MT352]]
| hw=[[Zarlink MT352]]
Line 1,480: Line 5,012:
{{DeviceDisplayMedium|twinhandtv-alpha-rev7045}}
{{DeviceDisplayMedium|twinhandtv-alpha-rev7045}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=twinhandtv-alpha-rev7045
| did=twinhandtv-alpha-rev7045
| vendor=TwinhanDTV
| vendor=TwinhanDTV
| device=Alpha
| device=Alpha
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.13}}
| supported={{Supported_in_Kernel|since=2.6.13}}
| pic=[http://www.twinhan.com/Images/products/TwinHanDTV-alpha_B.jpg]
| pic=[http://www.twinhan.com/Images/products/TwinHanDTV-alpha_B.jpg]
| url=[http://www.twinhan.com/product_terrestrial_7.asp]
| url=[http://www.twinhan.com/product_terrestrial_7.asp]
| type=USB2.0
| hostinterface=USB2.0
| usbid=13d3:3205
| usbid=13d3:3205
| hw=[[Zarlink MT352]]
| hw=[[Zarlink MT352]]
Line 1,502: Line 5,035:
{{DeviceDisplayMedium|twinhandtv-magicboxii}}
{{DeviceDisplayMedium|twinhandtv-magicboxii}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=twinhandtv-magicboxii
| did=twinhandtv-magicboxii
| vendor=TwinhanDTV
| vendor=TwinhanDTV
| device=MagicBox II
| device=MagicBox II
| standard=DVB-T
| supported={{Supported_in_Kernel|since=2.6.13}}
| supported={{Supported_in_Kernel|since=2.6.13}}
| pic=[http://www.twinhan.com/Images/products/TwinhanDTV-MagicBox2_B.jpg]
| pic=[http://www.twinhan.com/Images/products/TwinhanDTV-MagicBox2_B.jpg]
| url=[http://www.twinhan.com/product_terrestrial_6.asp]
| url=[http://www.twinhan.com/product_terrestrial_6.asp]
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=[[Zarlink MT352]]
| hw=[[Zarlink MT352]]
Line 1,529: Line 5,063:
{{DeviceDisplayMedium|bestbuy-easy-tv-wt220u}}
{{DeviceDisplayMedium|bestbuy-easy-tv-wt220u}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=bestbuy-easy-tv-wt220u
| did=bestbuy-easy-tv-wt220u
| vendor=Bestbuy
| vendor=Bestbuy
| device=Easy TV
| device=Easy TV
| standard=DVB-T
| supported={{yes}}
| supported={{yes}}
| pic=
| pic=
| url=
| url=
| type=USB2.0
| hostinterface=USB2.0
| usbid=
| usbid=
| hw=
| hw=
Line 1,547: Line 5,082:


</includeonly><noinclude>
</includeonly><noinclude>
=== RealTek 2832U devices ===
* Twintech-UT-30
* Genius TVGo DVB-T03
* Gigabyte U7300
* ...
</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>
==== genius-tvgo-t03-rtl2832u ====
{{DeviceDisplayMedium|genius-tvgo-t03-rtl2832u}}
</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-rtl2832u
| 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>
==== 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>
==== gotview-masterhd3 ====
{{DeviceDisplayMedium|gotview-masterhd3}}
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
| did=gotview-masterhd3
| vendor=[[GoTView]]
| device=[[GoTView MasterHD 3|MasterHD 3]]
| standard=DVB-T2
| supported={{Yes}}
| pic=[http://www.gotview.ru/v2/images/stories/masterhd3_logo.jpg]
| url=[http://www.gotview.ru/v2/opisanie-gotview-usb-masterhd3.html]
| hostinterface=USB2.0
| usbid=5654:ca42
| hw=[[RealTek RTL2832U]]
| tuner=[[Silicon Labs Si2157]]
| demodulator=[[Silicon Labs Si2168]]
| usbbridge=RTL2832U
| fw=
| comment=
}}

</includeonly><noinclude>

=== Supported Em2880/Em2870 Based USB DVB-T devices ===
=== Supported Em2880/Em2870 Based USB DVB-T devices ===
</noinclude><includeonly>
</noinclude><includeonly>
Line 1,554: Line 5,186:
{{DeviceDisplayMedium|bestbuy-easy-tv-hybrid}}
{{DeviceDisplayMedium|bestbuy-easy-tv-hybrid}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=bestbuy-easy-tv-hybrid
| did=bestbuy-easy-tv-hybrid
| vendor=BestBuy
| vendor=BestBuy
| device=Easy TV USB hybrid
| device=Easy TV USB hybrid
| standard=DVB-T
| supported={{Supported_in_External|since=?|url=http://mcentral.de/wiki/index.php5/Em2880}}
| supported={{Supported_in_External|since=?|url=http://mcentral.de/wiki/index.php5/Em2880}}
| pic=
| pic=
| url=
| url=
| hostinterface=USB2.0
| type=
| usbid=eb1a:2881
| usbid=eb1a:2881
| hw=
| hw=
Line 1,579: Line 5,212:
{{DeviceDisplayMedium|ame-dtv-5100}}
{{DeviceDisplayMedium|ame-dtv-5100}}
</noinclude><includeonly>
</noinclude><includeonly>
{{{{{renderwith}}}|src=USB_Device_Data|selatt1={{{selatt1|}}}|selval1={{{selval1|}}}|selatt2={{{selatt2|}}}|selval2={{{selval2|}}}|selatt3={{{selatt3|}}}|selval3={{{selval3|}}}|selatt4={{{selatt4|}}}|selval4={{{selval4|}}}
{{{{{renderwith}}}|selectionattribute={{{selectionattribute}}}|selectionvalue={{{selectionvalue}}}
| did=ame-dtv-5100
| did=ame-dtv-5100
| vendor=AME
| vendor=AME
| device=DTV-5100
| device=DTV-5100
| standard=DVB-T
| supported={{Supported in Kernel|since=2.6.28}}
| supported={{Supported in Kernel|since=2.6.28}}
| pic=[[image:AME-dtv-5100-001.jpg|120px]]
| pic=[[image:AME-dtv-5100-001.jpg|120px]]
| url=[http://www.ame-group.com/dtv_5100.htm][http://royale.zerezo.com/dtv5100/][http://www.tatatou.org/dotclear/index.php?2008/08/26/162-tuto-premier-jet]
| url=[http://www.ame-group.com/dtv_5100.htm] [http://royale.zerezo.com/dtv5100/] [http://www.tatatou.org/dotclear/index.php?2008/08/26/162-tuto-premier-jet]
| type=USB2.0
| hostinterface=USB2.0
| usbid=06be:a232
| usbid=06be:a232
| hw=qt1010, zl10353 (WJCE6353), CY7C68013A
| hw=qt1010, zl10353 (WJCE6353), CY7C68013A
Line 1,596: Line 5,230:
}}
}}


</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=DVB-T {{Supported in Kernel|since=3.13}}, DVB-T2 {{Supported in Kernel|since=4.6}}
| pic=[[Image:Astrometa-dvb-t2.png|240px|Astometa HD-901T2]]
| url=[http://www.astrometa.com.tw/integrated_en.html]
| hostinterface=USB2.0
| usbid=15f4:0131
| hw=[[RealTek RTL2832P]], Panasonic MN88472 or MN88473, Rafael Micro R828D
| tuner=Rafael Micro R828D
| demodulator=[[RealTek RTL2832P]], Panasonic MN88472 or MN88473
| 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]]<br /><small>MyGica T230<br />August T210v2<br />Geniatech PT360 (USB-OTG)<br />MyGica PT360 (USB-OTG)<br />D202 (USB-OTG, OEM)</small>
| 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]]-A20 or [[Silicon Labs Si2157|Si2158]]-A20, [[Silicon Labs Si2168]]-B40, [[Cypress EZ-USB FX2|Cypress EZ-USB FX2 CY7C68013A]]
| tuner=[[Silicon Labs Si2157|Silicon Labs Si2148]]-A20/[[Silicon Labs Si2157|Silicon Labs Si2158]]-A20
| demodulator=[[Silicon Labs Si2168]]-B40
| 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>
==== geniatech-t230c ====
{{DeviceDisplayMedium|geniatech-t230c}}
</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-t230c
| vendor=[[Geniatech]]
| device=[[Geniatech T230C|T230C]]<br /><small>MyGica T230C<br />eyeTV T2<br />eyeTV T2 Hybrid<br />eyeTV T2 Lite</small>
| standard=DVB-T, DVB-T2, DVB-C
| supported={{Partial}} You may have to build the drivers yourself
| pic=[[Image:Geniatech-t230.jpg|120px]]
| url=
| hostinterface=USB 2.0
| usbid=0572:c689
| hw=[[Silicon Labs Si2141]]-A10, [[Silicon Labs Si2168]]-D60, [[Cypress EZ-USB FX2|Cypress EZ-USB FX2 CY7C68013A]]
| tuner=[[Silicon Labs Si2141]]-A10
| demodulator=[[Silicon Labs Si2168]]-D60
| usbbridge=[[Cypress EZ-USB FX2|Cypress EZ-USB FX2 CY7C68013A]]
| fw=dvb-demod-si2168-d60-01.fw dvb-tuner-si2141-a10-01.fw
| comment=Fully works if the correct drivers are used
}}
</includeonly><noinclude>

==== geniatech-t230c2 ====
{{DeviceDisplayMedium|geniatech-t230c2}}
</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-t230c2
| vendor=[[Geniatech]]
| device=[[Geniatech_T230C2|T230C2]]<br /><small>MyGica T230C2<br />August DVB-T210 v2.0<br />August DVB-T230</small>
| standard=DVB-T, DVB-T2, DVB-C
| supported={{Supported in Kernel|since=5.4}}
| pic=[[Image:Geniatech-t230.jpg|120px]] [[File:Evolveo_Sigma_T2.jpeg|120px]] [[File:August.jpg|120px]]
| url=[https://www.geniatech.com/product/t230/]
| hostinterface=USB2.0
| usbid=0572:c68a
| hw=[[Silicon Labs Si2141]]-A10, [[Silicon Labs Si2168]]-D60, [[Cypress EZ-USB FX2|Cypress EZ-USB FX2 CY7C68013A]], [[Evolveo Sigma T2]]
| tuner=[[Silicon Labs Si2141]]-A10
| demodulator=[[Silicon Labs Si2168]]-D60
| usbbridge=[[Cypress EZ-USB FX2|Cypress EZ-USB FX2 CY7C68013A]]
| fw=[dvb-demod-si2168-d60-01.fw, dvb-tuner-si2141-a10-01.fw]
| comment=Drivers can be built with [[How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers#Retrieving_and_Building.2FCompiling_the_Latest_V4L-DVB_Source_Code|media_build]] for older kernels. Evidence of August DVB-T210 v2.0 using [[Geniatech T230]] in the past, ones bought today are likely to be T230C2 instead.
}}

</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>

==== technotrend-ct2-4650-v1_1 ====
{{DeviceDisplayMedium|technotrend-ct2-4650-v1_1}}
</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-v1_1
| vendor=[[TechnoTrend]]
| device=[[TechnoTrend_TT-connect_CT2-4650_CI|TT-connect CT2-4650 CI v1.1]]
| 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:3015
| hw=[[Silicon Labs Si2157|Silicon Labs Si2157]], [[Silicon Labs Si2168]], [[Cypress EZ-USB FX2|Cypress CY7C68013A]]
| tuner=[[Silicon Labs Si2157|Silicon Labs Si2157]]
| demodulator=[[Silicon Labs Si2168]]
| usbbridge=[[Cypress EZ-USB FX2]]
| fw=dvb-demod-si2168-b40-01.fw, dvb-demod-si2168-02.fw, dvb-tuner-si2158-a20-01.fw
| comment=[https://www.mail-archive.com/linux-media@vger.kernel.org/msg94927.html Patch for v1.1 (2016)]
}}

</includeonly><noinclude>

==== hauppauge_wintv-solohd ====
{{DeviceDisplayMedium|hauppauge_wintv-solohd}}
</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-solohd
| vendor=[[Hauppauge]]
| device=[[Hauppauge_WinTV-soloHD]]
| standard=DVB-T, DVB-T2, DVB-C
| supported={{yes}}
| pic=
| url=[http://www.hauppauge.de/site/products/data_solohd.html]
| hostinterface=USB2.0
| usbid=2040:0264
| 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>


==== hauppauge_wintv-dualhd ====
{{DeviceDisplayMedium|hauppauge_wintv-dualhd}}
</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-dualhd
| vendor=[[Hauppauge]]
| device=[[Hauppauge_WinTV-dualHD]] Model 01590
| standard=DVB-T, DVB-T2, DVB-C
| supported={{Supported in Kernel|since=4.17}}
| pic=
| url=[http://www.hauppauge.co.uk/site/products/data_dualhd.html]
| hostinterface=USB2.0
| usbid=2040:0265
| hw=[[Silicon Labs Si2157]], [[Silicon Labs Si2168]],[[Em28xx_devices|Empia EM28274]]
| tuner=2*[[Silicon Labs Si2157]]-A30
| demodulator=2*[[Silicon Labs Si2168]]-B40
| usbbridge=[[Em28xx_devices|Empia EM28274]]
| fw=dvb-demod-si2168-b40-01.fw
| comment=Kernel >=4.7 first tuner only, kernel patch for both tuners. Kernel >=4.17 both tuners suported.
}}

</includeonly><noinclude>

Latest revision as of 18:42, 3 July 2023


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: Freshly created user accounts need to wait one day before they gain permission to edit templates.

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.)


emtec-s830

The data for the device emtec-s830 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-td110

The data for the device avermedia-td110 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.)


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-af9015-t523

The data for the device tvisto-af9015-t523 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-af9015-black

The data for the device tvisto-af9015-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.)


terratec-tc2

The data for the device terratec-tc2 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.)


EC168 devices

  • Tvisto DVB-T USB
  • Genius TVGo DVB-T02PRO
  • ...


tvisto-ec168

The data for the device tvisto-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.)


genius-tvgo-t02-ec168

The data for the device genius-tvgo-t02-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.)


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.)

digitalnow-tinytwin-v3a

The data for the device digitalnow-tinytwin-v3a 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

Xbox One Digital TV Tuner

The data for the device 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-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.)


emtec-s810

The data for the device emtec-s810 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
  • Genius TVGo DVB-T03
  • Gigabyte U7300
  • ...

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.)

genius-tvgo-t03-rtl2832u

The data for the device genius-tvgo-t03-rtl2832u 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.)

gotview-masterhd3

The data for the device gotview-masterhd3 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.)

geniatech-t230c

The data for the device geniatech-t230c 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-t230c2

The data for the device geniatech-t230c2 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.)


technotrend-ct2-4650-v1_1

The data for the device technotrend-ct2-4650-v1_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.)


hauppauge_wintv-solohd

The data for the device hauppauge_wintv-solohd 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-dualhd

The data for the device hauppauge_wintv-dualhd 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.)