Template:USB Device Data: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(added documentation on usage)
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>

{{TestHLDeviceListFrameFull
{{TestHLDeviceListFrameFull
| content = {{DVB-T_USB_Devices_ListData|renderwith=TestHLDeviceListContentFull}}
| content = {{DVB-T_USB_Devices_ListData|renderwith=TestHLDeviceListContentFull}}
}}
}}


</noinclude>


<!-- ****************************************************************** -->
<!-- ****************************************************************** -->
<!-- ^^^^^^^^^^^^^^ ABOVE IS ONLY THE TABLE FOR PREVIEW ^^^^^^^^^^^^^^ -->
<!-- ^^^^^ ABOVE IS ONLY THE TABLE FOR "LOCAL" VIEW OF THE DATA ^^^^^ -->
<!-- ^^^^^^^^^^^^^ BUT IT DOES NOT WORK FOR FOR PREVIEWS ^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^^^^^ IT DOES NOT WORK FOR FOR PREVIEWS ^^^^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^ ONLY FOR "NORMAL" VIEWING OF THIS TEMPLATE ^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^ ONLY FOR "NORMAL" VIEWING OF THIS TEMPLATE ^^^^^^^^^^^ -->
<!-- ****************************************************************** -->
<!-- ****************************************************************** -->


{| class="wikitable"
| "renderwith" || is the template that the data is passed to for rendering (a table row)
|-
| "vendor" || the device manufacturer/vendor. E.g. Hauppauge
|-
| "device" || the device name. E.g. Cinergy XXS
|-
|"supported" || support status. <pre>
{{yes}} or {{no}} if there is no further detail but I'd prefer something like
{{Supported_in_Kernel|version=2.6.25}} if supported by vanilla kernel since "version"
{{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/}}
{{Supported_in_External|since=2009-01-31|url=http://mcentral.de/wiki/index.php5/Em2880}}
</pre>
|-
| "pic" || preferably an image uploaded to the wiki. using 120px width
|-
| "url" || url to the manufacturers/vendors page for that device
|-
|"type" || interface supported. E.g. USB1.1 or USB2.0 (put USB1.1 first if the device supports both)
|-
| "hw" || summary of the hardware (human readable)
|-
| "usb id" || usb id (still not sure if we should have this machine readable.
it would mean only one id pre entry and could lead to a lot of duplicated entries.
|-
|
* "tuner"
* "demodulator"
* "usbbridge"
| machine readable component names for implementing filters based on this in the future. E.g. af9015, vt7045, mt2060
|-
| "fw" || firmware name. link?
|-
| "comment" || human readable comments
|}





Line 18: Line 57:
<!-- vvvvvvvvvvvvvvvvv TO HELP ADDING OF DEVICES vvvvvvvvvvvvvvvvvvvvv -->
<!-- vvvvvvvvvvvvvvvvv TO HELP ADDING OF DEVICES vvvvvvvvvvvvvvvvvvvvv -->
<!-- ****************************************************************** -->
<!-- ****************************************************************** -->
</noinclude>


<noinclude>
<noinclude>
Line 32: Line 72:
| 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
| type=USB1.1
| usbid=10b9:6000
| comment=
| comment=
| tuner=
| tuner=
Line 47: Line 88:
| 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
| type=USB1.1
| usbid=
| comment=The tuner sensitivity is less than impressive.
| comment=The tuner sensitivity is less than impressive.
| tuner=
| tuner=
Line 62: Line 104:
| 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
| type=USB1.1
| usbid=
| comment=
| comment=
| tuner=
| tuner=
Line 77: Line 120:
| url=[http://www.ritek.com/p2-pro5-lp.asp]
| url=[http://www.ritek.com/p2-pro5-lp.asp]
| type=USB1.1
| type=USB1.1
| usbid=
| comment=
| comment=
| tuner=
| tuner=
Line 92: Line 136:
| 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
| type=USB1.1
| usbid=
| comment=
| comment=
| tuner=
| tuner=
Line 100: Line 145:
}}
}}


</includeonly>
<!-- cut n paste me for a new device
<noinclude>
=== AF9015 Devices ===
</noinclude>
<includeonly>


{{{{{renderwith}}}
"renderwith" is the template that the data is passed to for rendering (a table row)
| vendor=[[Leadtek]]
| device=[[Leadtek WinFast DTV Dongle Gold|WinFast DTV Dongle Gold]]
| supported={{Supported_in_HG|since=2008-09-15}}
| pic=
| url=
| type=USB1.1 USB2.0
| usbid=0413:6029
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=dvb-usb-af9015.fw
| comment=
}}


{{{{{renderwith}}}
"vendor" the device manufacturer/vendor. E.g. Hauppauge
| vendor=[[Pinnacle]]
| device=PCTV 71e
| supported={{Supported_in_HG|since=2008-09-15}}
| pic=
| url=
| type=USB1.1 USB2.0
| usbid=2304:022b
| hw=af9015
| tuner=
| demodulator=af9015
| usbbridge=af9015
| fw=dvb-usb-af9015.fw
| comment=
}}


"device" the device name. E.g. Cinergy XXS


"supported" support status.
{{yes}} or {{no}} if there is no further detail but I'd prefer something like
{{Supported_in_Kernel|version=2.6.25}}
{{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/}}
{{Supported_in_External|since=2009-01-31|url=http://mcentral.de/wiki/index.php5/Em2880}}


</includeonly>
"pic" preferably an image uploaded to the wiki. using 120px width
<noinclude>

Here is a cut'n paste template for new devices.
"url" url to the manufacturers/vendors page for that device
<pre>

"type" interface supported USB1.1 or USB2.0 (use USB1.1 put USB1.1 first if the device supports both)

"hw" summary of the hardware (human readable)

"tuner"
"demodulator"
"usbbridge" machine readable for implementing filters based on this in the future.

"fw" firmware name. link?

"comment" human readable comments


{{{{{renderwith}}}
{{{{{renderwith}}}
Line 138: Line 197:
| url=
| url=
| type=
| type=
| usbid=
| hw=
| hw=
| tuner=
| tuner=
Line 146: Line 206:
}}
}}


</pre>
-->

</includeonly>
</noinclude>

Revision as of 14:40, 28 April 2009


Template:TestHLDeviceListFrameFull



"renderwith" is the template that the data is passed to for rendering (a table row)
"vendor" the device manufacturer/vendor. E.g. Hauppauge
"device" the device name. E.g. Cinergy XXS
"supported" support status.
   {{yes}} or {{no}} if there is no further detail but I'd prefer something like 
   {{Supported_in_Kernel|version=2.6.25}} if supported by vanilla kernel since "version"
   {{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/}}
   {{Supported_in_External|since=2009-01-31|url=http://mcentral.de/wiki/index.php5/Em2880}}
"pic" preferably an image uploaded to the wiki. using 120px width
"url" url to the manufacturers/vendors page for that device
"type" interface supported. E.g. USB1.1 or USB2.0 (put USB1.1 first if the device supports both)
"hw" summary of the hardware (human readable)
"usb id" usb id (still not sure if we should have this machine readable.

it would mean only one id pre entry and could lead to a lot of duplicated entries.

  • "tuner"
  • "demodulator"
  • "usbbridge"
machine readable component names for implementing filters based on this in the future. E.g. af9015, vt7045, mt2060
"fw" firmware name. link?
"comment" human readable comments




AF9005 Devices

AF9015 Devices

Here is a cut'n paste template for new devices.


{{{{{renderwith}}}
| vendor=
| device=
| supported=
| pic=
| url=
| type=
| usbid=
| hw=
| tuner=
| demodulator=
| usbbridge=
| fw=
| comment=
}}