Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media updates from Mauro Carvalho Chehab: - new Mediatek drivers: mtk-mdp and mtk-vcodec - some additions at the media documentation - the CEC core and drivers were promoted from staging to mainstream - some cleanups at the DVB core - the LIRC serial driver got promoted from staging to mainstream - added a driver for Renesas R-Car FDP1 driver - add DVBv5 statistics support to mn88473 driver - several fixes related to printk continuation lines - add support for HSV encoding formats - lots of other cleanups, fixups and driver improvements. * tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (496 commits) [media] v4l: tvp5150: Add missing break in set control handler [media] v4l: tvp5150: Don't inline the tvp5150_selmux() function [media] v4l: tvp5150: Compile tvp5150_link_setup out if !CONFIG_MEDIA_CONTROLLER [media] em28xx: don't store usb_device at struct em28xx [media] em28xx: use usb_interface for dev_foo() calls [media] em28xx: don't change the device's name [media] mn88472: fix chip id check on probe [media] mn88473: fix chip id check on probe [media] lirc: fix error paths in lirc_cdev_add() [media] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCs [media] s5p-mfc: Rework clock handling [media] s5p-mfc: Don't keep clock prepared all the time [media] s5p-mfc: Kill all IS_ERR_OR_NULL in clocks management code [media] s5p-mfc: Remove dead conditional code [media] s5p-mfc: Ensure that clock is disabled before turning power off [media] s5p-mfc: Remove special clock rate management [media] s5p-mfc: Use printk_ratelimited for reporting ioctl errors [media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGES [media] vivid: Set color_enc on HSV formats [media] v4l2-tpg: Init hv_enc field with a valid value ...
@@ -3,7 +3,8 @@
|
||||
G-Scaler is used for scaling and color space conversion on EXYNOS5 SoCs.
|
||||
|
||||
Required properties:
|
||||
- compatible: should be "samsung,exynos5-gsc"
|
||||
- compatible: should be "samsung,exynos5-gsc" (for Exynos 5250, 5420 and
|
||||
5422 SoCs) or "samsung,exynos5433-gsc" (Exynos 5433)
|
||||
- reg: should contain G-Scaler physical address location and length.
|
||||
- interrupts: should contain G-Scaler interrupt number
|
||||
|
||||
|
@@ -8,10 +8,11 @@ Required properties:
|
||||
the device. The interrupt specifier format depends on the interrupt
|
||||
controller parent.
|
||||
- clocks: clock phandle and specifier pair.
|
||||
- hisilicon,power-syscon: phandle of syscon used to control power.
|
||||
|
||||
Optional properties:
|
||||
- linux,rc-map-name : Remote control map name.
|
||||
- hisilicon,power-syscon: DEPRECATED. Don't use this in new dts files.
|
||||
Provide correct clocks instead.
|
||||
|
||||
Example node:
|
||||
|
||||
@@ -19,7 +20,6 @@ Example node:
|
||||
compatible = "hisilicon,hix5hd2-ir";
|
||||
reg = <0xf8001000 0x1000>;
|
||||
interrupts = <0 47 4>;
|
||||
clocks = <&clock HIX5HD2_FIXED_24M>;
|
||||
hisilicon,power-syscon = <&sysctrl>;
|
||||
clocks = <&clock HIX5HD2_IR_CLOCK>;
|
||||
linux,rc-map-name = "rc-tivo";
|
||||
};
|
||||
|
@@ -34,6 +34,7 @@ The digital output port node must contain at least one endpoint.
|
||||
Optional Properties:
|
||||
|
||||
- reset-gpios: Reference to the GPIO connected to the device's reset pin.
|
||||
- default-input: Select which input is selected after reset.
|
||||
|
||||
Optional Endpoint Properties:
|
||||
|
||||
@@ -47,8 +48,6 @@ Optional Endpoint Properties:
|
||||
If none of hsync-active, vsync-active and pclk-sample is specified the
|
||||
endpoint will use embedded BT.656 synchronization.
|
||||
|
||||
- default-input: Select which input is selected after reset.
|
||||
|
||||
Example:
|
||||
|
||||
hdmi_receiver@4c {
|
||||
|
109
Documentation/devicetree/bindings/media/mediatek-mdp.txt
Normal file
@@ -0,0 +1,109 @@
|
||||
* Mediatek Media Data Path
|
||||
|
||||
Media Data Path is used for scaling and color space conversion.
|
||||
|
||||
Required properties (controller (parent) node):
|
||||
- compatible: "mediatek,mt8173-mdp"
|
||||
- mediatek,vpu: the node of video processor unit, see
|
||||
Documentation/devicetree/bindings/media/mediatek-vpu.txt for details.
|
||||
|
||||
Required properties (all function blocks, child node):
|
||||
- compatible: Should be one of
|
||||
"mediatek,mt8173-mdp-rdma" - read DMA
|
||||
"mediatek,mt8173-mdp-rsz" - resizer
|
||||
"mediatek,mt8173-mdp-wdma" - write DMA
|
||||
"mediatek,mt8173-mdp-wrot" - write DMA with rotation
|
||||
- reg: Physical base address and length of the function block register space
|
||||
- clocks: device clocks, see
|
||||
Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
|
||||
- power-domains: a phandle to the power domain, see
|
||||
Documentation/devicetree/bindings/power/power_domain.txt for details.
|
||||
|
||||
Required properties (DMA function blocks, child node):
|
||||
- compatible: Should be one of
|
||||
"mediatek,mt8173-mdp-rdma"
|
||||
"mediatek,mt8173-mdp-wdma"
|
||||
"mediatek,mt8173-mdp-wrot"
|
||||
- iommus: should point to the respective IOMMU block with master port as
|
||||
argument, see Documentation/devicetree/bindings/iommu/mediatek,iommu.txt
|
||||
for details.
|
||||
- mediatek,larb: must contain the local arbiters in the current Socs, see
|
||||
Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
|
||||
for details.
|
||||
|
||||
Example:
|
||||
mdp {
|
||||
compatible = "mediatek,mt8173-mdp";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
mediatek,vpu = <&vpu>;
|
||||
|
||||
mdp_rdma0: rdma@14001000 {
|
||||
compatible = "mediatek,mt8173-mdp-rdma";
|
||||
reg = <0 0x14001000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_RDMA0>,
|
||||
<&mmsys CLK_MM_MUTEX_32K>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
iommus = <&iommu M4U_PORT_MDP_RDMA0>;
|
||||
mediatek,larb = <&larb0>;
|
||||
};
|
||||
|
||||
mdp_rdma1: rdma@14002000 {
|
||||
compatible = "mediatek,mt8173-mdp-rdma";
|
||||
reg = <0 0x14002000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_RDMA1>,
|
||||
<&mmsys CLK_MM_MUTEX_32K>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
iommus = <&iommu M4U_PORT_MDP_RDMA1>;
|
||||
mediatek,larb = <&larb4>;
|
||||
};
|
||||
|
||||
mdp_rsz0: rsz@14003000 {
|
||||
compatible = "mediatek,mt8173-mdp-rsz";
|
||||
reg = <0 0x14003000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_RSZ0>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
};
|
||||
|
||||
mdp_rsz1: rsz@14004000 {
|
||||
compatible = "mediatek,mt8173-mdp-rsz";
|
||||
reg = <0 0x14004000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_RSZ1>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
};
|
||||
|
||||
mdp_rsz2: rsz@14005000 {
|
||||
compatible = "mediatek,mt8173-mdp-rsz";
|
||||
reg = <0 0x14005000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_RSZ2>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
};
|
||||
|
||||
mdp_wdma0: wdma@14006000 {
|
||||
compatible = "mediatek,mt8173-mdp-wdma";
|
||||
reg = <0 0x14006000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_WDMA>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
iommus = <&iommu M4U_PORT_MDP_WDMA>;
|
||||
mediatek,larb = <&larb0>;
|
||||
};
|
||||
|
||||
mdp_wrot0: wrot@14007000 {
|
||||
compatible = "mediatek,mt8173-mdp-wrot";
|
||||
reg = <0 0x14007000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_WROT0>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
iommus = <&iommu M4U_PORT_MDP_WROT0>;
|
||||
mediatek,larb = <&larb0>;
|
||||
};
|
||||
|
||||
mdp_wrot1: wrot@14008000 {
|
||||
compatible = "mediatek,mt8173-mdp-wrot";
|
||||
reg = <0 0x14008000 0 0x1000>;
|
||||
clocks = <&mmsys CLK_MM_MDP_WROT1>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||
iommus = <&iommu M4U_PORT_MDP_WROT1>;
|
||||
mediatek,larb = <&larb4>;
|
||||
};
|
||||
};
|
@@ -1,25 +1,74 @@
|
||||
Mediatek Video Codec
|
||||
|
||||
Mediatek Video Codec is the video codec hw present in Mediatek SoCs which
|
||||
supports high resolution encoding functionalities.
|
||||
supports high resolution encoding and decoding functionalities.
|
||||
|
||||
Required properties:
|
||||
- compatible : "mediatek,mt8173-vcodec-enc" for encoder
|
||||
"mediatek,mt8173-vcodec-dec" for decoder.
|
||||
- reg : Physical base address of the video codec registers and length of
|
||||
memory mapped region.
|
||||
- interrupts : interrupt number to the cpu.
|
||||
- mediatek,larb : must contain the local arbiters in the current Socs.
|
||||
- clocks : list of clock specifiers, corresponding to entries in
|
||||
the clock-names property.
|
||||
- clock-names: encoder must contain "venc_sel_src", "venc_sel",
|
||||
- "venc_lt_sel_src", "venc_lt_sel".
|
||||
- clock-names: encoder must contain "venc_sel_src", "venc_sel",,
|
||||
"venc_lt_sel_src", "venc_lt_sel", decoder must contain "vcodecpll",
|
||||
"univpll_d2", "clk_cci400_sel", "vdec_sel", "vdecpll", "vencpll",
|
||||
"venc_lt_sel", "vdec_bus_clk_src".
|
||||
- iommus : should point to the respective IOMMU block with master port as
|
||||
argument, see Documentation/devicetree/bindings/iommu/mediatek,iommu.txt
|
||||
for details.
|
||||
- mediatek,vpu : the node of video processor unit
|
||||
|
||||
|
||||
Example:
|
||||
vcodec_enc: vcodec@0x18002000 {
|
||||
|
||||
vcodec_dec: vcodec@16000000 {
|
||||
compatible = "mediatek,mt8173-vcodec-dec";
|
||||
reg = <0 0x16000000 0 0x100>, /*VDEC_SYS*/
|
||||
<0 0x16020000 0 0x1000>, /*VDEC_MISC*/
|
||||
<0 0x16021000 0 0x800>, /*VDEC_LD*/
|
||||
<0 0x16021800 0 0x800>, /*VDEC_TOP*/
|
||||
<0 0x16022000 0 0x1000>, /*VDEC_CM*/
|
||||
<0 0x16023000 0 0x1000>, /*VDEC_AD*/
|
||||
<0 0x16024000 0 0x1000>, /*VDEC_AV*/
|
||||
<0 0x16025000 0 0x1000>, /*VDEC_PP*/
|
||||
<0 0x16026800 0 0x800>, /*VP8_VD*/
|
||||
<0 0x16027000 0 0x800>, /*VP6_VD*/
|
||||
<0 0x16027800 0 0x800>, /*VP8_VL*/
|
||||
<0 0x16028400 0 0x400>; /*VP9_VD*/
|
||||
interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_LOW>;
|
||||
mediatek,larb = <&larb1>;
|
||||
iommus = <&iommu M4U_PORT_HW_VDEC_MC_EXT>,
|
||||
<&iommu M4U_PORT_HW_VDEC_PP_EXT>,
|
||||
<&iommu M4U_PORT_HW_VDEC_AVC_MV_EXT>,
|
||||
<&iommu M4U_PORT_HW_VDEC_PRED_RD_EXT>,
|
||||
<&iommu M4U_PORT_HW_VDEC_PRED_WR_EXT>,
|
||||
<&iommu M4U_PORT_HW_VDEC_UFO_EXT>,
|
||||
<&iommu M4U_PORT_HW_VDEC_VLD_EXT>,
|
||||
<&iommu M4U_PORT_HW_VDEC_VLD2_EXT>;
|
||||
mediatek,vpu = <&vpu>;
|
||||
power-domains = <&scpsys MT8173_POWER_DOMAIN_VDEC>;
|
||||
clocks = <&apmixedsys CLK_APMIXED_VCODECPLL>,
|
||||
<&topckgen CLK_TOP_UNIVPLL_D2>,
|
||||
<&topckgen CLK_TOP_CCI400_SEL>,
|
||||
<&topckgen CLK_TOP_VDEC_SEL>,
|
||||
<&topckgen CLK_TOP_VCODECPLL>,
|
||||
<&apmixedsys CLK_APMIXED_VENCPLL>,
|
||||
<&topckgen CLK_TOP_VENC_LT_SEL>,
|
||||
<&topckgen CLK_TOP_VCODECPLL_370P5>;
|
||||
clock-names = "vcodecpll",
|
||||
"univpll_d2",
|
||||
"clk_cci400_sel",
|
||||
"vdec_sel",
|
||||
"vdecpll",
|
||||
"vencpll",
|
||||
"venc_lt_sel",
|
||||
"vdec_bus_clk_src";
|
||||
};
|
||||
|
||||
vcodec_enc: vcodec@0x18002000 {
|
||||
compatible = "mediatek,mt8173-vcodec-enc";
|
||||
reg = <0 0x18002000 0 0x1000>, /*VENC_SYS*/
|
||||
<0 0x19002000 0 0x1000>; /*VENC_LT_SYS*/
|
||||
|
37
Documentation/devicetree/bindings/media/renesas,fdp1.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
Renesas R-Car Fine Display Processor (FDP1)
|
||||
-------------------------------------------
|
||||
|
||||
The FDP1 is a de-interlacing module which converts interlaced video to
|
||||
progressive video. It is capable of performing pixel format conversion between
|
||||
YCbCr/YUV formats and RGB formats. Only YCbCr/YUV formats are supported as
|
||||
an input to the module.
|
||||
|
||||
Required properties:
|
||||
|
||||
- compatible: must be "renesas,fdp1"
|
||||
- reg: the register base and size for the device registers
|
||||
- interrupts : interrupt specifier for the FDP1 instance
|
||||
- clocks: reference to the functional clock
|
||||
|
||||
Optional properties:
|
||||
|
||||
- power-domains: reference to the power domain that the FDP1 belongs to, if
|
||||
any.
|
||||
- renesas,fcp: a phandle referencing the FCP that handles memory accesses
|
||||
for the FDP1. Not needed on Gen2, mandatory on Gen3.
|
||||
|
||||
Please refer to the binding documentation for the clock and/or power domain
|
||||
providers for more details.
|
||||
|
||||
|
||||
Device node example
|
||||
-------------------
|
||||
|
||||
fdp1@fe940000 {
|
||||
compatible = "renesas,fdp1";
|
||||
reg = <0 0xfe940000 0 0x2400>;
|
||||
interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_MOD 119>;
|
||||
power-domains = <&sysc R8A7795_PD_A3VP>;
|
||||
renesas,fcp = <&fcpf0>;
|
||||
};
|
@@ -12,6 +12,7 @@ Required properties:
|
||||
(b) "samsung,mfc-v6" for MFC v6 present in Exynos5 SoCs
|
||||
(c) "samsung,mfc-v7" for MFC v7 present in Exynos5420 SoC
|
||||
(d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC
|
||||
(e) "samsung,exynos5433-mfc" for MFC v8 present in Exynos5433 SoC
|
||||
|
||||
- reg : Physical base address of the IP registers and length of memory
|
||||
mapped region.
|
||||
|
@@ -88,7 +88,7 @@ $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.
|
||||
$(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions
|
||||
@$($(quiet)gen_rst)
|
||||
|
||||
$(BUILDDIR)/cec.h.rst: ${KAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
|
||||
$(BUILDDIR)/cec.h.rst: ${UAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
|
||||
@$($(quiet)gen_rst)
|
||||
|
||||
$(BUILDDIR)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions
|
||||
|
@@ -37,9 +37,8 @@ The struct cec_adapter represents the CEC adapter hardware. It is created by
|
||||
calling cec_allocate_adapter() and deleted by calling cec_delete_adapter():
|
||||
|
||||
.. c:function::
|
||||
struct cec_adapter *cec_allocate_adapter(const struct cec_adap_ops *ops,
|
||||
void *priv, const char *name, u32 caps, u8 available_las,
|
||||
struct device *parent);
|
||||
struct cec_adapter *cec_allocate_adapter(const struct cec_adap_ops *ops, void *priv,
|
||||
const char *name, u32 caps, u8 available_las);
|
||||
|
||||
.. c:function::
|
||||
void cec_delete_adapter(struct cec_adapter *adap);
|
||||
@@ -66,20 +65,19 @@ available_las:
|
||||
the number of simultaneous logical addresses that this
|
||||
adapter can handle. Must be 1 <= available_las <= CEC_MAX_LOG_ADDRS.
|
||||
|
||||
parent:
|
||||
the parent device.
|
||||
|
||||
|
||||
To register the /dev/cecX device node and the remote control device (if
|
||||
CEC_CAP_RC is set) you call:
|
||||
|
||||
.. c:function::
|
||||
int cec_register_adapter(struct cec_adapter \*adap);
|
||||
int cec_register_adapter(struct cec_adapter *adap, struct device *parent);
|
||||
|
||||
where parent is the parent device.
|
||||
|
||||
To unregister the devices call:
|
||||
|
||||
.. c:function::
|
||||
void cec_unregister_adapter(struct cec_adapter \*adap);
|
||||
void cec_unregister_adapter(struct cec_adapter *adap);
|
||||
|
||||
Note: if cec_register_adapter() fails, then call cec_delete_adapter() to
|
||||
clean up. But if cec_register_adapter() succeeded, then only call
|
||||
@@ -106,13 +104,13 @@ your driver:
|
||||
int (*adap_log_addr)(struct cec_adapter *adap, u8 logical_addr);
|
||||
int (*adap_transmit)(struct cec_adapter *adap, u8 attempts,
|
||||
u32 signal_free_time, struct cec_msg *msg);
|
||||
void (\*adap_log_status)(struct cec_adapter *adap);
|
||||
void (*adap_status)(struct cec_adapter *adap, struct seq_file *file);
|
||||
|
||||
/* High-level callbacks */
|
||||
...
|
||||
};
|
||||
|
||||
The three low-level ops deal with various aspects of controlling the CEC adapter
|
||||
The five low-level ops deal with various aspects of controlling the CEC adapter
|
||||
hardware:
|
||||
|
||||
|
||||
@@ -238,6 +236,18 @@ When a CEC message was received:
|
||||
|
||||
Speaks for itself.
|
||||
|
||||
Implementing the interrupt handler
|
||||
----------------------------------
|
||||
|
||||
Typically the CEC hardware provides interrupts that signal when a transmit
|
||||
finished and whether it was successful or not, and it provides and interrupt
|
||||
when a CEC message was received.
|
||||
|
||||
The CEC driver should always process the transmit interrupts first before
|
||||
handling the receive interrupt. The framework expects to see the cec_transmit_done
|
||||
call before the cec_received_msg call, otherwise it can get confused if the
|
||||
received message was in reply to the transmitted message.
|
||||
|
||||
Implementing the High-Level CEC Adapter
|
||||
---------------------------------------
|
||||
|
||||
@@ -247,11 +257,11 @@ CEC protocol driven. The following high-level callbacks are available:
|
||||
.. code-block:: none
|
||||
|
||||
struct cec_adap_ops {
|
||||
/\* Low-level callbacks \*/
|
||||
/* Low-level callbacks */
|
||||
...
|
||||
|
||||
/\* High-level CEC message callback \*/
|
||||
int (\*received)(struct cec_adapter \*adap, struct cec_msg \*msg);
|
||||
/* High-level CEC message callback */
|
||||
int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
|
||||
};
|
||||
|
||||
The received() callback allows the driver to optionally handle a newly
|
||||
@@ -263,7 +273,7 @@ received CEC message
|
||||
If the driver wants to process a CEC message, then it can implement this
|
||||
callback. If it doesn't want to handle this message, then it should return
|
||||
-ENOMSG, otherwise the CEC framework assumes it processed this message and
|
||||
it will not no anything with it.
|
||||
it will not do anything with it.
|
||||
|
||||
|
||||
CEC framework functions
|
||||
|
61
Documentation/media/kapi/csi2.rst
Normal file
@@ -0,0 +1,61 @@
|
||||
MIPI CSI-2
|
||||
==========
|
||||
|
||||
CSI-2 is a data bus intended for transferring images from cameras to
|
||||
the host SoC. It is defined by the `MIPI alliance`_.
|
||||
|
||||
.. _`MIPI alliance`: http://www.mipi.org/
|
||||
|
||||
Transmitter drivers
|
||||
-------------------
|
||||
|
||||
CSI-2 transmitter, such as a sensor or a TV tuner, drivers need to
|
||||
provide the CSI-2 receiver with information on the CSI-2 bus
|
||||
configuration. These include the V4L2_CID_LINK_FREQ and
|
||||
V4L2_CID_PIXEL_RATE controls and
|
||||
(:c:type:`v4l2_subdev_video_ops`->s_stream() callback). These
|
||||
interface elements must be present on the sub-device represents the
|
||||
CSI-2 transmitter.
|
||||
|
||||
The V4L2_CID_LINK_FREQ control is used to tell the receiver driver the
|
||||
frequency (and not the symbol rate) of the link. The
|
||||
V4L2_CID_PIXEL_RATE is may be used by the receiver to obtain the pixel
|
||||
rate the transmitter uses. The
|
||||
:c:type:`v4l2_subdev_video_ops`->s_stream() callback provides an
|
||||
ability to start and stop the stream.
|
||||
|
||||
The value of the V4L2_CID_PIXEL_RATE is calculated as follows::
|
||||
|
||||
pixel_rate = link_freq * 2 * nr_of_lanes / bits_per_sample
|
||||
|
||||
where
|
||||
|
||||
.. list-table:: variables in pixel rate calculation
|
||||
:header-rows: 1
|
||||
|
||||
* - variable or constant
|
||||
- description
|
||||
* - link_freq
|
||||
- The value of the V4L2_CID_LINK_FREQ integer64 menu item.
|
||||
* - nr_of_lanes
|
||||
- Number of data lanes used on the CSI-2 link. This can
|
||||
be obtained from the OF endpoint configuration.
|
||||
* - 2
|
||||
- Two bits are transferred per clock cycle per lane.
|
||||
* - bits_per_sample
|
||||
- Number of bits per sample.
|
||||
|
||||
The transmitter drivers must configure the CSI-2 transmitter to *LP-11
|
||||
mode* whenever the transmitter is powered on but not active. Some
|
||||
transmitters do this automatically but some have to be explicitly
|
||||
programmed to do so.
|
||||
|
||||
Receiver drivers
|
||||
----------------
|
||||
|
||||
Before the receiver driver may enable the CSI-2 transmitter by using
|
||||
the :c:type:`v4l2_subdev_video_ops`->s_stream(), it must have powered
|
||||
the transmitter up by using the
|
||||
:c:type:`v4l2_subdev_core_ops`->s_power() callback. This may take
|
||||
place either indirectly by using :c:func:`v4l2_pipeline_pm_use` or
|
||||
directly.
|
@@ -8,14 +8,6 @@ Digital TV Common functions
|
||||
|
||||
.. kernel-doc:: drivers/media/dvb-core/dvbdev.h
|
||||
|
||||
|
||||
|
||||
.. kernel-doc:: drivers/media/dvb-core/dvb_math.h
|
||||
:export: drivers/media/dvb-core/dvb_math.c
|
||||
|
||||
.. kernel-doc:: drivers/media/dvb-core/dvbdev.h
|
||||
:export: drivers/media/dvb-core/dvbdev.c
|
||||
|
||||
Digital TV Ring buffer
|
||||
----------------------
|
||||
|
||||
|
@@ -33,3 +33,4 @@ For more details see the file COPYING in the source distribution of Linux.
|
||||
kapi/rc-core
|
||||
kapi/mc-core
|
||||
kapi/cec-core
|
||||
kapi/csi2
|
||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 119 KiB |
@@ -48,41 +48,21 @@ returns the information to the application. The ioctl never fails.
|
||||
:stub-columns: 0
|
||||
:widths: 1 1 16
|
||||
|
||||
|
||||
- .. row 1
|
||||
|
||||
- char
|
||||
|
||||
- ``driver[32]``
|
||||
|
||||
- The name of the cec adapter driver.
|
||||
|
||||
- .. row 2
|
||||
|
||||
- char
|
||||
|
||||
- ``name[32]``
|
||||
|
||||
- The name of this CEC adapter. The combination ``driver`` and
|
||||
``name`` must be unique.
|
||||
|
||||
- .. row 3
|
||||
|
||||
- __u32
|
||||
|
||||
- ``capabilities``
|
||||
|
||||
- The capabilities of the CEC adapter, see
|
||||
:ref:`cec-capabilities`.
|
||||
|
||||
- .. row 4
|
||||
|
||||
- __u32
|
||||
|
||||
- ``version``
|
||||
|
||||
- CEC Framework API version, formatted with the ``KERNEL_VERSION()``
|
||||
macro.
|
||||
* - char
|
||||
- ``driver[32]``
|
||||
- The name of the cec adapter driver.
|
||||
* - char
|
||||
- ``name[32]``
|
||||
- The name of this CEC adapter. The combination ``driver`` and
|
||||
``name`` must be unique.
|
||||
* - __u32
|
||||
- ``capabilities``
|
||||
- The capabilities of the CEC adapter, see
|
||||
:ref:`cec-capabilities`.
|
||||
* - __u32
|
||||
- ``version``
|
||||
- CEC Framework API version, formatted with the ``KERNEL_VERSION()``
|
||||
macro.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{4.4cm}|p{2.5cm}|p{10.6cm}|
|
||||
@@ -94,68 +74,50 @@ returns the information to the application. The ioctl never fails.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 8
|
||||
|
||||
* .. _`CEC-CAP-PHYS-ADDR`:
|
||||
|
||||
- .. _`CEC-CAP-PHYS-ADDR`:
|
||||
- ``CEC_CAP_PHYS_ADDR``
|
||||
- 0x00000001
|
||||
- Userspace has to configure the physical address by calling
|
||||
:ref:`ioctl CEC_ADAP_S_PHYS_ADDR <CEC_ADAP_S_PHYS_ADDR>`. If
|
||||
this capability isn't set, then setting the physical address is
|
||||
handled by the kernel whenever the EDID is set (for an HDMI
|
||||
receiver) or read (for an HDMI transmitter).
|
||||
* .. _`CEC-CAP-LOG-ADDRS`:
|
||||
|
||||
- ``CEC_CAP_PHYS_ADDR``
|
||||
- ``CEC_CAP_LOG_ADDRS``
|
||||
- 0x00000002
|
||||
- Userspace has to configure the logical addresses by calling
|
||||
:ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`. If
|
||||
this capability isn't set, then the kernel will have configured
|
||||
this.
|
||||
* .. _`CEC-CAP-TRANSMIT`:
|
||||
|
||||
- 0x00000001
|
||||
- ``CEC_CAP_TRANSMIT``
|
||||
- 0x00000004
|
||||
- Userspace can transmit CEC messages by calling
|
||||
:ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. This implies that
|
||||
userspace can be a follower as well, since being able to transmit
|
||||
messages is a prerequisite of becoming a follower. If this
|
||||
capability isn't set, then the kernel will handle all CEC
|
||||
transmits and process all CEC messages it receives.
|
||||
* .. _`CEC-CAP-PASSTHROUGH`:
|
||||
|
||||
- Userspace has to configure the physical address by calling
|
||||
:ref:`ioctl CEC_ADAP_S_PHYS_ADDR <CEC_ADAP_S_PHYS_ADDR>`. If
|
||||
this capability isn't set, then setting the physical address is
|
||||
handled by the kernel whenever the EDID is set (for an HDMI
|
||||
receiver) or read (for an HDMI transmitter).
|
||||
- ``CEC_CAP_PASSTHROUGH``
|
||||
- 0x00000008
|
||||
- Userspace can use the passthrough mode by calling
|
||||
:ref:`ioctl CEC_S_MODE <CEC_S_MODE>`.
|
||||
* .. _`CEC-CAP-RC`:
|
||||
|
||||
- .. _`CEC-CAP-LOG-ADDRS`:
|
||||
- ``CEC_CAP_RC``
|
||||
- 0x00000010
|
||||
- This adapter supports the remote control protocol.
|
||||
* .. _`CEC-CAP-MONITOR-ALL`:
|
||||
|
||||
- ``CEC_CAP_LOG_ADDRS``
|
||||
|
||||
- 0x00000002
|
||||
|
||||
- Userspace has to configure the logical addresses by calling
|
||||
:ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`. If
|
||||
this capability isn't set, then the kernel will have configured
|
||||
this.
|
||||
|
||||
- .. _`CEC-CAP-TRANSMIT`:
|
||||
|
||||
- ``CEC_CAP_TRANSMIT``
|
||||
|
||||
- 0x00000004
|
||||
|
||||
- Userspace can transmit CEC messages by calling
|
||||
:ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. This implies that
|
||||
userspace can be a follower as well, since being able to transmit
|
||||
messages is a prerequisite of becoming a follower. If this
|
||||
capability isn't set, then the kernel will handle all CEC
|
||||
transmits and process all CEC messages it receives.
|
||||
|
||||
- .. _`CEC-CAP-PASSTHROUGH`:
|
||||
|
||||
- ``CEC_CAP_PASSTHROUGH``
|
||||
|
||||
- 0x00000008
|
||||
|
||||
- Userspace can use the passthrough mode by calling
|
||||
:ref:`ioctl CEC_S_MODE <CEC_S_MODE>`.
|
||||
|
||||
- .. _`CEC-CAP-RC`:
|
||||
|
||||
- ``CEC_CAP_RC``
|
||||
|
||||
- 0x00000010
|
||||
|
||||
- This adapter supports the remote control protocol.
|
||||
|
||||
- .. _`CEC-CAP-MONITOR-ALL`:
|
||||
|
||||
- ``CEC_CAP_MONITOR_ALL``
|
||||
|
||||
- 0x00000020
|
||||
|
||||
- The CEC hardware can monitor all messages, not just directed and
|
||||
broadcast messages.
|
||||
- ``CEC_CAP_MONITOR_ALL``
|
||||
- 0x00000020
|
||||
- The CEC hardware can monitor all messages, not just directed and
|
||||
broadcast messages.
|
||||
|
||||
|
||||
|
||||
|
@@ -77,134 +77,79 @@ logical address types are already defined will return with error ``EBUSY``.
|
||||
:stub-columns: 0
|
||||
:widths: 1 1 16
|
||||
|
||||
|
||||
- .. row 1
|
||||
|
||||
- __u8
|
||||
|
||||
- ``log_addr[CEC_MAX_LOG_ADDRS]``
|
||||
|
||||
- The actual logical addresses that were claimed. This is set by the
|
||||
driver. If no logical address could be claimed, then it is set to
|
||||
``CEC_LOG_ADDR_INVALID``. If this adapter is Unregistered, then
|
||||
``log_addr[0]`` is set to 0xf and all others to
|
||||
``CEC_LOG_ADDR_INVALID``.
|
||||
|
||||
- .. row 2
|
||||
|
||||
- __u16
|
||||
|
||||
- ``log_addr_mask``
|
||||
|
||||
- The bitmask of all logical addresses this adapter has claimed. If
|
||||
this adapter is Unregistered then ``log_addr_mask`` sets bit 15
|
||||
and clears all other bits. If this adapter is not configured at
|
||||
all, then ``log_addr_mask`` is set to 0. Set by the driver.
|
||||
|
||||
- .. row 3
|
||||
|
||||
- __u8
|
||||
|
||||
- ``cec_version``
|
||||
|
||||
- The CEC version that this adapter shall use. See
|
||||
:ref:`cec-versions`. Used to implement the
|
||||
``CEC_MSG_CEC_VERSION`` and ``CEC_MSG_REPORT_FEATURES`` messages.
|
||||
Note that :ref:`CEC_OP_CEC_VERSION_1_3A <CEC-OP-CEC-VERSION-1-3A>` is not allowed by the CEC
|
||||
framework.
|
||||
|
||||
- .. row 4
|
||||
|
||||
- __u8
|
||||
|
||||
- ``num_log_addrs``
|
||||
|
||||
- Number of logical addresses to set up. Must be ≤
|
||||
``available_log_addrs`` as returned by
|
||||
:ref:`CEC_ADAP_G_CAPS`. All arrays in
|
||||
this structure are only filled up to index
|
||||
``available_log_addrs``-1. The remaining array elements will be
|
||||
ignored. Note that the CEC 2.0 standard allows for a maximum of 2
|
||||
logical addresses, although some hardware has support for more.
|
||||
``CEC_MAX_LOG_ADDRS`` is 4. The driver will return the actual
|
||||
number of logical addresses it could claim, which may be less than
|
||||
what was requested. If this field is set to 0, then the CEC
|
||||
adapter shall clear all claimed logical addresses and all other
|
||||
fields will be ignored.
|
||||
|
||||
- .. row 5
|
||||
|
||||
- __u32
|
||||
|
||||
- ``vendor_id``
|
||||
|
||||
- The vendor ID is a 24-bit number that identifies the specific
|
||||
vendor or entity. Based on this ID vendor specific commands may be
|
||||
defined. If you do not want a vendor ID then set it to
|
||||
``CEC_VENDOR_ID_NONE``.
|
||||
|
||||
- .. row 6
|
||||
|
||||
- __u32
|
||||
|
||||
- ``flags``
|
||||
|
||||
- Flags. See :ref:`cec-log-addrs-flags` for a list of available flags.
|
||||
|
||||
- .. row 7
|
||||
|
||||
- char
|
||||
|
||||
- ``osd_name[15]``
|
||||
|
||||
- The On-Screen Display name as is returned by the
|
||||
``CEC_MSG_SET_OSD_NAME`` message.
|
||||
|
||||
- .. row 8
|
||||
|
||||
- __u8
|
||||
|
||||
- ``primary_device_type[CEC_MAX_LOG_ADDRS]``
|
||||
|
||||
- Primary device type for each logical address. See
|
||||
:ref:`cec-prim-dev-types` for possible types.
|
||||
|
||||
- .. row 9
|
||||
|
||||
- __u8
|
||||
|
||||
- ``log_addr_type[CEC_MAX_LOG_ADDRS]``
|
||||
|
||||
- Logical address types. See :ref:`cec-log-addr-types` for
|
||||
possible types. The driver will update this with the actual
|
||||
logical address type that it claimed (e.g. it may have to fallback
|
||||
to :ref:`CEC_LOG_ADDR_TYPE_UNREGISTERED <CEC-LOG-ADDR-TYPE-UNREGISTERED>`).
|
||||
|
||||
- .. row 10
|
||||
|
||||
- __u8
|
||||
|
||||
- ``all_device_types[CEC_MAX_LOG_ADDRS]``
|
||||
|
||||
- CEC 2.0 specific: the bit mask of all device types. See
|
||||
:ref:`cec-all-dev-types-flags`. It is used in the CEC 2.0
|
||||
``CEC_MSG_REPORT_FEATURES`` message. For CEC 1.4 you can either leave
|
||||
this field to 0, or fill it in according to the CEC 2.0 guidelines to
|
||||
give the CEC framework more information about the device type, even
|
||||
though the framework won't use it directly in the CEC message.
|
||||
|
||||
- .. row 11
|
||||
|
||||
- __u8
|
||||
|
||||
- ``features[CEC_MAX_LOG_ADDRS][12]``
|
||||
|
||||
- Features for each logical address. It is used in the CEC 2.0
|
||||
``CEC_MSG_REPORT_FEATURES`` message. The 12 bytes include both the
|
||||
RC Profile and the Device Features. For CEC 1.4 you can either leave
|
||||
this field to all 0, or fill it in according to the CEC 2.0 guidelines to
|
||||
give the CEC framework more information about the device type, even
|
||||
though the framework won't use it directly in the CEC message.
|
||||
* - __u8
|
||||
- ``log_addr[CEC_MAX_LOG_ADDRS]``
|
||||
- The actual logical addresses that were claimed. This is set by the
|
||||
driver. If no logical address could be claimed, then it is set to
|
||||
``CEC_LOG_ADDR_INVALID``. If this adapter is Unregistered, then
|
||||
``log_addr[0]`` is set to 0xf and all others to
|
||||
``CEC_LOG_ADDR_INVALID``.
|
||||
* - __u16
|
||||
- ``log_addr_mask``
|
||||
- The bitmask of all logical addresses this adapter has claimed. If
|
||||
this adapter is Unregistered then ``log_addr_mask`` sets bit 15
|
||||
and clears all other bits. If this adapter is not configured at
|
||||
all, then ``log_addr_mask`` is set to 0. Set by the driver.
|
||||
* - __u8
|
||||
- ``cec_version``
|
||||
- The CEC version that this adapter shall use. See
|
||||
:ref:`cec-versions`. Used to implement the
|
||||
``CEC_MSG_CEC_VERSION`` and ``CEC_MSG_REPORT_FEATURES`` messages.
|
||||
Note that :ref:`CEC_OP_CEC_VERSION_1_3A <CEC-OP-CEC-VERSION-1-3A>` is not allowed by the CEC
|
||||
framework.
|
||||
* - __u8
|
||||
- ``num_log_addrs``
|
||||
- Number of logical addresses to set up. Must be ≤
|
||||
``available_log_addrs`` as returned by
|
||||
:ref:`CEC_ADAP_G_CAPS`. All arrays in
|
||||
this structure are only filled up to index
|
||||
``available_log_addrs``-1. The remaining array elements will be
|
||||
ignored. Note that the CEC 2.0 standard allows for a maximum of 2
|
||||
logical addresses, although some hardware has support for more.
|
||||
``CEC_MAX_LOG_ADDRS`` is 4. The driver will return the actual
|
||||
number of logical addresses it could claim, which may be less than
|
||||
what was requested. If this field is set to 0, then the CEC
|
||||
adapter shall clear all claimed logical addresses and all other
|
||||
fields will be ignored.
|
||||
* - __u32
|
||||
- ``vendor_id``
|
||||
- The vendor ID is a 24-bit number that identifies the specific
|
||||
vendor or entity. Based on this ID vendor specific commands may be
|
||||
defined. If you do not want a vendor ID then set it to
|
||||
``CEC_VENDOR_ID_NONE``.
|
||||
* - __u32
|
||||
- ``flags``
|
||||
- Flags. See :ref:`cec-log-addrs-flags` for a list of available flags.
|
||||
* - char
|
||||
- ``osd_name[15]``
|
||||
- The On-Screen Display name as is returned by the
|
||||
``CEC_MSG_SET_OSD_NAME`` message.
|
||||
* - __u8
|
||||
- ``primary_device_type[CEC_MAX_LOG_ADDRS]``
|
||||
- Primary device type for each logical address. See
|
||||
:ref:`cec-prim-dev-types` for possible types.
|
||||
* - __u8
|
||||
- ``log_addr_type[CEC_MAX_LOG_ADDRS]``
|
||||
- Logical address types. See :ref:`cec-log-addr-types` for
|
||||
possible types. The driver will update this with the actual
|
||||
logical address type that it claimed (e.g. it may have to fallback
|
||||
to :ref:`CEC_LOG_ADDR_TYPE_UNREGISTERED <CEC-LOG-ADDR-TYPE-UNREGISTERED>`).
|
||||
* - __u8
|
||||
- ``all_device_types[CEC_MAX_LOG_ADDRS]``
|
||||
- CEC 2.0 specific: the bit mask of all device types. See
|
||||
:ref:`cec-all-dev-types-flags`. It is used in the CEC 2.0
|
||||
``CEC_MSG_REPORT_FEATURES`` message. For CEC 1.4 you can either leave
|
||||
this field to 0, or fill it in according to the CEC 2.0 guidelines to
|
||||
give the CEC framework more information about the device type, even
|
||||
though the framework won't use it directly in the CEC message.
|
||||
* - __u8
|
||||
- ``features[CEC_MAX_LOG_ADDRS][12]``
|
||||
- Features for each logical address. It is used in the CEC 2.0
|
||||
``CEC_MSG_REPORT_FEATURES`` message. The 12 bytes include both the
|
||||
RC Profile and the Device Features. For CEC 1.4 you can either leave
|
||||
this field to all 0, or fill it in according to the CEC 2.0 guidelines to
|
||||
give the CEC framework more information about the device type, even
|
||||
though the framework won't use it directly in the CEC message.
|
||||
|
||||
.. _cec-log-addrs-flags:
|
||||
|
||||
@@ -213,17 +158,33 @@ logical address types are already defined will return with error ``EBUSY``.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 4
|
||||
|
||||
* .. _`CEC-LOG-ADDRS-FL-ALLOW-UNREG-FALLBACK`:
|
||||
|
||||
- .. _`CEC-LOG-ADDRS-FL-ALLOW-UNREG-FALLBACK`:
|
||||
- ``CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK``
|
||||
- 1
|
||||
- By default if no logical address of the requested type can be claimed, then
|
||||
it will go back to the unconfigured state. If this flag is set, then it will
|
||||
fallback to the Unregistered logical address. Note that if the Unregistered
|
||||
logical address was explicitly requested, then this flag has no effect.
|
||||
* .. _`CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU`:
|
||||
|
||||
- ``CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK``
|
||||
- ``CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU``
|
||||
- 2
|
||||
- By default the ``CEC_MSG_USER_CONTROL_PRESSED`` and ``CEC_MSG_USER_CONTROL_RELEASED``
|
||||
messages are only passed on to the follower(s), if any. If this flag is set,
|
||||
then these messages are also passed on to the remote control input subsystem
|
||||
and will appear as keystrokes. This features needs to be enabled explicitly.
|
||||
If CEC is used to enter e.g. passwords, then you may not want to enable this
|
||||
to avoid trivial snooping of the keystrokes.
|
||||
* .. _`CEC-LOG-ADDRS-FL-CDC-ONLY`:
|
||||
|
||||
- 1
|
||||
- `CEC_LOG_ADDRS_FL_CDC_ONLY`
|
||||
- 4
|
||||
- If this flag is set, then the device is CDC-Only. CDC-Only CEC devices
|
||||
are CEC devices that can only handle CDC messages.
|
||||
|
||||
All other messages are ignored.
|
||||
|
||||
- By default if no logical address of the requested type can be claimed, then
|
||||
it will go back to the unconfigured state. If this flag is set, then it will
|
||||
fallback to the Unregistered logical address. Note that if the Unregistered
|
||||
logical address was explicitly requested, then this flag has no effect.
|
||||
|
||||
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
|
||||
|
||||
@@ -234,30 +195,21 @@ logical address types are already defined will return with error ``EBUSY``.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 4
|
||||
|
||||
* .. _`CEC-OP-CEC-VERSION-1-3A`:
|
||||
|
||||
- .. _`CEC-OP-CEC-VERSION-1-3A`:
|
||||
- ``CEC_OP_CEC_VERSION_1_3A``
|
||||
- 4
|
||||
- CEC version according to the HDMI 1.3a standard.
|
||||
* .. _`CEC-OP-CEC-VERSION-1-4B`:
|
||||
|
||||
- ``CEC_OP_CEC_VERSION_1_3A``
|
||||
- ``CEC_OP_CEC_VERSION_1_4B``
|
||||
- 5
|
||||
- CEC version according to the HDMI 1.4b standard.
|
||||
* .. _`CEC-OP-CEC-VERSION-2-0`:
|
||||
|
||||
- 4
|
||||
|
||||
- CEC version according to the HDMI 1.3a standard.
|
||||
|
||||
- .. _`CEC-OP-CEC-VERSION-1-4B`:
|
||||
|
||||
- ``CEC_OP_CEC_VERSION_1_4B``
|
||||
|
||||
- 5
|
||||
|
||||
- CEC version according to the HDMI 1.4b standard.
|
||||
|
||||
- .. _`CEC-OP-CEC-VERSION-2-0`:
|
||||
|
||||
- ``CEC_OP_CEC_VERSION_2_0``
|
||||
|
||||
- 6
|
||||
|
||||
- CEC version according to the HDMI 2.0 standard.
|
||||
- ``CEC_OP_CEC_VERSION_2_0``
|
||||
- 6
|
||||
- CEC version according to the HDMI 2.0 standard.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
|
||||
@@ -269,62 +221,41 @@ logical address types are already defined will return with error ``EBUSY``.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 4
|
||||
|
||||
* .. _`CEC-OP-PRIM-DEVTYPE-TV`:
|
||||
|
||||
- .. _`CEC-OP-PRIM-DEVTYPE-TV`:
|
||||
- ``CEC_OP_PRIM_DEVTYPE_TV``
|
||||
- 0
|
||||
- Use for a TV.
|
||||
* .. _`CEC-OP-PRIM-DEVTYPE-RECORD`:
|
||||
|
||||
- ``CEC_OP_PRIM_DEVTYPE_TV``
|
||||
- ``CEC_OP_PRIM_DEVTYPE_RECORD``
|
||||
- 1
|
||||
- Use for a recording device.
|
||||
* .. _`CEC-OP-PRIM-DEVTYPE-TUNER`:
|
||||
|
||||
- 0
|
||||
- ``CEC_OP_PRIM_DEVTYPE_TUNER``
|
||||
- 3
|
||||
- Use for a device with a tuner.
|
||||
* .. _`CEC-OP-PRIM-DEVTYPE-PLAYBACK`:
|
||||
|
||||
- Use for a TV.
|
||||
- ``CEC_OP_PRIM_DEVTYPE_PLAYBACK``
|
||||
- 4
|
||||
- Use for a playback device.
|
||||
* .. _`CEC-OP-PRIM-DEVTYPE-AUDIOSYSTEM`:
|
||||
|
||||
- .. _`CEC-OP-PRIM-DEVTYPE-RECORD`:
|
||||
- ``CEC_OP_PRIM_DEVTYPE_AUDIOSYSTEM``
|
||||
- 5
|
||||
- Use for an audio system (e.g. an audio/video receiver).
|
||||
* .. _`CEC-OP-PRIM-DEVTYPE-SWITCH`:
|
||||
|
||||
- ``CEC_OP_PRIM_DEVTYPE_RECORD``
|
||||
- ``CEC_OP_PRIM_DEVTYPE_SWITCH``
|
||||
- 6
|
||||
- Use for a CEC switch.
|
||||
* .. _`CEC-OP-PRIM-DEVTYPE-VIDEOPROC`:
|
||||
|
||||
- 1
|
||||
|
||||
- Use for a recording device.
|
||||
|
||||
- .. _`CEC-OP-PRIM-DEVTYPE-TUNER`:
|
||||
|
||||
- ``CEC_OP_PRIM_DEVTYPE_TUNER``
|
||||
|
||||
- 3
|
||||
|
||||
- Use for a device with a tuner.
|
||||
|
||||
- .. _`CEC-OP-PRIM-DEVTYPE-PLAYBACK`:
|
||||
|
||||
- ``CEC_OP_PRIM_DEVTYPE_PLAYBACK``
|
||||
|
||||
- 4
|
||||
|
||||
- Use for a playback device.
|
||||
|
||||
- .. _`CEC-OP-PRIM-DEVTYPE-AUDIOSYSTEM`:
|
||||
|
||||
- ``CEC_OP_PRIM_DEVTYPE_AUDIOSYSTEM``
|
||||
|
||||
- 5
|
||||
|
||||
- Use for an audio system (e.g. an audio/video receiver).
|
||||
|
||||
- .. _`CEC-OP-PRIM-DEVTYPE-SWITCH`:
|
||||
|
||||
- ``CEC_OP_PRIM_DEVTYPE_SWITCH``
|
||||
|
||||
- 6
|
||||
|
||||
- Use for a CEC switch.
|
||||
|
||||
- .. _`CEC-OP-PRIM-DEVTYPE-VIDEOPROC`:
|
||||
|
||||
- ``CEC_OP_PRIM_DEVTYPE_VIDEOPROC``
|
||||
|
||||
- 7
|
||||
|
||||
- Use for a video processor device.
|
||||
- ``CEC_OP_PRIM_DEVTYPE_VIDEOPROC``
|
||||
- 7
|
||||
- Use for a video processor device.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
|
||||
@@ -336,64 +267,43 @@ logical address types are already defined will return with error ``EBUSY``.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 16
|
||||
|
||||
* .. _`CEC-LOG-ADDR-TYPE-TV`:
|
||||
|
||||
- .. _`CEC-LOG-ADDR-TYPE-TV`:
|
||||
- ``CEC_LOG_ADDR_TYPE_TV``
|
||||
- 0
|
||||
- Use for a TV.
|
||||
* .. _`CEC-LOG-ADDR-TYPE-RECORD`:
|
||||
|
||||
- ``CEC_LOG_ADDR_TYPE_TV``
|
||||
- ``CEC_LOG_ADDR_TYPE_RECORD``
|
||||
- 1
|
||||
- Use for a recording device.
|
||||
* .. _`CEC-LOG-ADDR-TYPE-TUNER`:
|
||||
|
||||
- 0
|
||||
- ``CEC_LOG_ADDR_TYPE_TUNER``
|
||||
- 2
|
||||
- Use for a tuner device.
|
||||
* .. _`CEC-LOG-ADDR-TYPE-PLAYBACK`:
|
||||
|
||||
- Use for a TV.
|
||||
- ``CEC_LOG_ADDR_TYPE_PLAYBACK``
|
||||
- 3
|
||||
- Use for a playback device.
|
||||
* .. _`CEC-LOG-ADDR-TYPE-AUDIOSYSTEM`:
|
||||
|
||||
- .. _`CEC-LOG-ADDR-TYPE-RECORD`:
|
||||
- ``CEC_LOG_ADDR_TYPE_AUDIOSYSTEM``
|
||||
- 4
|
||||
- Use for an audio system device.
|
||||
* .. _`CEC-LOG-ADDR-TYPE-SPECIFIC`:
|
||||
|
||||
- ``CEC_LOG_ADDR_TYPE_RECORD``
|
||||
- ``CEC_LOG_ADDR_TYPE_SPECIFIC``
|
||||
- 5
|
||||
- Use for a second TV or for a video processor device.
|
||||
* .. _`CEC-LOG-ADDR-TYPE-UNREGISTERED`:
|
||||
|
||||
- 1
|
||||
|
||||
- Use for a recording device.
|
||||
|
||||
- .. _`CEC-LOG-ADDR-TYPE-TUNER`:
|
||||
|
||||
- ``CEC_LOG_ADDR_TYPE_TUNER``
|
||||
|
||||
- 2
|
||||
|
||||
- Use for a tuner device.
|
||||
|
||||
- .. _`CEC-LOG-ADDR-TYPE-PLAYBACK`:
|
||||
|
||||
- ``CEC_LOG_ADDR_TYPE_PLAYBACK``
|
||||
|
||||
- 3
|
||||
|
||||
- Use for a playback device.
|
||||
|
||||
- .. _`CEC-LOG-ADDR-TYPE-AUDIOSYSTEM`:
|
||||
|
||||
- ``CEC_LOG_ADDR_TYPE_AUDIOSYSTEM``
|
||||
|
||||
- 4
|
||||
|
||||
- Use for an audio system device.
|
||||
|
||||
- .. _`CEC-LOG-ADDR-TYPE-SPECIFIC`:
|
||||
|
||||
- ``CEC_LOG_ADDR_TYPE_SPECIFIC``
|
||||
|
||||
- 5
|
||||
|
||||
- Use for a second TV or for a video processor device.
|
||||
|
||||
- .. _`CEC-LOG-ADDR-TYPE-UNREGISTERED`:
|
||||
|
||||
- ``CEC_LOG_ADDR_TYPE_UNREGISTERED``
|
||||
|
||||
- 6
|
||||
|
||||
- Use this if you just want to remain unregistered. Used for pure
|
||||
CEC switches or CDC-only devices (CDC: Capability Discovery and
|
||||
Control).
|
||||
- ``CEC_LOG_ADDR_TYPE_UNREGISTERED``
|
||||
- 6
|
||||
- Use this if you just want to remain unregistered. Used for pure
|
||||
CEC switches or CDC-only devices (CDC: Capability Discovery and
|
||||
Control).
|
||||
|
||||
|
||||
|
||||
@@ -406,54 +316,36 @@ logical address types are already defined will return with error ``EBUSY``.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 4
|
||||
|
||||
* .. _`CEC-OP-ALL-DEVTYPE-TV`:
|
||||
|
||||
- .. _`CEC-OP-ALL-DEVTYPE-TV`:
|
||||
- ``CEC_OP_ALL_DEVTYPE_TV``
|
||||
- 0x80
|
||||
- This supports the TV type.
|
||||
* .. _`CEC-OP-ALL-DEVTYPE-RECORD`:
|
||||
|
||||
- ``CEC_OP_ALL_DEVTYPE_TV``
|
||||
- ``CEC_OP_ALL_DEVTYPE_RECORD``
|
||||
- 0x40
|
||||
- This supports the Recording type.
|
||||
* .. _`CEC-OP-ALL-DEVTYPE-TUNER`:
|
||||
|
||||
- 0x80
|
||||
- ``CEC_OP_ALL_DEVTYPE_TUNER``
|
||||
- 0x20
|
||||
- This supports the Tuner type.
|
||||
* .. _`CEC-OP-ALL-DEVTYPE-PLAYBACK`:
|
||||
|
||||
- This supports the TV type.
|
||||
- ``CEC_OP_ALL_DEVTYPE_PLAYBACK``
|
||||
- 0x10
|
||||
- This supports the Playback type.
|
||||
* .. _`CEC-OP-ALL-DEVTYPE-AUDIOSYSTEM`:
|
||||
|
||||
- .. _`CEC-OP-ALL-DEVTYPE-RECORD`:
|
||||
- ``CEC_OP_ALL_DEVTYPE_AUDIOSYSTEM``
|
||||
- 0x08
|
||||
- This supports the Audio System type.
|
||||
* .. _`CEC-OP-ALL-DEVTYPE-SWITCH`:
|
||||
|
||||
- ``CEC_OP_ALL_DEVTYPE_RECORD``
|
||||
|
||||
- 0x40
|
||||
|
||||
- This supports the Recording type.
|
||||
|
||||
- .. _`CEC-OP-ALL-DEVTYPE-TUNER`:
|
||||
|
||||
- ``CEC_OP_ALL_DEVTYPE_TUNER``
|
||||
|
||||
- 0x20
|
||||
|
||||
- This supports the Tuner type.
|
||||
|
||||
- .. _`CEC-OP-ALL-DEVTYPE-PLAYBACK`:
|
||||
|
||||
- ``CEC_OP_ALL_DEVTYPE_PLAYBACK``
|
||||
|
||||
- 0x10
|
||||
|
||||
- This supports the Playback type.
|
||||
|
||||
- .. _`CEC-OP-ALL-DEVTYPE-AUDIOSYSTEM`:
|
||||
|
||||
- ``CEC_OP_ALL_DEVTYPE_AUDIOSYSTEM``
|
||||
|
||||
- 0x08
|
||||
|
||||
- This supports the Audio System type.
|
||||
|
||||
- .. _`CEC-OP-ALL-DEVTYPE-SWITCH`:
|
||||
|
||||
- ``CEC_OP_ALL_DEVTYPE_SWITCH``
|
||||
|
||||
- 0x04
|
||||
|
||||
- This supports the CEC Switch or Video Processing type.
|
||||
- ``CEC_OP_ALL_DEVTYPE_SWITCH``
|
||||
- 0x04
|
||||
- This supports the CEC Switch or Video Processing type.
|
||||
|
||||
|
||||
|
||||
|
@@ -58,26 +58,16 @@ it is guaranteed that the state did change in between the two events.
|
||||
:stub-columns: 0
|
||||
:widths: 1 1 8
|
||||
|
||||
|
||||
- .. row 1
|
||||
|
||||
- __u16
|
||||
|
||||
- ``phys_addr``
|
||||
|
||||
- The current physical address. This is ``CEC_PHYS_ADDR_INVALID`` if no
|
||||
* - __u16
|
||||
- ``phys_addr``
|
||||
- The current physical address. This is ``CEC_PHYS_ADDR_INVALID`` if no
|
||||
valid physical address is set.
|
||||
|
||||
- .. row 2
|
||||
|
||||
- __u16
|
||||
|
||||
- ``log_addr_mask``
|
||||
|
||||
- The current set of claimed logical addresses. This is 0 if no logical
|
||||
addresses are claimed or if ``phys_addr`` is ``CEC_PHYS_ADDR_INVALID``.
|
||||
If bit 15 is set (``1 << CEC_LOG_ADDR_UNREGISTERED``) then this device
|
||||
has the unregistered logical address. In that case all other bits are 0.
|
||||
* - __u16
|
||||
- ``log_addr_mask``
|
||||
- The current set of claimed logical addresses. This is 0 if no logical
|
||||
addresses are claimed or if ``phys_addr`` is ``CEC_PHYS_ADDR_INVALID``.
|
||||
If bit 15 is set (``1 << CEC_LOG_ADDR_UNREGISTERED``) then this device
|
||||
has the unregistered logical address. In that case all other bits are 0.
|
||||
|
||||
|
||||
.. c:type:: cec_event_lost_msgs
|
||||
@@ -89,22 +79,17 @@ it is guaranteed that the state did change in between the two events.
|
||||
:stub-columns: 0
|
||||
:widths: 1 1 16
|
||||
|
||||
|
||||
- .. row 1
|
||||
|
||||
- __u32
|
||||
|
||||
- ``lost_msgs``
|
||||
|
||||
- Set to the number of lost messages since the filehandle was opened
|
||||
or since the last time this event was dequeued for this
|
||||
filehandle. The messages lost are the oldest messages. So when a
|
||||
new message arrives and there is no more room, then the oldest
|
||||
message is discarded to make room for the new one. The internal
|
||||
size of the message queue guarantees that all messages received in
|
||||
the last two seconds will be stored. Since messages should be
|
||||
replied to within a second according to the CEC specification,
|
||||
this is more than enough.
|
||||
* - __u32
|
||||
- ``lost_msgs``
|
||||
- Set to the number of lost messages since the filehandle was opened
|
||||
or since the last time this event was dequeued for this
|
||||
filehandle. The messages lost are the oldest messages. So when a
|
||||
new message arrives and there is no more room, then the oldest
|
||||
message is discarded to make room for the new one. The internal
|
||||
size of the message queue guarantees that all messages received in
|
||||
the last two seconds will be stored. Since messages should be
|
||||
replied to within a second according to the CEC specification,
|
||||
this is more than enough.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{1.0cm}|p{4.2cm}|p{2.5cm}|p{8.8cm}|
|
||||
@@ -116,62 +101,32 @@ it is guaranteed that the state did change in between the two events.
|
||||
:stub-columns: 0
|
||||
:widths: 1 1 1 8
|
||||
|
||||
* - __u64
|
||||
- ``ts``
|
||||
- :cspan:`1` Timestamp of the event in ns.
|
||||
|
||||
- .. row 1
|
||||
|
||||
- __u64
|
||||
|
||||
- ``ts``
|
||||
|
||||
- :cspan:`1` Timestamp of the event in ns.
|
||||
|
||||
The timestamp has been taken from the ``CLOCK_MONOTONIC`` clock. To access
|
||||
the same clock from userspace use :c:func:`clock_gettime`.
|
||||
|
||||
- .. row 2
|
||||
|
||||
- __u32
|
||||
|
||||
- ``event``
|
||||
|
||||
- :cspan:`1` The CEC event type, see :ref:`cec-events`.
|
||||
|
||||
- .. row 3
|
||||
|
||||
- __u32
|
||||
|
||||
- ``flags``
|
||||
|
||||
- :cspan:`1` Event flags, see :ref:`cec-event-flags`.
|
||||
|
||||
- .. row 4
|
||||
|
||||
- union
|
||||
|
||||
- (anonymous)
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
- .. row 5
|
||||
|
||||
-
|
||||
- struct cec_event_state_change
|
||||
|
||||
- ``state_change``
|
||||
|
||||
- The new adapter state as sent by the :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>`
|
||||
event.
|
||||
|
||||
- .. row 6
|
||||
|
||||
-
|
||||
- struct cec_event_lost_msgs
|
||||
|
||||
- ``lost_msgs``
|
||||
|
||||
- The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>`
|
||||
event.
|
||||
The timestamp has been taken from the ``CLOCK_MONOTONIC`` clock. To access
|
||||
the same clock from userspace use :c:func:`clock_gettime`.
|
||||
* - __u32
|
||||
- ``event``
|
||||
- :cspan:`1` The CEC event type, see :ref:`cec-events`.
|
||||
* - __u32
|
||||
- ``flags``
|
||||
- :cspan:`1` Event flags, see :ref:`cec-event-flags`.
|
||||
* - union
|
||||
- (anonymous)
|
||||
-
|
||||
-
|
||||
* -
|
||||
- struct cec_event_state_change
|
||||
- ``state_change``
|
||||
- The new adapter state as sent by the :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>`
|
||||
event.
|
||||
* -
|
||||
- struct cec_event_lost_msgs
|
||||
- ``lost_msgs``
|
||||
- The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>`
|
||||
event.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{5.6cm}|p{0.9cm}|p{11.0cm}|
|
||||
@@ -183,25 +138,19 @@ it is guaranteed that the state did change in between the two events.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 16
|
||||
|
||||
* .. _`CEC-EVENT-STATE-CHANGE`:
|
||||
|
||||
- .. _`CEC-EVENT-STATE-CHANGE`:
|
||||
- ``CEC_EVENT_STATE_CHANGE``
|
||||
- 1
|
||||
- Generated when the CEC Adapter's state changes. When open() is
|
||||
called an initial event will be generated for that filehandle with
|
||||
the CEC Adapter's state at that time.
|
||||
* .. _`CEC-EVENT-LOST-MSGS`:
|
||||
|
||||
- ``CEC_EVENT_STATE_CHANGE``
|
||||
|
||||
- 1
|
||||
|
||||
- Generated when the CEC Adapter's state changes. When open() is
|
||||
called an initial event will be generated for that filehandle with
|
||||
the CEC Adapter's state at that time.
|
||||
|
||||
- .. _`CEC-EVENT-LOST-MSGS`:
|
||||
|
||||
- ``CEC_EVENT_LOST_MSGS``
|
||||
|
||||
- 2
|
||||
|
||||
- Generated if one or more CEC messages were lost because the
|
||||
application didn't dequeue CEC messages fast enough.
|
||||
- ``CEC_EVENT_LOST_MSGS``
|
||||
- 2
|
||||
- Generated if one or more CEC messages were lost because the
|
||||
application didn't dequeue CEC messages fast enough.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{6.0cm}|p{0.6cm}|p{10.9cm}|
|
||||
@@ -213,17 +162,14 @@ it is guaranteed that the state did change in between the two events.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 8
|
||||
|
||||
* .. _`CEC-EVENT-FL-INITIAL-VALUE`:
|
||||
|
||||
- .. _`CEC-EVENT-FL-INITIAL-VALUE`:
|
||||
|
||||
- ``CEC_EVENT_FL_INITIAL_VALUE``
|
||||
|
||||
- 1
|
||||
|
||||
- Set for the initial events that are generated when the device is
|
||||
opened. See the table above for which events do this. This allows
|
||||
applications to learn the initial state of the CEC adapter at
|
||||
open() time.
|
||||
- ``CEC_EVENT_FL_INITIAL_VALUE``
|
||||
- 1
|
||||
- Set for the initial events that are generated when the device is
|
||||
opened. See the table above for which events do this. This allows
|
||||
applications to learn the initial state of the CEC adapter at
|
||||
open() time.
|
||||
|
||||
|
||||
|
||||
|
@@ -83,37 +83,28 @@ Available initiator modes are:
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 16
|
||||
|
||||
* .. _`CEC-MODE-NO-INITIATOR`:
|
||||
|
||||
- .. _`CEC-MODE-NO-INITIATOR`:
|
||||
- ``CEC_MODE_NO_INITIATOR``
|
||||
- 0x0
|
||||
- This is not an initiator, i.e. it cannot transmit CEC messages or
|
||||
make any other changes to the CEC adapter.
|
||||
* .. _`CEC-MODE-INITIATOR`:
|
||||
|
||||
- ``CEC_MODE_NO_INITIATOR``
|
||||
- ``CEC_MODE_INITIATOR``
|
||||
- 0x1
|
||||
- This is an initiator (the default when the device is opened) and
|
||||
it can transmit CEC messages and make changes to the CEC adapter,
|
||||
unless there is an exclusive initiator.
|
||||
* .. _`CEC-MODE-EXCL-INITIATOR`:
|
||||
|
||||
- 0x0
|
||||
|
||||
- This is not an initiator, i.e. it cannot transmit CEC messages or
|
||||
make any other changes to the CEC adapter.
|
||||
|
||||
- .. _`CEC-MODE-INITIATOR`:
|
||||
|
||||
- ``CEC_MODE_INITIATOR``
|
||||
|
||||
- 0x1
|
||||
|
||||
- This is an initiator (the default when the device is opened) and
|
||||
it can transmit CEC messages and make changes to the CEC adapter,
|
||||
unless there is an exclusive initiator.
|
||||
|
||||
- .. _`CEC-MODE-EXCL-INITIATOR`:
|
||||
|
||||
- ``CEC_MODE_EXCL_INITIATOR``
|
||||
|
||||
- 0x2
|
||||
|
||||
- This is an exclusive initiator and this file descriptor is the
|
||||
only one that can transmit CEC messages and make changes to the
|
||||
CEC adapter. If someone else is already the exclusive initiator
|
||||
then an attempt to become one will return the ``EBUSY`` error code
|
||||
error.
|
||||
- ``CEC_MODE_EXCL_INITIATOR``
|
||||
- 0x2
|
||||
- This is an exclusive initiator and this file descriptor is the
|
||||
only one that can transmit CEC messages and make changes to the
|
||||
CEC adapter. If someone else is already the exclusive initiator
|
||||
then an attempt to become one will return the ``EBUSY`` error code
|
||||
error.
|
||||
|
||||
|
||||
Available follower modes are:
|
||||
@@ -127,86 +118,68 @@ Available follower modes are:
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 16
|
||||
|
||||
* .. _`CEC-MODE-NO-FOLLOWER`:
|
||||
|
||||
- .. _`CEC-MODE-NO-FOLLOWER`:
|
||||
- ``CEC_MODE_NO_FOLLOWER``
|
||||
- 0x00
|
||||
- This is not a follower (the default when the device is opened).
|
||||
* .. _`CEC-MODE-FOLLOWER`:
|
||||
|
||||
- ``CEC_MODE_NO_FOLLOWER``
|
||||
- ``CEC_MODE_FOLLOWER``
|
||||
- 0x10
|
||||
- This is a follower and it will receive CEC messages unless there
|
||||
is an exclusive follower. You cannot become a follower if
|
||||
:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`
|
||||
was specified, the ``EINVAL`` error code is returned in that case.
|
||||
* .. _`CEC-MODE-EXCL-FOLLOWER`:
|
||||
|
||||
- 0x00
|
||||
- ``CEC_MODE_EXCL_FOLLOWER``
|
||||
- 0x20
|
||||
- This is an exclusive follower and only this file descriptor will
|
||||
receive CEC messages for processing. If someone else is already
|
||||
the exclusive follower then an attempt to become one will return
|
||||
the ``EBUSY`` error code. You cannot become a follower if
|
||||
:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`
|
||||
was specified, the ``EINVAL`` error code is returned in that case.
|
||||
* .. _`CEC-MODE-EXCL-FOLLOWER-PASSTHRU`:
|
||||
|
||||
- This is not a follower (the default when the device is opened).
|
||||
- ``CEC_MODE_EXCL_FOLLOWER_PASSTHRU``
|
||||
- 0x30
|
||||
- This is an exclusive follower and only this file descriptor will
|
||||
receive CEC messages for processing. In addition it will put the
|
||||
CEC device into passthrough mode, allowing the exclusive follower
|
||||
to handle most core messages instead of relying on the CEC
|
||||
framework for that. If someone else is already the exclusive
|
||||
follower then an attempt to become one will return the ``EBUSY`` error
|
||||
code. You cannot become a follower if :ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>`
|
||||
is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>` was specified,
|
||||
the ``EINVAL`` error code is returned in that case.
|
||||
* .. _`CEC-MODE-MONITOR`:
|
||||
|
||||
- .. _`CEC-MODE-FOLLOWER`:
|
||||
- ``CEC_MODE_MONITOR``
|
||||
- 0xe0
|
||||
- Put the file descriptor into monitor mode. Can only be used in
|
||||
combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`, otherwise EINVAL error
|
||||
code will be returned. In monitor mode all messages this CEC
|
||||
device transmits and all messages it receives (both broadcast
|
||||
messages and directed messages for one its logical addresses) will
|
||||
be reported. This is very useful for debugging. This is only
|
||||
allowed if the process has the ``CAP_NET_ADMIN`` capability. If
|
||||
that is not set, then the ``EPERM`` error code is returned.
|
||||
* .. _`CEC-MODE-MONITOR-ALL`:
|
||||
|
||||
- ``CEC_MODE_FOLLOWER``
|
||||
|
||||
- 0x10
|
||||
|
||||
- This is a follower and it will receive CEC messages unless there
|
||||
is an exclusive follower. You cannot become a follower if
|
||||
:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`
|
||||
was specified, the ``EINVAL`` error code is returned in that case.
|
||||
|
||||
- .. _`CEC-MODE-EXCL-FOLLOWER`:
|
||||
|
||||
- ``CEC_MODE_EXCL_FOLLOWER``
|
||||
|
||||
- 0x20
|
||||
|
||||
- This is an exclusive follower and only this file descriptor will
|
||||
receive CEC messages for processing. If someone else is already
|
||||
the exclusive follower then an attempt to become one will return
|
||||
the ``EBUSY`` error code. You cannot become a follower if
|
||||
:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`
|
||||
was specified, the ``EINVAL`` error code is returned in that case.
|
||||
|
||||
- .. _`CEC-MODE-EXCL-FOLLOWER-PASSTHRU`:
|
||||
|
||||
- ``CEC_MODE_EXCL_FOLLOWER_PASSTHRU``
|
||||
|
||||
- 0x30
|
||||
|
||||
- This is an exclusive follower and only this file descriptor will
|
||||
receive CEC messages for processing. In addition it will put the
|
||||
CEC device into passthrough mode, allowing the exclusive follower
|
||||
to handle most core messages instead of relying on the CEC
|
||||
framework for that. If someone else is already the exclusive
|
||||
follower then an attempt to become one will return the ``EBUSY`` error
|
||||
code. You cannot become a follower if :ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>`
|
||||
is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>` was specified,
|
||||
the ``EINVAL`` error code is returned in that case.
|
||||
|
||||
- .. _`CEC-MODE-MONITOR`:
|
||||
|
||||
- ``CEC_MODE_MONITOR``
|
||||
|
||||
- 0xe0
|
||||
|
||||
- Put the file descriptor into monitor mode. Can only be used in
|
||||
combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`, otherwise EINVAL error
|
||||
code will be returned. In monitor mode all messages this CEC
|
||||
device transmits and all messages it receives (both broadcast
|
||||
messages and directed messages for one its logical addresses) will
|
||||
be reported. This is very useful for debugging. This is only
|
||||
allowed if the process has the ``CAP_NET_ADMIN`` capability. If
|
||||
that is not set, then the ``EPERM`` error code is returned.
|
||||
|
||||
- .. _`CEC-MODE-MONITOR-ALL`:
|
||||
|
||||
- ``CEC_MODE_MONITOR_ALL``
|
||||
|
||||
- 0xf0
|
||||
|
||||
- Put the file descriptor into 'monitor all' mode. Can only be used
|
||||
in combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`, otherwise
|
||||
the ``EINVAL`` error code will be returned. In 'monitor all' mode all messages
|
||||
this CEC device transmits and all messages it receives, including
|
||||
directed messages for other CEC devices will be reported. This is
|
||||
very useful for debugging, but not all devices support this. This
|
||||
mode requires that the :ref:`CEC_CAP_MONITOR_ALL <CEC-CAP-MONITOR-ALL>` capability is set,
|
||||
otherwise the ``EINVAL`` error code is returned. This is only allowed if
|
||||
the process has the ``CAP_NET_ADMIN`` capability. If that is not
|
||||
set, then the ``EPERM`` error code is returned.
|
||||
- ``CEC_MODE_MONITOR_ALL``
|
||||
- 0xf0
|
||||
- Put the file descriptor into 'monitor all' mode. Can only be used
|
||||
in combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`, otherwise
|
||||
the ``EINVAL`` error code will be returned. In 'monitor all' mode all messages
|
||||
this CEC device transmits and all messages it receives, including
|
||||
directed messages for other CEC devices will be reported. This is
|
||||
very useful for debugging, but not all devices support this. This
|
||||
mode requires that the :ref:`CEC_CAP_MONITOR_ALL <CEC-CAP-MONITOR-ALL>` capability is set,
|
||||
otherwise the ``EINVAL`` error code is returned. This is only allowed if
|
||||
the process has the ``CAP_NET_ADMIN`` capability. If that is not
|
||||
set, then the ``EPERM`` error code is returned.
|
||||
|
||||
|
||||
Core message processing details:
|
||||
@@ -220,76 +193,58 @@ Core message processing details:
|
||||
:stub-columns: 0
|
||||
:widths: 1 8
|
||||
|
||||
* .. _`CEC-MSG-GET-CEC-VERSION`:
|
||||
|
||||
- .. _`CEC-MSG-GET-CEC-VERSION`:
|
||||
- ``CEC_MSG_GET_CEC_VERSION``
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will return the CEC version that was
|
||||
set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`.
|
||||
* .. _`CEC-MSG-GIVE-DEVICE-VENDOR-ID`:
|
||||
|
||||
- ``CEC_MSG_GET_CEC_VERSION``
|
||||
- ``CEC_MSG_GIVE_DEVICE_VENDOR_ID``
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will return the vendor ID that was
|
||||
set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`.
|
||||
* .. _`CEC-MSG-ABORT`:
|
||||
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will return the CEC version that was
|
||||
set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`.
|
||||
- ``CEC_MSG_ABORT``
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will return a feature refused
|
||||
message as per the specification.
|
||||
* .. _`CEC-MSG-GIVE-PHYSICAL-ADDR`:
|
||||
|
||||
- .. _`CEC-MSG-GIVE-DEVICE-VENDOR-ID`:
|
||||
- ``CEC_MSG_GIVE_PHYSICAL_ADDR``
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will report the current physical
|
||||
address.
|
||||
* .. _`CEC-MSG-GIVE-OSD-NAME`:
|
||||
|
||||
- ``CEC_MSG_GIVE_DEVICE_VENDOR_ID``
|
||||
- ``CEC_MSG_GIVE_OSD_NAME``
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will report the current OSD name as
|
||||
was set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`.
|
||||
* .. _`CEC-MSG-GIVE-FEATURES`:
|
||||
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will return the vendor ID that was
|
||||
set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`.
|
||||
- ``CEC_MSG_GIVE_FEATURES``
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will report the current features as
|
||||
was set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`
|
||||
or the message is ignored if the CEC version was older than 2.0.
|
||||
* .. _`CEC-MSG-USER-CONTROL-PRESSED`:
|
||||
|
||||
- .. _`CEC-MSG-ABORT`:
|
||||
- ``CEC_MSG_USER_CONTROL_PRESSED``
|
||||
- If :ref:`CEC_CAP_RC <CEC-CAP-RC>` is set, then generate a remote control key
|
||||
press. This message is always passed on to userspace.
|
||||
* .. _`CEC-MSG-USER-CONTROL-RELEASED`:
|
||||
|
||||
- ``CEC_MSG_ABORT``
|
||||
- ``CEC_MSG_USER_CONTROL_RELEASED``
|
||||
- If :ref:`CEC_CAP_RC <CEC-CAP-RC>` is set, then generate a remote control key
|
||||
release. This message is always passed on to userspace.
|
||||
* .. _`CEC-MSG-REPORT-PHYSICAL-ADDR`:
|
||||
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will return a feature refused
|
||||
message as per the specification.
|
||||
|
||||
- .. _`CEC-MSG-GIVE-PHYSICAL-ADDR`:
|
||||
|
||||
- ``CEC_MSG_GIVE_PHYSICAL_ADDR``
|
||||
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will report the current physical
|
||||
address.
|
||||
|
||||
- .. _`CEC-MSG-GIVE-OSD-NAME`:
|
||||
|
||||
- ``CEC_MSG_GIVE_OSD_NAME``
|
||||
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will report the current OSD name as
|
||||
was set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`.
|
||||
|
||||
- .. _`CEC-MSG-GIVE-FEATURES`:
|
||||
|
||||
- ``CEC_MSG_GIVE_FEATURES``
|
||||
|
||||
- When in passthrough mode this message has to be handled by
|
||||
userspace, otherwise the core will report the current features as
|
||||
was set with :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`
|
||||
or the message is ignored if the CEC version was older than 2.0.
|
||||
|
||||
- .. _`CEC-MSG-USER-CONTROL-PRESSED`:
|
||||
|
||||
- ``CEC_MSG_USER_CONTROL_PRESSED``
|
||||
|
||||
- If :ref:`CEC_CAP_RC <CEC-CAP-RC>` is set, then generate a remote control key
|
||||
press. This message is always passed on to userspace.
|
||||
|
||||
- .. _`CEC-MSG-USER-CONTROL-RELEASED`:
|
||||
|
||||
- ``CEC_MSG_USER_CONTROL_RELEASED``
|
||||
|
||||
- If :ref:`CEC_CAP_RC <CEC-CAP-RC>` is set, then generate a remote control key
|
||||
release. This message is always passed on to userspace.
|
||||
|
||||
- .. _`CEC-MSG-REPORT-PHYSICAL-ADDR`:
|
||||
|
||||
- ``CEC_MSG_REPORT_PHYSICAL_ADDR``
|
||||
|
||||
- The CEC framework will make note of the reported physical address
|
||||
and then just pass the message on to userspace.
|
||||
- ``CEC_MSG_REPORT_PHYSICAL_ADDR``
|
||||
- The CEC framework will make note of the reported physical address
|
||||
and then just pass the message on to userspace.
|
||||
|
||||
|
||||
|
||||
|
@@ -86,173 +86,126 @@ result.
|
||||
:stub-columns: 0
|
||||
:widths: 1 1 16
|
||||
|
||||
* - __u64
|
||||
- ``tx_ts``
|
||||
- Timestamp in ns of when the last byte of the message was transmitted.
|
||||
The timestamp has been taken from the ``CLOCK_MONOTONIC`` clock. To access
|
||||
the same clock from userspace use :c:func:`clock_gettime`.
|
||||
* - __u64
|
||||
- ``rx_ts``
|
||||
- Timestamp in ns of when the last byte of the message was received.
|
||||
The timestamp has been taken from the ``CLOCK_MONOTONIC`` clock. To access
|
||||
the same clock from userspace use :c:func:`clock_gettime`.
|
||||
* - __u32
|
||||
- ``len``
|
||||
- The length of the message. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in
|
||||
by the application. The driver will fill this in for
|
||||
:ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be
|
||||
filled in by the driver with the length of the reply message if ``reply`` was set.
|
||||
* - __u32
|
||||
- ``timeout``
|
||||
- The timeout in milliseconds. This is the time the device will wait
|
||||
for a message to be received before timing out. If it is set to 0,
|
||||
then it will wait indefinitely when it is called by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
|
||||
If it is 0 and it is called by :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`,
|
||||
then it will be replaced by 1000 if the ``reply`` is non-zero or
|
||||
ignored if ``reply`` is 0.
|
||||
* - __u32
|
||||
- ``sequence``
|
||||
- A non-zero sequence number is automatically assigned by the CEC framework
|
||||
for all transmitted messages. It is used by the CEC framework when it queues
|
||||
the transmit result (when transmit was called in non-blocking mode). This
|
||||
allows the application to associate the received message with the original
|
||||
transmit.
|
||||
* - __u32
|
||||
- ``flags``
|
||||
- Flags. See :ref:`cec-msg-flags` for a list of available flags.
|
||||
* - __u8
|
||||
- ``tx_status``
|
||||
- The status bits of the transmitted message. See
|
||||
:ref:`cec-tx-status` for the possible status values. It is 0 if
|
||||
this messages was received, not transmitted.
|
||||
* - __u8
|
||||
- ``msg[16]``
|
||||
- The message payload. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in by the
|
||||
application. The driver will fill this in for :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
|
||||
For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be filled in by the driver with
|
||||
the payload of the reply message if ``timeout`` was set.
|
||||
* - __u8
|
||||
- ``reply``
|
||||
- Wait until this message is replied. If ``reply`` is 0 and the
|
||||
``timeout`` is 0, then don't wait for a reply but return after
|
||||
transmitting the message. Ignored by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
|
||||
The case where ``reply`` is 0 (this is the opcode for the Feature Abort
|
||||
message) and ``timeout`` is non-zero is specifically allowed to make it
|
||||
possible to send a message and wait up to ``timeout`` milliseconds for a
|
||||
Feature Abort reply. In this case ``rx_status`` will either be set
|
||||
to :ref:`CEC_RX_STATUS_TIMEOUT <CEC-RX-STATUS-TIMEOUT>` or
|
||||
:ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`.
|
||||
|
||||
- .. row 1
|
||||
If the transmitter message is ``CEC_MSG_INITIATE_ARC`` then the ``reply``
|
||||
values ``CEC_MSG_REPORT_ARC_INITIATED`` and ``CEC_MSG_REPORT_ARC_TERMINATED``
|
||||
are processed differently: either value will match both possible replies.
|
||||
The reason is that the ``CEC_MSG_INITIATE_ARC`` message is the only CEC
|
||||
message that has two possible replies other than Feature Abort. The
|
||||
``reply`` field will be updated with the actual reply so that it is
|
||||
synchronized with the contents of the received message.
|
||||
* - __u8
|
||||
- ``rx_status``
|
||||
- The status bits of the received message. See
|
||||
:ref:`cec-rx-status` for the possible status values. It is 0 if
|
||||
this message was transmitted, not received, unless this is the
|
||||
reply to a transmitted message. In that case both ``rx_status``
|
||||
and ``tx_status`` are set.
|
||||
* - __u8
|
||||
- ``tx_status``
|
||||
- The status bits of the transmitted message. See
|
||||
:ref:`cec-tx-status` for the possible status values. It is 0 if
|
||||
this messages was received, not transmitted.
|
||||
* - __u8
|
||||
- ``tx_arb_lost_cnt``
|
||||
- A counter of the number of transmit attempts that resulted in the
|
||||
Arbitration Lost error. This is only set if the hardware supports
|
||||
this, otherwise it is always 0. This counter is only valid if the
|
||||
:ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set.
|
||||
* - __u8
|
||||
- ``tx_nack_cnt``
|
||||
- A counter of the number of transmit attempts that resulted in the
|
||||
Not Acknowledged error. This is only set if the hardware supports
|
||||
this, otherwise it is always 0. This counter is only valid if the
|
||||
:ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` status bit is set.
|
||||
* - __u8
|
||||
- ``tx_low_drive_cnt``
|
||||
- A counter of the number of transmit attempts that resulted in the
|
||||
Arbitration Lost error. This is only set if the hardware supports
|
||||
this, otherwise it is always 0. This counter is only valid if the
|
||||
:ref:`CEC_TX_STATUS_LOW_DRIVE <CEC-TX-STATUS-LOW-DRIVE>` status bit is set.
|
||||
* - __u8
|
||||
- ``tx_error_cnt``
|
||||
- A counter of the number of transmit errors other than Arbitration
|
||||
Lost or Not Acknowledged. This is only set if the hardware
|
||||
supports this, otherwise it is always 0. This counter is only
|
||||
valid if the :ref:`CEC_TX_STATUS_ERROR <CEC-TX-STATUS-ERROR>` status bit is set.
|
||||
|
||||
- __u64
|
||||
|
||||
- ``tx_ts``
|
||||
.. _cec-msg-flags:
|
||||
|
||||
- Timestamp in ns of when the last byte of the message was transmitted.
|
||||
The timestamp has been taken from the ``CLOCK_MONOTONIC`` clock. To access
|
||||
the same clock from userspace use :c:func:`clock_gettime`.
|
||||
.. flat-table:: Flags for struct cec_msg
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 4
|
||||
|
||||
- .. row 2
|
||||
* .. _`CEC-MSG-FL-REPLY-TO-FOLLOWERS`:
|
||||
|
||||
- __u64
|
||||
|
||||
- ``rx_ts``
|
||||
|
||||
- Timestamp in ns of when the last byte of the message was received.
|
||||
The timestamp has been taken from the ``CLOCK_MONOTONIC`` clock. To access
|
||||
the same clock from userspace use :c:func:`clock_gettime`.
|
||||
|
||||
- .. row 3
|
||||
|
||||
- __u32
|
||||
|
||||
- ``len``
|
||||
|
||||
- The length of the message. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in
|
||||
by the application. The driver will fill this in for
|
||||
:ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be
|
||||
filled in by the driver with the length of the reply message if ``reply`` was set.
|
||||
|
||||
- .. row 4
|
||||
|
||||
- __u32
|
||||
|
||||
- ``timeout``
|
||||
|
||||
- The timeout in milliseconds. This is the time the device will wait
|
||||
for a message to be received before timing out. If it is set to 0,
|
||||
then it will wait indefinitely when it is called by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
|
||||
If it is 0 and it is called by :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`,
|
||||
then it will be replaced by 1000 if the ``reply`` is non-zero or
|
||||
ignored if ``reply`` is 0.
|
||||
|
||||
- .. row 5
|
||||
|
||||
- __u32
|
||||
|
||||
- ``sequence``
|
||||
|
||||
- A non-zero sequence number is automatically assigned by the CEC framework
|
||||
for all transmitted messages. It is used by the CEC framework when it queues
|
||||
the transmit result (when transmit was called in non-blocking mode). This
|
||||
allows the application to associate the received message with the original
|
||||
transmit.
|
||||
|
||||
- .. row 6
|
||||
|
||||
- __u32
|
||||
|
||||
- ``flags``
|
||||
|
||||
- Flags. No flags are defined yet, so set this to 0.
|
||||
|
||||
- .. row 7
|
||||
|
||||
- __u8
|
||||
|
||||
- ``tx_status``
|
||||
|
||||
- The status bits of the transmitted message. See
|
||||
:ref:`cec-tx-status` for the possible status values. It is 0 if
|
||||
this messages was received, not transmitted.
|
||||
|
||||
- .. row 8
|
||||
|
||||
- __u8
|
||||
|
||||
- ``msg[16]``
|
||||
|
||||
- The message payload. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in by the
|
||||
application. The driver will fill this in for :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
|
||||
For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be filled in by the driver with
|
||||
the payload of the reply message if ``timeout`` was set.
|
||||
|
||||
- .. row 8
|
||||
|
||||
- __u8
|
||||
|
||||
- ``reply``
|
||||
|
||||
- Wait until this message is replied. If ``reply`` is 0 and the
|
||||
``timeout`` is 0, then don't wait for a reply but return after
|
||||
transmitting the message. Ignored by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
|
||||
The case where ``reply`` is 0 (this is the opcode for the Feature Abort
|
||||
message) and ``timeout`` is non-zero is specifically allowed to make it
|
||||
possible to send a message and wait up to ``timeout`` milliseconds for a
|
||||
Feature Abort reply. In this case ``rx_status`` will either be set
|
||||
to :ref:`CEC_RX_STATUS_TIMEOUT <CEC-RX-STATUS-TIMEOUT>` or
|
||||
:ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`.
|
||||
|
||||
- .. row 9
|
||||
|
||||
- __u8
|
||||
|
||||
- ``rx_status``
|
||||
|
||||
- The status bits of the received message. See
|
||||
:ref:`cec-rx-status` for the possible status values. It is 0 if
|
||||
this message was transmitted, not received, unless this is the
|
||||
reply to a transmitted message. In that case both ``rx_status``
|
||||
and ``tx_status`` are set.
|
||||
|
||||
- .. row 10
|
||||
|
||||
- __u8
|
||||
|
||||
- ``tx_status``
|
||||
|
||||
- The status bits of the transmitted message. See
|
||||
:ref:`cec-tx-status` for the possible status values. It is 0 if
|
||||
this messages was received, not transmitted.
|
||||
|
||||
- .. row 11
|
||||
|
||||
- __u8
|
||||
|
||||
- ``tx_arb_lost_cnt``
|
||||
|
||||
- A counter of the number of transmit attempts that resulted in the
|
||||
Arbitration Lost error. This is only set if the hardware supports
|
||||
this, otherwise it is always 0. This counter is only valid if the
|
||||
:ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set.
|
||||
|
||||
- .. row 12
|
||||
|
||||
- __u8
|
||||
|
||||
- ``tx_nack_cnt``
|
||||
|
||||
- A counter of the number of transmit attempts that resulted in the
|
||||
Not Acknowledged error. This is only set if the hardware supports
|
||||
this, otherwise it is always 0. This counter is only valid if the
|
||||
:ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` status bit is set.
|
||||
|
||||
- .. row 13
|
||||
|
||||
- __u8
|
||||
|
||||
- ``tx_low_drive_cnt``
|
||||
|
||||
- A counter of the number of transmit attempts that resulted in the
|
||||
Arbitration Lost error. This is only set if the hardware supports
|
||||
this, otherwise it is always 0. This counter is only valid if the
|
||||
:ref:`CEC_TX_STATUS_LOW_DRIVE <CEC-TX-STATUS-LOW-DRIVE>` status bit is set.
|
||||
|
||||
- .. row 14
|
||||
|
||||
- __u8
|
||||
|
||||
- ``tx_error_cnt``
|
||||
|
||||
- A counter of the number of transmit errors other than Arbitration
|
||||
Lost or Not Acknowledged. This is only set if the hardware
|
||||
supports this, otherwise it is always 0. This counter is only
|
||||
valid if the :ref:`CEC_TX_STATUS_ERROR <CEC-TX-STATUS-ERROR>` status bit is set.
|
||||
- ``CEC_MSG_FL_REPLY_TO_FOLLOWERS``
|
||||
- 1
|
||||
- If a CEC transmit expects a reply, then by default that reply is only sent to
|
||||
the filehandle that called :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If this
|
||||
flag is set, then the reply is also sent to all followers, if any. If the
|
||||
filehandle that called :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` is also a
|
||||
follower, then that filehandle will receive the reply twice: once as the
|
||||
result of the :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`, and once via
|
||||
:ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{5.6cm}|p{0.9cm}|p{11.0cm}|
|
||||
@@ -264,64 +217,46 @@ result.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 16
|
||||
|
||||
* .. _`CEC-TX-STATUS-OK`:
|
||||
|
||||
- .. _`CEC-TX-STATUS-OK`:
|
||||
- ``CEC_TX_STATUS_OK``
|
||||
- 0x01
|
||||
- The message was transmitted successfully. This is mutually
|
||||
exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`. Other bits can still
|
||||
be set if earlier attempts met with failure before the transmit
|
||||
was eventually successful.
|
||||
* .. _`CEC-TX-STATUS-ARB-LOST`:
|
||||
|
||||
- ``CEC_TX_STATUS_OK``
|
||||
- ``CEC_TX_STATUS_ARB_LOST``
|
||||
- 0x02
|
||||
- CEC line arbitration was lost.
|
||||
* .. _`CEC-TX-STATUS-NACK`:
|
||||
|
||||
- 0x01
|
||||
- ``CEC_TX_STATUS_NACK``
|
||||
- 0x04
|
||||
- Message was not acknowledged.
|
||||
* .. _`CEC-TX-STATUS-LOW-DRIVE`:
|
||||
|
||||
- The message was transmitted successfully. This is mutually
|
||||
exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`. Other bits can still
|
||||
be set if earlier attempts met with failure before the transmit
|
||||
was eventually successful.
|
||||
- ``CEC_TX_STATUS_LOW_DRIVE``
|
||||
- 0x08
|
||||
- Low drive was detected on the CEC bus. This indicates that a
|
||||
follower detected an error on the bus and requests a
|
||||
retransmission.
|
||||
* .. _`CEC-TX-STATUS-ERROR`:
|
||||
|
||||
- .. _`CEC-TX-STATUS-ARB-LOST`:
|
||||
- ``CEC_TX_STATUS_ERROR``
|
||||
- 0x10
|
||||
- Some error occurred. This is used for any errors that do not fit
|
||||
the previous two, either because the hardware could not tell which
|
||||
error occurred, or because the hardware tested for other
|
||||
conditions besides those two.
|
||||
* .. _`CEC-TX-STATUS-MAX-RETRIES`:
|
||||
|
||||
- ``CEC_TX_STATUS_ARB_LOST``
|
||||
|
||||
- 0x02
|
||||
|
||||
- CEC line arbitration was lost.
|
||||
|
||||
- .. _`CEC-TX-STATUS-NACK`:
|
||||
|
||||
- ``CEC_TX_STATUS_NACK``
|
||||
|
||||
- 0x04
|
||||
|
||||
- Message was not acknowledged.
|
||||
|
||||
- .. _`CEC-TX-STATUS-LOW-DRIVE`:
|
||||
|
||||
- ``CEC_TX_STATUS_LOW_DRIVE``
|
||||
|
||||
- 0x08
|
||||
|
||||
- Low drive was detected on the CEC bus. This indicates that a
|
||||
follower detected an error on the bus and requests a
|
||||
retransmission.
|
||||
|
||||
- .. _`CEC-TX-STATUS-ERROR`:
|
||||
|
||||
- ``CEC_TX_STATUS_ERROR``
|
||||
|
||||
- 0x10
|
||||
|
||||
- Some error occurred. This is used for any errors that do not fit
|
||||
the previous two, either because the hardware could not tell which
|
||||
error occurred, or because the hardware tested for other
|
||||
conditions besides those two.
|
||||
|
||||
- .. _`CEC-TX-STATUS-MAX-RETRIES`:
|
||||
|
||||
- ``CEC_TX_STATUS_MAX_RETRIES``
|
||||
|
||||
- 0x20
|
||||
|
||||
- The transmit failed after one or more retries. This status bit is
|
||||
mutually exclusive with :ref:`CEC_TX_STATUS_OK <CEC-TX-STATUS-OK>`. Other bits can still
|
||||
be set to explain which failures were seen.
|
||||
- ``CEC_TX_STATUS_MAX_RETRIES``
|
||||
- 0x20
|
||||
- The transmit failed after one or more retries. This status bit is
|
||||
mutually exclusive with :ref:`CEC_TX_STATUS_OK <CEC-TX-STATUS-OK>`. Other bits can still
|
||||
be set to explain which failures were seen.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{5.6cm}|p{0.9cm}|p{11.0cm}|
|
||||
@@ -333,32 +268,23 @@ result.
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 16
|
||||
|
||||
* .. _`CEC-RX-STATUS-OK`:
|
||||
|
||||
- .. _`CEC-RX-STATUS-OK`:
|
||||
- ``CEC_RX_STATUS_OK``
|
||||
- 0x01
|
||||
- The message was received successfully.
|
||||
* .. _`CEC-RX-STATUS-TIMEOUT`:
|
||||
|
||||
- ``CEC_RX_STATUS_OK``
|
||||
- ``CEC_RX_STATUS_TIMEOUT``
|
||||
- 0x02
|
||||
- The reply to an earlier transmitted message timed out.
|
||||
* .. _`CEC-RX-STATUS-FEATURE-ABORT`:
|
||||
|
||||
- 0x01
|
||||
|
||||
- The message was received successfully.
|
||||
|
||||
- .. _`CEC-RX-STATUS-TIMEOUT`:
|
||||
|
||||
- ``CEC_RX_STATUS_TIMEOUT``
|
||||
|
||||
- 0x02
|
||||
|
||||
- The reply to an earlier transmitted message timed out.
|
||||
|
||||
- .. _`CEC-RX-STATUS-FEATURE-ABORT`:
|
||||
|
||||
- ``CEC_RX_STATUS_FEATURE_ABORT``
|
||||
|
||||
- 0x04
|
||||
|
||||
- The message was received successfully but the reply was
|
||||
``CEC_MSG_FEATURE_ABORT``. This status is only set if this message
|
||||
was the reply to an earlier transmitted message.
|
||||
- ``CEC_RX_STATUS_FEATURE_ABORT``
|
||||
- 0x04
|
||||
- The message was received successfully but the reply was
|
||||
``CEC_MSG_FEATURE_ABORT``. This status is only set if this message
|
||||
was the reply to an earlier transmitted message.
|
||||
|
||||
|
||||
|
||||
|
@@ -312,21 +312,20 @@ more menu type controls.
|
||||
|
||||
.. _enum_all_controls:
|
||||
|
||||
Example: Enumerating all user controls
|
||||
======================================
|
||||
Example: Enumerating all controls
|
||||
=================================
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
|
||||
struct v4l2_queryctrl queryctrl;
|
||||
struct v4l2_querymenu querymenu;
|
||||
|
||||
static void enumerate_menu(void)
|
||||
static void enumerate_menu(__u32 id)
|
||||
{
|
||||
printf(" Menu items:\\n");
|
||||
|
||||
memset(&querymenu, 0, sizeof(querymenu));
|
||||
querymenu.id = queryctrl.id;
|
||||
querymenu.id = id;
|
||||
|
||||
for (querymenu.index = queryctrl.minimum;
|
||||
querymenu.index <= queryctrl.maximum;
|
||||
@@ -337,6 +336,55 @@ Example: Enumerating all user controls
|
||||
}
|
||||
}
|
||||
|
||||
memset(&queryctrl, 0, sizeof(queryctrl));
|
||||
|
||||
queryctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL;
|
||||
while (0 == ioctl(fd, VIDIOC_QUERYCTRL, &queryctrl)) {
|
||||
if (!(queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)) {
|
||||
printf("Control %s\\n", queryctrl.name);
|
||||
|
||||
if (queryctrl.type == V4L2_CTRL_TYPE_MENU)
|
||||
enumerate_menu(queryctrl.id);
|
||||
}
|
||||
|
||||
queryctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;
|
||||
}
|
||||
if (errno != EINVAL) {
|
||||
perror("VIDIOC_QUERYCTRL");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Example: Enumerating all controls including compound controls
|
||||
=============================================================
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
struct v4l2_query_ext_ctrl query_ext_ctrl;
|
||||
|
||||
memset(&query_ext_ctrl, 0, sizeof(query_ext_ctrl));
|
||||
|
||||
query_ext_ctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
|
||||
while (0 == ioctl(fd, VIDIOC_QUERY_EXT_CTRL, &query_ext_ctrl)) {
|
||||
if (!(query_ext_ctrl.flags & V4L2_CTRL_FLAG_DISABLED)) {
|
||||
printf("Control %s\\n", query_ext_ctrl.name);
|
||||
|
||||
if (query_ext_ctrl.type == V4L2_CTRL_TYPE_MENU)
|
||||
enumerate_menu(query_ext_ctrl.id);
|
||||
}
|
||||
|
||||
query_ext_ctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
|
||||
}
|
||||
if (errno != EINVAL) {
|
||||
perror("VIDIOC_QUERY_EXT_CTRL");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Example: Enumerating all user controls (old style)
|
||||
==================================================
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
|
||||
memset(&queryctrl, 0, sizeof(queryctrl));
|
||||
|
||||
for (queryctrl.id = V4L2_CID_BASE;
|
||||
@@ -349,7 +397,7 @@ Example: Enumerating all user controls
|
||||
printf("Control %s\\n", queryctrl.name);
|
||||
|
||||
if (queryctrl.type == V4L2_CTRL_TYPE_MENU)
|
||||
enumerate_menu();
|
||||
enumerate_menu(queryctrl.id);
|
||||
} else {
|
||||
if (errno == EINVAL)
|
||||
continue;
|
||||
@@ -368,7 +416,7 @@ Example: Enumerating all user controls
|
||||
printf("Control %s\\n", queryctrl.name);
|
||||
|
||||
if (queryctrl.type == V4L2_CTRL_TYPE_MENU)
|
||||
enumerate_menu();
|
||||
enumerate_menu(queryctrl.id);
|
||||
} else {
|
||||
if (errno == EINVAL)
|
||||
break;
|
||||
@@ -379,32 +427,6 @@ Example: Enumerating all user controls
|
||||
}
|
||||
|
||||
|
||||
Example: Enumerating all user controls (alternative)
|
||||
====================================================
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
memset(&queryctrl, 0, sizeof(queryctrl));
|
||||
|
||||
queryctrl.id = V4L2_CTRL_CLASS_USER | V4L2_CTRL_FLAG_NEXT_CTRL;
|
||||
while (0 == ioctl(fd, VIDIOC_QUERYCTRL, &queryctrl)) {
|
||||
if (V4L2_CTRL_ID2CLASS(queryctrl.id) != V4L2_CTRL_CLASS_USER)
|
||||
break;
|
||||
if (queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)
|
||||
continue;
|
||||
|
||||
printf("Control %s\\n", queryctrl.name);
|
||||
|
||||
if (queryctrl.type == V4L2_CTRL_TYPE_MENU)
|
||||
enumerate_menu();
|
||||
|
||||
queryctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;
|
||||
}
|
||||
if (errno != EINVAL) {
|
||||
perror("VIDIOC_QUERYCTRL");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Example: Changing controls
|
||||
==========================
|
||||
|
||||
|
@@ -26,7 +26,7 @@ parameters
|
||||
The MPEG controls actually support many more codecs than
|
||||
just MPEG. See :ref:`mpeg-controls`.
|
||||
|
||||
Memory-to-memory devices can often be used as a shared resource: you can
|
||||
Memory-to-memory devices function as a shared resource: you can
|
||||
open the video node multiple times, each application setting up their
|
||||
own codec properties that are local to the file handle, and each can use
|
||||
it independently from the others. The driver will arbitrate access to
|
||||
|
@@ -2846,7 +2846,7 @@ JPEG Control IDs
|
||||
input image is sampled, in respect to maximum sample rate in each
|
||||
spatial dimension. See :ref:`itu-t81`, clause A.1.1. for more
|
||||
details. The ``V4L2_CID_JPEG_CHROMA_SUBSAMPLING`` control determines
|
||||
how Cb and Cr components are downsampled after coverting an input
|
||||
how Cb and Cr components are downsampled after converting an input
|
||||
image from RGB to Y'CbCr color space.
|
||||
|
||||
.. tabularcolumns:: |p{7.0cm}|p{10.5cm}|
|
||||
@@ -3017,6 +3017,10 @@ Image Process Control IDs
|
||||
test pattern images. These hardware specific test patterns can be
|
||||
used to test if a device is working properly.
|
||||
|
||||
``V4L2_CID_DEINTERLACING_MODE (menu)``
|
||||
The video deinterlacing mode (such as Bob, Weave, ...). The menu items are
|
||||
driver specific and are documented in :ref:`v4l-drivers`.
|
||||
|
||||
|
||||
.. _dv-controls:
|
||||
|
||||
|
19
Documentation/media/uapi/v4l/hsv-formats.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _hsv-formats:
|
||||
|
||||
***********
|
||||
HSV Formats
|
||||
***********
|
||||
|
||||
These formats store the color information of the image
|
||||
in a geometrical representation. The colors are mapped into a
|
||||
cylinder, where the angle is the HUE, the height is the VALUE
|
||||
and the distance to the center is the SATURATION. This is a very
|
||||
useful format for image segmentation algorithms.
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
pixfmt-packed-hsv
|
@@ -121,6 +121,11 @@ Single-planar format structure
|
||||
- This information supplements the ``colorspace`` and must be set by
|
||||
the driver for capture streams and by the application for output
|
||||
streams, see :ref:`colorspaces`.
|
||||
* - enum :c:type:`v4l2_hsv_encoding`
|
||||
- ``hsv_enc``
|
||||
- This information supplements the ``colorspace`` and must be set by
|
||||
the driver for capture streams and by the application for output
|
||||
streams, see :ref:`colorspaces`.
|
||||
* - enum :c:type:`v4l2_quantization`
|
||||
- ``quantization``
|
||||
- This information supplements the ``colorspace`` and must be set by
|
||||
|
@@ -78,6 +78,11 @@ describing all planes of that format.
|
||||
- This information supplements the ``colorspace`` and must be set by
|
||||
the driver for capture streams and by the application for output
|
||||
streams, see :ref:`colorspaces`.
|
||||
* - enum :c:type:`v4l2_hsv_encoding`
|
||||
- ``hsv_enc``
|
||||
- This information supplements the ``colorspace`` and must be set by
|
||||
the driver for capture streams and by the application for output
|
||||
streams, see :ref:`colorspaces`.
|
||||
* - enum :c:type:`v4l2_quantization`
|
||||
- ``quantization``
|
||||
- This information supplements the ``colorspace`` and must be set by
|
||||
|
@@ -19,9 +19,16 @@ colorspace field of struct :c:type:`v4l2_pix_format`
|
||||
or struct :c:type:`v4l2_pix_format_mplane`
|
||||
needs to be filled in.
|
||||
|
||||
.. note::
|
||||
.. _hsv-colorspace:
|
||||
|
||||
The default R'G'B' quantization is full range for all
|
||||
On :ref:`HSV formats <hsv-formats>` the *Hue* is defined as the angle on
|
||||
the cylindrical color representation. Usually this angle is measured in
|
||||
degrees, i.e. 0-360. When we map this angle value into 8 bits, there are
|
||||
two basic ways to do it: Divide the angular value by 2 (0-179), or use the
|
||||
whole range, 0-255, dividing the angular value by 1.41. The enum
|
||||
:c:type:`v4l2_hsv_encoding` specifies which encoding is used.
|
||||
|
||||
.. note:: The default R'G'B' quantization is full range for all
|
||||
colorspaces except for BT.2020 which uses limited range R'G'B'
|
||||
quantization.
|
||||
|
||||
@@ -123,6 +130,24 @@ needs to be filled in.
|
||||
|
||||
|
||||
|
||||
.. c:type:: v4l2_hsv_encoding
|
||||
|
||||
.. tabularcolumns:: |p{6.5cm}|p{11.0cm}|
|
||||
|
||||
.. flat-table:: V4L2 HSV Encodings
|
||||
:header-rows: 1
|
||||
:stub-columns: 0
|
||||
|
||||
* - Identifier
|
||||
- Details
|
||||
* - ``V4L2_HSV_ENC_180``
|
||||
- For the Hue, each LSB is two degrees.
|
||||
* - ``V4L2_HSV_ENC_256``
|
||||
- For the Hue, the 360 degrees are mapped into 8 bits, i.e. each
|
||||
LSB is roughly 1.41 degrees.
|
||||
|
||||
|
||||
|
||||
.. c:type:: v4l2_quantization
|
||||
|
||||
.. tabularcolumns:: |p{6.5cm}|p{11.0cm}|
|
||||
@@ -136,7 +161,7 @@ needs to be filled in.
|
||||
* - ``V4L2_QUANTIZATION_DEFAULT``
|
||||
- Use the default quantization encoding as defined by the
|
||||
colorspace. This is always full range for R'G'B' (except for the
|
||||
BT.2020 colorspace) and usually limited range for Y'CbCr.
|
||||
BT.2020 colorspace) and HSV. It is usually limited range for Y'CbCr.
|
||||
* - ``V4L2_QUANTIZATION_FULL_RANGE``
|
||||
- Use the full range quantization encoding. I.e. the range [0…1] is
|
||||
mapped to [0…255] (with possible clipping to [1…254] to avoid the
|
||||
|
@@ -85,3 +85,8 @@ Compressed Formats
|
||||
- ``V4L2_PIX_FMT_VP8``
|
||||
- 'VP80'
|
||||
- VP8 video elementary stream.
|
||||
* .. _V4L2-PIX-FMT-VP9:
|
||||
|
||||
- ``V4L2_PIX_FMT_VP9``
|
||||
- 'VP90'
|
||||
- VP9 video elementary stream.
|
||||
|
157
Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst
Normal file
@@ -0,0 +1,157 @@
|
||||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _packed-hsv:
|
||||
|
||||
******************
|
||||
Packed HSV formats
|
||||
******************
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The *hue* (h) is measured in degrees, the equivalence between degrees and LSBs
|
||||
depends on the hsv-encoding used, see :ref:`colorspaces`.
|
||||
The *saturation* (s) and the *value* (v) are measured in percentage of the
|
||||
cylinder: 0 being the smallest value and 255 the maximum.
|
||||
|
||||
|
||||
The values are packed in 24 or 32 bit formats.
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
\newline\begin{adjustbox}{width=\columnwidth}
|
||||
|
||||
.. tabularcolumns:: |p{4.2cm}|p{1.0cm}|p{0.7cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{1.7cm}|
|
||||
|
||||
.. _packed-hsv-formats:
|
||||
|
||||
.. flat-table:: Packed HSV Image Formats
|
||||
:header-rows: 2
|
||||
:stub-columns: 0
|
||||
|
||||
* - Identifier
|
||||
- Code
|
||||
-
|
||||
- :cspan:`7` Byte 0 in memory
|
||||
-
|
||||
- :cspan:`7` Byte 1
|
||||
-
|
||||
- :cspan:`7` Byte 2
|
||||
-
|
||||
- :cspan:`7` Byte 3
|
||||
* -
|
||||
-
|
||||
- Bit
|
||||
- 7
|
||||
- 6
|
||||
- 5
|
||||
- 4
|
||||
- 3
|
||||
- 2
|
||||
- 1
|
||||
- 0
|
||||
-
|
||||
- 7
|
||||
- 6
|
||||
- 5
|
||||
- 4
|
||||
- 3
|
||||
- 2
|
||||
- 1
|
||||
- 0
|
||||
-
|
||||
- 7
|
||||
- 6
|
||||
- 5
|
||||
- 4
|
||||
- 3
|
||||
- 2
|
||||
- 1
|
||||
- 0
|
||||
-
|
||||
- 7
|
||||
- 6
|
||||
- 5
|
||||
- 4
|
||||
- 3
|
||||
- 2
|
||||
- 1
|
||||
- 0
|
||||
* .. _V4L2-PIX-FMT-HSV32:
|
||||
|
||||
- ``V4L2_PIX_FMT_HSV32``
|
||||
- 'HSV4'
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
- h\ :sub:`7`
|
||||
- h\ :sub:`6`
|
||||
- h\ :sub:`5`
|
||||
- h\ :sub:`4`
|
||||
- h\ :sub:`3`
|
||||
- h\ :sub:`2`
|
||||
- h\ :sub:`1`
|
||||
- h\ :sub:`0`
|
||||
-
|
||||
- s\ :sub:`7`
|
||||
- s\ :sub:`6`
|
||||
- s\ :sub:`5`
|
||||
- s\ :sub:`4`
|
||||
- s\ :sub:`3`
|
||||
- s\ :sub:`2`
|
||||
- s\ :sub:`1`
|
||||
- s\ :sub:`0`
|
||||
-
|
||||
- v\ :sub:`7`
|
||||
- v\ :sub:`6`
|
||||
- v\ :sub:`5`
|
||||
- v\ :sub:`4`
|
||||
- v\ :sub:`3`
|
||||
- v\ :sub:`2`
|
||||
- v\ :sub:`1`
|
||||
- v\ :sub:`0`
|
||||
* .. _V4L2-PIX-FMT-HSV24:
|
||||
|
||||
- ``V4L2_PIX_FMT_HSV24``
|
||||
- 'HSV3'
|
||||
-
|
||||
- h\ :sub:`7`
|
||||
- h\ :sub:`6`
|
||||
- h\ :sub:`5`
|
||||
- h\ :sub:`4`
|
||||
- h\ :sub:`3`
|
||||
- h\ :sub:`2`
|
||||
- h\ :sub:`1`
|
||||
- h\ :sub:`0`
|
||||
-
|
||||
- s\ :sub:`7`
|
||||
- s\ :sub:`6`
|
||||
- s\ :sub:`5`
|
||||
- s\ :sub:`4`
|
||||
- s\ :sub:`3`
|
||||
- s\ :sub:`2`
|
||||
- s\ :sub:`1`
|
||||
- s\ :sub:`0`
|
||||
-
|
||||
- v\ :sub:`7`
|
||||
- v\ :sub:`6`
|
||||
- v\ :sub:`5`
|
||||
- v\ :sub:`4`
|
||||
- v\ :sub:`3`
|
||||
- v\ :sub:`2`
|
||||
- v\ :sub:`1`
|
||||
- v\ :sub:`0`
|
||||
-
|
||||
-
|
||||
.. raw:: latex
|
||||
|
||||
\end{adjustbox}\newline\newline
|
||||
|
||||
Bit 7 is the most significant bit.
|
@@ -234,7 +234,15 @@ please make a proposal on the linux-media mailing list.
|
||||
repeated for each line, i.e. the number of entries in the pointer
|
||||
array. Anything what's in between the UYVY lines is JPEG data and
|
||||
should be concatenated to form the JPEG stream.
|
||||
* .. _V4L2-PIX-FMT-MT21C:
|
||||
|
||||
- ``V4L2_PIX_FMT_MT21C``
|
||||
- 'MT21'
|
||||
- Compressed two-planar YVU420 format used by Mediatek MT8173.
|
||||
The compression is lossless.
|
||||
It is an opaque intermediate format and the MDP hardware must be
|
||||
used to convert ``V4L2_PIX_FMT_MT21C`` to ``V4L2_PIX_FMT_NV12M``,
|
||||
``V4L2_PIX_FMT_YUV420M`` or ``V4L2_PIX_FMT_YVU420``.
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
|
||||
|
@@ -12,9 +12,9 @@ RGB Formats
|
||||
|
||||
pixfmt-packed-rgb
|
||||
pixfmt-srggb8
|
||||
pixfmt-sbggr16
|
||||
pixfmt-srggb10
|
||||
pixfmt-srggb10p
|
||||
pixfmt-srggb10alaw8
|
||||
pixfmt-srggb10dpcm8
|
||||
pixfmt-srggb12
|
||||
pixfmt-srggb16
|
||||
|
@@ -28,7 +28,7 @@ bits of each pixel, in the same order.
|
||||
Each n-pixel row contains n/2 green samples and n/2 blue or red samples,
|
||||
with alternating green-red and green-blue rows. They are conventionally
|
||||
described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example
|
||||
of one of these formats:
|
||||
of a small V4L2_PIX_FMT_SBGGR10P image:
|
||||
|
||||
**Byte Order.**
|
||||
Each cell is one byte.
|
||||
|
@@ -26,7 +26,7 @@ high bits filled with zeros. Each n-pixel row contains n/2 green samples
|
||||
and n/2 blue or red samples, with alternating red and blue rows. Bytes
|
||||
are stored in memory in little endian order. They are conventionally
|
||||
described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example
|
||||
of one of these formats:
|
||||
of a small V4L2_PIX_FMT_SBGGR12 image:
|
||||
|
||||
**Byte Order.**
|
||||
Each cell is one byte, the 4 most significant bits in the high bytes are
|
||||
|
@@ -1,21 +1,28 @@
|
||||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _V4L2-PIX-FMT-SBGGR16:
|
||||
.. _V4L2-PIX-FMT-SRGGB16:
|
||||
.. _v4l2-pix-fmt-sbggr16:
|
||||
.. _v4l2-pix-fmt-sgbrg16:
|
||||
.. _v4l2-pix-fmt-sgrbg16:
|
||||
|
||||
*****************************
|
||||
V4L2_PIX_FMT_SBGGR16 ('BYR2')
|
||||
*****************************
|
||||
|
||||
Bayer RGB format
|
||||
***************************************************************************************************************************
|
||||
V4L2_PIX_FMT_SRGGB16 ('RG16'), V4L2_PIX_FMT_SGRBG16 ('GR16'), V4L2_PIX_FMT_SGBRG16 ('GB16'), V4L2_PIX_FMT_SBGGR16 ('BYR2'),
|
||||
***************************************************************************************************************************
|
||||
|
||||
|
||||
16-bit Bayer formats
|
||||
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
This format is similar to
|
||||
:ref:`V4L2_PIX_FMT_SBGGR8 <V4L2-PIX-FMT-SBGGR8>`, except each pixel
|
||||
has a depth of 16 bits. The least significant byte is stored at lower
|
||||
memory addresses (little-endian).
|
||||
These four pixel formats are raw sRGB / Bayer formats with 16 bits per
|
||||
sample. Each sample is stored in a 16-bit word. Each n-pixel row contains
|
||||
n/2 green samples and n/2 blue or red samples, with alternating red and blue
|
||||
rows. Bytes are stored in memory in little endian order. They are
|
||||
conventionally described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is
|
||||
an example of a small V4L2_PIX_FMT_SBGGR16 image:
|
||||
|
||||
**Byte Order.**
|
||||
Each cell is one byte.
|
@@ -20,7 +20,7 @@ These four pixel formats are raw sRGB / Bayer formats with 8 bits per
|
||||
sample. Each sample is stored in a byte. Each n-pixel row contains n/2
|
||||
green samples and n/2 blue or red samples, with alternating red and
|
||||
blue rows. They are conventionally described as GRGR... BGBG...,
|
||||
RGRG... GBGB..., etc. Below is an example of one of these formats:
|
||||
RGRG... GBGB..., etc. Below is an example of a small V4L2_PIX_FMT_SBGGR8 image:
|
||||
|
||||
**Byte Order.**
|
||||
Each cell is one byte.
|
||||
|
@@ -29,6 +29,7 @@ see also :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`.)
|
||||
pixfmt-indexed
|
||||
pixfmt-rgb
|
||||
yuv-formats
|
||||
hsv-formats
|
||||
depth-formats
|
||||
pixfmt-013
|
||||
sdr-formats
|
||||
|
@@ -7,9 +7,9 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="43cm"
|
||||
height="10cm"
|
||||
viewBox="-194 128 844 196"
|
||||
width="42.799767cm"
|
||||
height="9.9348345cm"
|
||||
viewBox="-194 128 840.06984 194.72276"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
@@ -22,6 +22,7 @@
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
@@ -40,23 +41,27 @@
|
||||
inkscape:window-height="997"
|
||||
id="namedview96"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="0.3649199"
|
||||
inkscape:cx="767.29168"
|
||||
inkscape:cy="177.16535"
|
||||
inkscape:cx="764.40286"
|
||||
inkscape:cy="176.91347"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="30"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
x="-8"
|
||||
y="130"
|
||||
width="469.774"
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
x="-9.6002426"
|
||||
y="128.86047"
|
||||
width="469.77399"
|
||||
height="193"
|
||||
id="rect4" />
|
||||
<g
|
||||
id="g6"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-1.1395339)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="4.5"
|
||||
@@ -65,7 +70,7 @@
|
||||
height="104"
|
||||
id="rect8" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a52a2a"
|
||||
style="fill:none;fill-opacity:0;stroke:#a52a2a;stroke-width:2"
|
||||
x="4.5"
|
||||
y="189"
|
||||
width="159"
|
||||
@@ -74,7 +79,7 @@
|
||||
</g>
|
||||
<g
|
||||
id="g12"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-1.1395339)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="63.5"
|
||||
@@ -83,7 +88,7 @@
|
||||
height="77"
|
||||
id="rect14" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#0000ff"
|
||||
style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-width:2"
|
||||
x="63.5"
|
||||
y="211"
|
||||
width="94"
|
||||
@@ -91,223 +96,207 @@
|
||||
id="rect16" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#0000ff;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="74.5"
|
||||
y="227.75"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#0000ff"
|
||||
x="72.899757"
|
||||
y="226.61047"
|
||||
id="text18">
|
||||
<tspan
|
||||
x="74.5"
|
||||
y="227.75"
|
||||
id="tspan20"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">sink</tspan>
|
||||
x="72.899757"
|
||||
y="226.61047"
|
||||
id="tspan20">sink</tspan>
|
||||
<tspan
|
||||
x="74.5"
|
||||
y="243.75"
|
||||
id="tspan22"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">crop</tspan>
|
||||
x="72.899757"
|
||||
y="242.61047"
|
||||
id="tspan22">crop</tspan>
|
||||
<tspan
|
||||
x="74.5"
|
||||
y="259.75"
|
||||
id="tspan24"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">selection</tspan>
|
||||
x="72.899757"
|
||||
y="258.61047"
|
||||
id="tspan24">selection</tspan>
|
||||
</text>
|
||||
<text
|
||||
style="fill:#000000;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="29.5"
|
||||
y="158"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#000000"
|
||||
x="27.899757"
|
||||
y="156.86047"
|
||||
id="text26">
|
||||
<tspan
|
||||
x="29.5"
|
||||
y="158"
|
||||
id="tspan28"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;" />
|
||||
x="27.899757"
|
||||
y="156.86047"
|
||||
id="tspan28" />
|
||||
</text>
|
||||
<text
|
||||
style="fill:#a52a2a;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="8.53836"
|
||||
y="157.914"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#a52a2a"
|
||||
x="6.938117"
|
||||
y="156.77448"
|
||||
id="text30">
|
||||
<tspan
|
||||
x="8.53836"
|
||||
y="157.914"
|
||||
id="tspan32"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">sink media</tspan>
|
||||
x="6.938117"
|
||||
y="156.77448"
|
||||
id="tspan32">sink media</tspan>
|
||||
<tspan
|
||||
x="8.53836"
|
||||
y="173.914"
|
||||
id="tspan34"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">bus format</tspan>
|
||||
x="6.938117"
|
||||
y="172.77448"
|
||||
id="tspan34">bus format</tspan>
|
||||
</text>
|
||||
<text
|
||||
style="fill:#8b6914;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="349.774"
|
||||
y="155"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#8b6914"
|
||||
x="348.17374"
|
||||
y="153.86047"
|
||||
id="text36">
|
||||
<tspan
|
||||
x="349.774"
|
||||
y="155"
|
||||
id="tspan38"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">source media</tspan>
|
||||
x="348.17374"
|
||||
y="153.86047"
|
||||
id="tspan38">source media</tspan>
|
||||
<tspan
|
||||
x="349.774"
|
||||
y="171"
|
||||
id="tspan40"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">bus format</tspan>
|
||||
x="348.17374"
|
||||
y="169.86047"
|
||||
id="tspan40">bus format</tspan>
|
||||
</text>
|
||||
<g
|
||||
id="g42"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-1.1395339)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="350.488"
|
||||
x="350.48801"
|
||||
y="190.834"
|
||||
width="93.2863"
|
||||
width="93.286301"
|
||||
height="75.166"
|
||||
id="rect44" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#8b6914"
|
||||
x="350.488"
|
||||
style="fill:none;fill-opacity:0;stroke:#8b6914;stroke-width:2"
|
||||
x="350.48801"
|
||||
y="190.834"
|
||||
width="93.2863"
|
||||
width="93.286301"
|
||||
height="75.166"
|
||||
id="rect46" />
|
||||
</g>
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="350.488"
|
||||
y1="266"
|
||||
x2="63.5"
|
||||
y2="288"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="348.88776"
|
||||
y1="264.86047"
|
||||
x2="61.899757"
|
||||
y2="286.86047"
|
||||
id="line48" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="350.488"
|
||||
y1="190.834"
|
||||
x2="63.5"
|
||||
y2="211"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="348.88776"
|
||||
y1="189.69447"
|
||||
x2="61.899757"
|
||||
y2="209.86047"
|
||||
id="line50" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="443.774"
|
||||
y1="266"
|
||||
x2="157.5"
|
||||
y2="288"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="442.17374"
|
||||
y1="264.86047"
|
||||
x2="155.89977"
|
||||
y2="286.86047"
|
||||
id="line52" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="443.774"
|
||||
y1="190.834"
|
||||
x2="157.5"
|
||||
y2="211"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="442.17374"
|
||||
y1="189.69447"
|
||||
x2="155.89977"
|
||||
y2="209.86047"
|
||||
id="line54" />
|
||||
<g
|
||||
id="g56"
|
||||
style="">
|
||||
<ellipse
|
||||
transform="translate(-1.6002426,-1.1395339)">
|
||||
<circle
|
||||
style="fill:#ffffff"
|
||||
cx="473.1"
|
||||
cy="219.984"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse58" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="473.1"
|
||||
cy="219.984"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse60" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="473.1"
|
||||
cy="219.984"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse62" />
|
||||
cx="473.10001"
|
||||
cy="219.98399"
|
||||
id="ellipse58"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="473.10001"
|
||||
cy="219.98399"
|
||||
id="ellipse60"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="473.10001"
|
||||
cy="219.98399"
|
||||
id="ellipse62"
|
||||
r="8.5" />
|
||||
</g>
|
||||
<g
|
||||
id="g64"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-1.1395339)">
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
x1="481.6"
|
||||
y1="219.984"
|
||||
x2="637.934"
|
||||
y2="220.012"
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
x1="481.60001"
|
||||
y1="219.98399"
|
||||
x2="637.93402"
|
||||
y2="220.01199"
|
||||
id="line66" />
|
||||
<polygon
|
||||
style="fill:#000000"
|
||||
points="645.434,220.014 635.433,225.012 637.934,220.012 635.435,215.012 "
|
||||
points="635.435,215.012 645.434,220.014 635.433,225.012 637.934,220.012 "
|
||||
id="polygon68" />
|
||||
<polygon
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
points="645.434,220.014 635.433,225.012 637.934,220.012 635.435,215.012 "
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
points="635.435,215.012 645.434,220.014 635.433,225.012 637.934,220.012 "
|
||||
id="polygon70" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#000000;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="506.908"
|
||||
y="209.8"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#000000"
|
||||
x="505.30774"
|
||||
y="208.66048"
|
||||
id="text72">
|
||||
<tspan
|
||||
x="506.908"
|
||||
y="209.8"
|
||||
id="tspan74"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">pad 1 (source)</tspan>
|
||||
x="505.30774"
|
||||
y="208.66048"
|
||||
id="tspan74">pad 1 (source)</tspan>
|
||||
</text>
|
||||
<g
|
||||
id="g76"
|
||||
style="">
|
||||
<ellipse
|
||||
transform="translate(-1.6002426,-1.1395339)">
|
||||
<circle
|
||||
style="fill:#ffffff"
|
||||
cx="-20.3982"
|
||||
cy="241.512"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse78" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="-20.3982"
|
||||
cy="241.512"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse80" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="-20.3982"
|
||||
cy="241.512"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse82" />
|
||||
cx="-20.398199"
|
||||
cy="241.51199"
|
||||
id="ellipse78"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="-20.398199"
|
||||
cy="241.51199"
|
||||
id="ellipse80"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="-20.398199"
|
||||
cy="241.51199"
|
||||
id="ellipse82"
|
||||
r="8.5" />
|
||||
</g>
|
||||
<g
|
||||
id="g84"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-1.1395339)">
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
x1="-192.398"
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
x1="-192.39799"
|
||||
y1="241.8"
|
||||
x2="-38.6343"
|
||||
y2="241.529"
|
||||
y2="241.52901"
|
||||
id="line86" />
|
||||
<polygon
|
||||
style="fill:#000000"
|
||||
points="-31.1343,241.516 -41.1254,246.534 -38.6343,241.529 -41.1431,236.534 "
|
||||
points="-41.1431,236.534 -31.1343,241.516 -41.1254,246.534 -38.6343,241.529 "
|
||||
id="polygon88" />
|
||||
<polygon
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
points="-31.1343,241.516 -41.1254,246.534 -38.6343,241.529 -41.1431,236.534 "
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
points="-41.1431,236.534 -31.1343,241.516 -41.1254,246.534 -38.6343,241.529 "
|
||||
id="polygon90" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#000000;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="-147.858"
|
||||
y="229.8"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#000000"
|
||||
x="-149.45824"
|
||||
y="228.66048"
|
||||
id="text92">
|
||||
<tspan
|
||||
x="-147.858"
|
||||
y="229.8"
|
||||
id="tspan94"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">pad 0 (sink)</tspan>
|
||||
x="-149.45824"
|
||||
y="228.66048"
|
||||
id="tspan94">pad 0 (sink)</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 20 KiB |
@@ -7,9 +7,9 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="59cm"
|
||||
height="17cm"
|
||||
viewBox="-194 128 1179 330"
|
||||
width="58.803326cm"
|
||||
height="16.463955cm"
|
||||
viewBox="-194 128 1175.0698 319.59442"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
@@ -22,6 +22,7 @@
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
@@ -40,23 +41,27 @@
|
||||
inkscape:window-height="997"
|
||||
id="namedview182"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="0.26595857"
|
||||
inkscape:cx="1052.7956"
|
||||
inkscape:cy="301.1811"
|
||||
inkscape:cx="1049.9581"
|
||||
inkscape:cy="292.5708"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="30"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
x="-8"
|
||||
y="130"
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
x="-9.6002426"
|
||||
y="124.14409"
|
||||
width="806"
|
||||
height="327"
|
||||
id="rect4" />
|
||||
<g
|
||||
id="g6"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="4.5"
|
||||
@@ -65,7 +70,7 @@
|
||||
height="104"
|
||||
id="rect8" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a52a2a"
|
||||
style="fill:none;fill-opacity:0;stroke:#a52a2a;stroke-width:2"
|
||||
x="4.5"
|
||||
y="189"
|
||||
width="159"
|
||||
@@ -74,7 +79,7 @@
|
||||
</g>
|
||||
<g
|
||||
id="g12"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="49.5"
|
||||
@@ -83,7 +88,7 @@
|
||||
height="77"
|
||||
id="rect14" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#0000ff"
|
||||
style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-width:2"
|
||||
x="49.5"
|
||||
y="204"
|
||||
width="94"
|
||||
@@ -91,470 +96,445 @@
|
||||
id="rect16" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#0000ff;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="60"
|
||||
y="224"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#0000ff"
|
||||
x="58.399757"
|
||||
y="218.14409"
|
||||
id="text18">
|
||||
<tspan
|
||||
x="60"
|
||||
y="224"
|
||||
id="tspan20"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">sink</tspan>
|
||||
x="58.399757"
|
||||
y="218.14409"
|
||||
id="tspan20">sink</tspan>
|
||||
<tspan
|
||||
x="60"
|
||||
y="240"
|
||||
id="tspan22"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">crop</tspan>
|
||||
x="58.399757"
|
||||
y="234.14409"
|
||||
id="tspan22">crop</tspan>
|
||||
<tspan
|
||||
x="60"
|
||||
y="256"
|
||||
id="tspan24"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">selection</tspan>
|
||||
x="58.399757"
|
||||
y="250.14409"
|
||||
id="tspan24">selection</tspan>
|
||||
</text>
|
||||
<text
|
||||
style="fill:#000000;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="29.5"
|
||||
y="158"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#000000"
|
||||
x="27.899757"
|
||||
y="152.14409"
|
||||
id="text26">
|
||||
<tspan
|
||||
x="29.5"
|
||||
y="158"
|
||||
id="tspan28"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;" />
|
||||
x="27.899757"
|
||||
y="152.14409"
|
||||
id="tspan28" />
|
||||
</text>
|
||||
<text
|
||||
style="fill:#a52a2a;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="8.53836"
|
||||
y="157.914"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#a52a2a"
|
||||
x="6.938117"
|
||||
y="152.05809"
|
||||
id="text30">
|
||||
<tspan
|
||||
x="8.53836"
|
||||
y="157.914"
|
||||
id="tspan32"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">sink media</tspan>
|
||||
x="6.938117"
|
||||
y="152.05809"
|
||||
id="tspan32">sink media</tspan>
|
||||
<tspan
|
||||
x="8.53836"
|
||||
y="173.914"
|
||||
id="tspan34"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">bus format</tspan>
|
||||
x="6.938117"
|
||||
y="168.05809"
|
||||
id="tspan34">bus format</tspan>
|
||||
</text>
|
||||
<g
|
||||
id="g36"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="333.644"
|
||||
y="185.65"
|
||||
x="333.64401"
|
||||
y="185.64999"
|
||||
width="165.2"
|
||||
height="172.478"
|
||||
id="rect38" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#00ff00"
|
||||
x="333.644"
|
||||
y="185.65"
|
||||
style="fill:none;fill-opacity:0;stroke:#00ff00;stroke-width:2"
|
||||
x="333.64401"
|
||||
y="185.64999"
|
||||
width="165.2"
|
||||
height="172.478"
|
||||
id="rect40" />
|
||||
</g>
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="333.644"
|
||||
y1="358.128"
|
||||
x2="49.5"
|
||||
y2="281"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="332.04376"
|
||||
y1="352.27206"
|
||||
x2="47.899757"
|
||||
y2="275.14407"
|
||||
id="line42" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="333.644"
|
||||
y1="185.65"
|
||||
x2="49.5"
|
||||
y2="204"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="332.04376"
|
||||
y1="179.79408"
|
||||
x2="47.899757"
|
||||
y2="198.14409"
|
||||
id="line44" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="498.844"
|
||||
y1="358.128"
|
||||
x2="143.5"
|
||||
y2="281"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="497.24374"
|
||||
y1="352.27206"
|
||||
x2="141.89977"
|
||||
y2="275.14407"
|
||||
id="line46" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="498.844"
|
||||
y1="185.65"
|
||||
x2="143.5"
|
||||
y2="204"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="497.24374"
|
||||
y1="179.79408"
|
||||
x2="141.89977"
|
||||
y2="198.14409"
|
||||
id="line48" />
|
||||
<text
|
||||
style="fill:#00ff00;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="334.704"
|
||||
y="149.442"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#00ff00"
|
||||
x="333.10376"
|
||||
y="143.58609"
|
||||
id="text50">
|
||||
<tspan
|
||||
x="334.704"
|
||||
y="149.442"
|
||||
id="tspan52"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">sink compose</tspan>
|
||||
x="333.10376"
|
||||
y="143.58609"
|
||||
id="tspan52">sink compose</tspan>
|
||||
<tspan
|
||||
x="334.704"
|
||||
y="165.442"
|
||||
id="tspan54"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">selection (scaling)</tspan>
|
||||
x="333.10376"
|
||||
y="159.58609"
|
||||
id="tspan54">selection (scaling)</tspan>
|
||||
</text>
|
||||
<g
|
||||
id="g56"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="382.322"
|
||||
x="382.32199"
|
||||
y="199.565"
|
||||
width="100.186"
|
||||
height="71.4523"
|
||||
height="71.452301"
|
||||
id="rect58" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a020f0"
|
||||
x="382.322"
|
||||
style="fill:none;fill-opacity:0;stroke:#a020f0;stroke-width:2"
|
||||
x="382.32199"
|
||||
y="199.565"
|
||||
width="100.186"
|
||||
height="71.4523"
|
||||
height="71.452301"
|
||||
id="rect60" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#a020f0;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="543.322"
|
||||
y="149.442"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#a020f0"
|
||||
x="541.7218"
|
||||
y="143.58609"
|
||||
id="text62">
|
||||
<tspan
|
||||
x="543.322"
|
||||
y="149.442"
|
||||
id="tspan64"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">source</tspan>
|
||||
x="541.7218"
|
||||
y="143.58609"
|
||||
id="tspan64">source</tspan>
|
||||
<tspan
|
||||
x="543.322"
|
||||
y="165.442"
|
||||
id="tspan66"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">crop</tspan>
|
||||
x="541.7218"
|
||||
y="159.58609"
|
||||
id="tspan66">crop</tspan>
|
||||
<tspan
|
||||
x="543.322"
|
||||
y="181.442"
|
||||
id="tspan68"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">selection</tspan>
|
||||
x="541.7218"
|
||||
y="175.58609"
|
||||
id="tspan68">selection</tspan>
|
||||
</text>
|
||||
<text
|
||||
style="fill:#8b6914;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="691.5"
|
||||
y="157.128"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#8b6914"
|
||||
x="689.89978"
|
||||
y="151.27209"
|
||||
id="text70">
|
||||
<tspan
|
||||
x="691.5"
|
||||
y="157.128"
|
||||
id="tspan72"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">source media</tspan>
|
||||
x="689.89978"
|
||||
y="151.27209"
|
||||
id="tspan72">source media</tspan>
|
||||
<tspan
|
||||
x="691.5"
|
||||
y="173.128"
|
||||
id="tspan74"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">bus format</tspan>
|
||||
x="689.89978"
|
||||
y="167.27209"
|
||||
id="tspan74">bus format</tspan>
|
||||
</text>
|
||||
<g
|
||||
id="g76"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="690.488"
|
||||
x="690.48798"
|
||||
y="225.834"
|
||||
width="100.186"
|
||||
height="71.4523"
|
||||
height="71.452301"
|
||||
id="rect78" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#8b6914"
|
||||
x="690.488"
|
||||
style="fill:none;fill-opacity:0;stroke:#8b6914;stroke-width:2"
|
||||
x="690.48798"
|
||||
y="225.834"
|
||||
width="100.186"
|
||||
height="71.4523"
|
||||
height="71.452301"
|
||||
id="rect80" />
|
||||
</g>
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="690.488"
|
||||
y1="297.286"
|
||||
x2="382.322"
|
||||
y2="271.018"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="688.88776"
|
||||
y1="291.43008"
|
||||
x2="380.72174"
|
||||
y2="265.16208"
|
||||
id="line82" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="690.488"
|
||||
y1="225.834"
|
||||
x2="382.322"
|
||||
y2="199.565"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="688.88776"
|
||||
y1="219.97809"
|
||||
x2="380.72174"
|
||||
y2="193.70909"
|
||||
id="line84" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="790.674"
|
||||
y1="297.286"
|
||||
x2="482.508"
|
||||
y2="271.018"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="789.07379"
|
||||
y1="291.43008"
|
||||
x2="480.90775"
|
||||
y2="265.16208"
|
||||
id="line86" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="790.674"
|
||||
y1="225.834"
|
||||
x2="482.508"
|
||||
y2="199.565"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="789.07379"
|
||||
y1="219.97809"
|
||||
x2="480.90775"
|
||||
y2="193.70909"
|
||||
id="line88" />
|
||||
<g
|
||||
id="g90"
|
||||
style="">
|
||||
<ellipse
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<circle
|
||||
style="fill:#ffffff"
|
||||
cx="808.1"
|
||||
cy="249.984"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse92" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="808.1"
|
||||
cy="249.984"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse94" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="808.1"
|
||||
cy="249.984"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse96" />
|
||||
cx="808.09998"
|
||||
cy="249.98399"
|
||||
id="ellipse92"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="808.09998"
|
||||
cy="249.98399"
|
||||
id="ellipse94"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="808.09998"
|
||||
cy="249.98399"
|
||||
id="ellipse96"
|
||||
r="8.5" />
|
||||
</g>
|
||||
<g
|
||||
id="g98"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
x1="816.6"
|
||||
y1="249.984"
|
||||
x2="972.934"
|
||||
y2="250.012"
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
x1="816.59998"
|
||||
y1="249.98399"
|
||||
x2="972.93402"
|
||||
y2="250.01199"
|
||||
id="line100" />
|
||||
<polygon
|
||||
style="fill:#000000"
|
||||
points="980.434,250.014 970.433,255.012 972.934,250.012 970.435,245.012 "
|
||||
points="970.435,245.012 980.434,250.014 970.433,255.012 972.934,250.012 "
|
||||
id="polygon102" />
|
||||
<polygon
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
points="980.434,250.014 970.433,255.012 972.934,250.012 970.435,245.012 "
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
points="970.435,245.012 980.434,250.014 970.433,255.012 972.934,250.012 "
|
||||
id="polygon104" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#000000;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="841.908"
|
||||
y="239.8"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#000000"
|
||||
x="840.3078"
|
||||
y="233.94409"
|
||||
id="text106">
|
||||
<tspan
|
||||
x="841.908"
|
||||
y="239.8"
|
||||
id="tspan108"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">pad 1 (source)</tspan>
|
||||
x="840.3078"
|
||||
y="233.94409"
|
||||
id="tspan108">pad 1 (source)</tspan>
|
||||
</text>
|
||||
<g
|
||||
id="g110"
|
||||
style="">
|
||||
<ellipse
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<circle
|
||||
style="fill:#ffffff"
|
||||
cx="-20.3982"
|
||||
cy="241.512"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse112" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="-20.3982"
|
||||
cy="241.512"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse114" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="-20.3982"
|
||||
cy="241.512"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse116" />
|
||||
cx="-20.398199"
|
||||
cy="241.51199"
|
||||
id="ellipse112"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="-20.398199"
|
||||
cy="241.51199"
|
||||
id="ellipse114"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="-20.398199"
|
||||
cy="241.51199"
|
||||
id="ellipse116"
|
||||
r="8.5" />
|
||||
</g>
|
||||
<g
|
||||
id="g118"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
x1="-192.398"
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
x1="-192.39799"
|
||||
y1="241.8"
|
||||
x2="-38.6343"
|
||||
y2="241.529"
|
||||
y2="241.52901"
|
||||
id="line120" />
|
||||
<polygon
|
||||
style="fill:#000000"
|
||||
points="-31.1343,241.516 -41.1254,246.534 -38.6343,241.529 -41.1431,236.534 "
|
||||
points="-41.1431,236.534 -31.1343,241.516 -41.1254,246.534 -38.6343,241.529 "
|
||||
id="polygon122" />
|
||||
<polygon
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
points="-31.1343,241.516 -41.1254,246.534 -38.6343,241.529 -41.1431,236.534 "
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
points="-41.1431,236.534 -31.1343,241.516 -41.1254,246.534 -38.6343,241.529 "
|
||||
id="polygon124" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#000000;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="-147.858"
|
||||
y="229.8"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#000000"
|
||||
x="-149.45824"
|
||||
y="223.94409"
|
||||
id="text126">
|
||||
<tspan
|
||||
x="-147.858"
|
||||
y="229.8"
|
||||
id="tspan128"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">pad 0 (sink)</tspan>
|
||||
x="-149.45824"
|
||||
y="223.94409"
|
||||
id="tspan128">pad 0 (sink)</tspan>
|
||||
</text>
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a020f0"
|
||||
x="389.822"
|
||||
y="276.666"
|
||||
style="fill:none;fill-opacity:0;stroke:#a020f0;stroke-width:2"
|
||||
x="388.22174"
|
||||
y="270.81006"
|
||||
width="100.186"
|
||||
height="71.4523"
|
||||
height="71.452301"
|
||||
id="rect130" />
|
||||
<g
|
||||
id="g132"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<rect
|
||||
style="fill:#ffffff"
|
||||
x="689.988"
|
||||
y="345.934"
|
||||
x="689.98798"
|
||||
y="345.93399"
|
||||
width="100.186"
|
||||
height="71.4523"
|
||||
height="71.452301"
|
||||
id="rect134" />
|
||||
<rect
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#8b6914"
|
||||
x="689.988"
|
||||
y="345.934"
|
||||
style="fill:none;fill-opacity:0;stroke:#8b6914;stroke-width:2"
|
||||
x="689.98798"
|
||||
y="345.93399"
|
||||
width="100.186"
|
||||
height="71.4523"
|
||||
height="71.452301"
|
||||
id="rect136" />
|
||||
</g>
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="689.988"
|
||||
y1="417.386"
|
||||
x2="389.822"
|
||||
y2="348.118"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="688.38776"
|
||||
y1="411.53006"
|
||||
x2="388.22174"
|
||||
y2="342.26208"
|
||||
id="line138" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="689.988"
|
||||
y1="345.934"
|
||||
x2="389.822"
|
||||
y2="276.666"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="688.38776"
|
||||
y1="340.07806"
|
||||
x2="388.22174"
|
||||
y2="270.81006"
|
||||
id="line140" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="790.174"
|
||||
y1="417.386"
|
||||
x2="490.008"
|
||||
y2="348.118"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="788.57379"
|
||||
y1="411.53006"
|
||||
x2="488.40775"
|
||||
y2="342.26208"
|
||||
id="line142" />
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke-dasharray:4;stroke:#e60505"
|
||||
x1="790.174"
|
||||
y1="345.934"
|
||||
x2="490.008"
|
||||
y2="276.666"
|
||||
style="fill:none;fill-opacity:0;stroke:#e60505;stroke-width:2;stroke-dasharray:4"
|
||||
x1="788.57379"
|
||||
y1="340.07806"
|
||||
x2="488.40775"
|
||||
y2="270.81006"
|
||||
id="line144" />
|
||||
<g
|
||||
id="g146"
|
||||
style="">
|
||||
<ellipse
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<circle
|
||||
style="fill:#ffffff"
|
||||
cx="805.6"
|
||||
cy="384.084"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse148" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="805.6"
|
||||
cy="384.084"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse150" />
|
||||
<ellipse
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
cx="805.6"
|
||||
cy="384.084"
|
||||
rx="8.5"
|
||||
ry="8.5"
|
||||
id="ellipse152" />
|
||||
cx="805.59998"
|
||||
cy="384.08401"
|
||||
id="ellipse148"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="805.59998"
|
||||
cy="384.08401"
|
||||
id="ellipse150"
|
||||
r="8.5" />
|
||||
<circle
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
cx="805.59998"
|
||||
cy="384.08401"
|
||||
id="ellipse152"
|
||||
r="8.5" />
|
||||
</g>
|
||||
<g
|
||||
id="g154"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
x1="814.1"
|
||||
y1="384.084"
|
||||
x2="970.434"
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
x1="814.09998"
|
||||
y1="384.08401"
|
||||
x2="970.43402"
|
||||
y2="384.112"
|
||||
id="line156" />
|
||||
<polygon
|
||||
style="fill:#000000"
|
||||
points="977.934,384.114 967.933,389.112 970.434,384.112 967.935,379.112 "
|
||||
points="967.935,379.112 977.934,384.114 967.933,389.112 970.434,384.112 "
|
||||
id="polygon158" />
|
||||
<polygon
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#000000"
|
||||
points="977.934,384.114 967.933,389.112 970.434,384.112 967.935,379.112 "
|
||||
style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:2"
|
||||
points="967.935,379.112 977.934,384.114 967.933,389.112 970.434,384.112 "
|
||||
id="polygon160" />
|
||||
</g>
|
||||
<text
|
||||
style="fill:#000000;text-anchor:start;font-size:12.8;font-family:sans-serif;font-style:normal;font-weight:normal;-inkscape-font-specification:sans-serif;font-stretch:normal;font-variant:normal;"
|
||||
x="839.408"
|
||||
y="373.9"
|
||||
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sanserif;text-anchor:start;fill:#000000"
|
||||
x="837.8078"
|
||||
y="368.04407"
|
||||
id="text162">
|
||||
<tspan
|
||||
x="839.408"
|
||||
y="373.9"
|
||||
id="tspan164"
|
||||
style="-inkscape-font-specification:sans-serif;font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;">pad 2 (source)</tspan>
|
||||
x="837.8078"
|
||||
y="368.04407"
|
||||
id="tspan164">pad 2 (source)</tspan>
|
||||
</text>
|
||||
<g
|
||||
id="g166"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a020f0"
|
||||
style="fill:none;fill-opacity:0;stroke:#a020f0;stroke-width:2"
|
||||
x1="546"
|
||||
y1="191"
|
||||
x2="492.157"
|
||||
x2="492.15701"
|
||||
y2="198.263"
|
||||
id="line168" />
|
||||
<polygon
|
||||
style="fill:#a020f0"
|
||||
points="484.724,199.266 493.966,192.974 492.157,198.263 495.303,202.884 "
|
||||
points="495.303,202.884 484.724,199.266 493.966,192.974 492.157,198.263 "
|
||||
id="polygon170" />
|
||||
<polygon
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a020f0"
|
||||
points="484.724,199.266 493.966,192.974 492.157,198.263 495.303,202.884 "
|
||||
style="fill:none;fill-opacity:0;stroke:#a020f0;stroke-width:2"
|
||||
points="495.303,202.884 484.724,199.266 493.966,192.974 492.157,198.263 "
|
||||
id="polygon172" />
|
||||
</g>
|
||||
<g
|
||||
id="g174"
|
||||
style="">
|
||||
transform="translate(-1.6002426,-5.8559115)">
|
||||
<line
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a020f0"
|
||||
x1="546.908"
|
||||
y1="190.725"
|
||||
style="fill:none;fill-opacity:0;stroke:#a020f0;stroke-width:2"
|
||||
x1="546.90802"
|
||||
y1="190.72501"
|
||||
x2="495.383"
|
||||
y2="268.548"
|
||||
id="line176" />
|
||||
<polygon
|
||||
style="fill:#a020f0"
|
||||
points="491.242,274.802 492.594,263.703 495.383,268.548 500.932,269.224 "
|
||||
points="500.932,269.224 491.242,274.802 492.594,263.703 495.383,268.548 "
|
||||
id="polygon178" />
|
||||
<polygon
|
||||
style="fill:none;fill-opacity:0;stroke-width:2;stroke:#a020f0"
|
||||
points="491.242,274.802 492.594,263.703 495.383,268.548 500.932,269.224 "
|
||||
style="fill:none;fill-opacity:0;stroke:#a020f0;stroke-width:2"
|
||||
points="500.932,269.224 491.242,274.802 492.594,263.703 495.383,268.548 "
|
||||
id="polygon180" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
@@ -68,6 +68,10 @@ Authors, in alphabetical order:
|
||||
|
||||
- SDR API.
|
||||
|
||||
- Ribalda, Ricardo
|
||||
|
||||
- Introduce HSV formats and other minor changes.
|
||||
|
||||
- Rubli, Martin
|
||||
|
||||
- Designed and documented the VIDIOC_ENUM_FRAMESIZES and VIDIOC_ENUM_FRAMEINTERVALS ioctls.
|
||||
@@ -89,6 +93,11 @@ part can be used and distributed without restrictions.
|
||||
Revision History
|
||||
****************
|
||||
|
||||
:revision: 4.10 / 2016-07-15 (*rr*)
|
||||
|
||||
Introduce HSV formats.
|
||||
|
||||
|
||||
:revision: 4.5 / 2015-10-29 (*rr*)
|
||||
|
||||
Extend VIDIOC_G_EXT_CTRLS;. Replace ctrl_class with a new union with
|
||||
|
@@ -270,3 +270,14 @@ EBUSY
|
||||
- Some formats like SMPTE-125M have an interlaced signal with a odd
|
||||
total height. For these formats, if this flag is set, the first
|
||||
field has the extra line. Else, it is the second field.
|
||||
* - ``V4L2_DV_FL_HAS_PICTURE_ASPECT``
|
||||
- If set, then the picture_aspect field is valid. Otherwise assume that
|
||||
the pixels are square, so the picture aspect ratio is the same as the
|
||||
width to height ratio.
|
||||
* - ``V4L2_DV_FL_HAS_CEA861_VIC``
|
||||
- If set, then the cea861_vic field is valid and contains the Video
|
||||
Identification Code as per the CEA-861 standard.
|
||||
* - ``V4L2_DV_FL_HAS_HDMI_VIC``
|
||||
- If set, then the hdmi_vic field is valid and contains the Video
|
||||
Identification Code as per the HDMI standard (HDMI Vendor Specific
|
||||
InfoFrame).
|
||||
|
@@ -201,10 +201,10 @@ To change the radio frequency the
|
||||
* - ``V4L2_TUNER_SDR``
|
||||
- 4
|
||||
- Tuner controls the A/D and/or D/A block of a
|
||||
Sofware Digital Radio (SDR)
|
||||
Software Digital Radio (SDR)
|
||||
* - ``V4L2_TUNER_RF``
|
||||
- 5
|
||||
- Tuner controls the RF part of a Sofware Digital Radio (SDR)
|
||||
- Tuner controls the RF part of a Software Digital Radio (SDR)
|
||||
|
||||
|
||||
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
|
||||
|
@@ -1,11 +1,13 @@
|
||||
AU0828 cards list
|
||||
=================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> Unknown board (au0828)
|
||||
1 -> Hauppauge HVR950Q (au0828) [2040:7200,2040:7210,2040:7217,2040:721b,2040:721e,2040:721f,2040:7280,0fd9:0008,2040:7260,2040:7213,2040:7270]
|
||||
2 -> Hauppauge HVR850 (au0828) [2040:7240]
|
||||
3 -> DViCO FusionHDTV USB (au0828) [0fe9:d620]
|
||||
4 -> Hauppauge HVR950Q rev xxF8 (au0828) [2040:7201,2040:7211,2040:7281]
|
||||
5 -> Hauppauge Woodbury (au0828) [05e1:0480,2040:8200]
|
||||
=========== ========================== =======================================================================================================================
|
||||
Card number Card name USB IDs
|
||||
=========== ========================== =======================================================================================================================
|
||||
0 Unknown board
|
||||
1 Hauppauge HVR950Q 2040:7200, 2040:7210, 2040:7217, 2040:721b, 2040:721e, 2040:721f, 2040:7280, 0fd9:0008, 2040:7260, 2040:7213, 2040:7270
|
||||
2 Hauppauge HVR850 2040:7240
|
||||
3 DViCO FusionHDTV USB 0fe9:d620
|
||||
4 Hauppauge HVR950Q rev xxF8 2040:7201, 2040:7211, 2040:7281
|
||||
5 Hauppauge Woodbury 05e1:0480, 2040:8200
|
||||
=========== ========================== =======================================================================================================================
|
||||
|
@@ -1,172 +1,174 @@
|
||||
BTTV cards list
|
||||
===============
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> *** UNKNOWN/GENERIC ***
|
||||
1 -> MIRO PCTV
|
||||
2 -> Hauppauge (bt848)
|
||||
3 -> STB, Gateway P/N 6000699 (bt848)
|
||||
4 -> Intel Create and Share PCI/ Smart Video Recorder III
|
||||
5 -> Diamond DTV2000
|
||||
6 -> AVerMedia TVPhone
|
||||
7 -> MATRIX-Vision MV-Delta
|
||||
8 -> Lifeview FlyVideo II (Bt848) LR26 / MAXI TV Video PCI2 LR26
|
||||
9 -> IMS/IXmicro TurboTV
|
||||
10 -> Hauppauge (bt878) [0070:13eb,0070:3900,2636:10b4]
|
||||
11 -> MIRO PCTV pro
|
||||
12 -> ADS Technologies Channel Surfer TV (bt848)
|
||||
13 -> AVerMedia TVCapture 98 [1461:0002,1461:0004,1461:0300]
|
||||
14 -> Aimslab Video Highway Xtreme (VHX)
|
||||
15 -> Zoltrix TV-Max [a1a0:a0fc]
|
||||
16 -> Prolink Pixelview PlayTV (bt878)
|
||||
17 -> Leadtek WinView 601
|
||||
18 -> AVEC Intercapture
|
||||
19 -> Lifeview FlyVideo II EZ /FlyKit LR38 Bt848 (capture only)
|
||||
20 -> CEI Raffles Card
|
||||
21 -> Lifeview FlyVideo 98/ Lucky Star Image World ConferenceTV LR50
|
||||
22 -> Askey CPH050/ Phoebe Tv Master + FM [14ff:3002]
|
||||
23 -> Modular Technology MM201/MM202/MM205/MM210/MM215 PCTV, bt878 [14c7:0101]
|
||||
24 -> Askey CPH05X/06X (bt878) [many vendors] [144f:3002,144f:3005,144f:5000,14ff:3000]
|
||||
25 -> Terratec TerraTV+ Version 1.0 (Bt848)/ Terra TValue Version 1.0/ Vobis TV-Boostar
|
||||
26 -> Hauppauge WinCam newer (bt878)
|
||||
27 -> Lifeview FlyVideo 98/ MAXI TV Video PCI2 LR50
|
||||
28 -> Terratec TerraTV+ Version 1.1 (bt878) [153b:1127,1852:1852]
|
||||
29 -> Imagenation PXC200 [1295:200a]
|
||||
30 -> Lifeview FlyVideo 98 LR50 [1f7f:1850]
|
||||
31 -> Formac iProTV, Formac ProTV I (bt848)
|
||||
32 -> Intel Create and Share PCI/ Smart Video Recorder III
|
||||
33 -> Terratec TerraTValue Version Bt878 [153b:1117,153b:1118,153b:1119,153b:111a,153b:1134,153b:5018]
|
||||
34 -> Leadtek WinFast 2000/ WinFast 2000 XP [107d:6606,107d:6609,6606:217d,f6ff:fff6]
|
||||
35 -> Lifeview FlyVideo 98 LR50 / Chronos Video Shuttle II [1851:1850,1851:a050]
|
||||
36 -> Lifeview FlyVideo 98FM LR50 / Typhoon TView TV/FM Tuner [1852:1852]
|
||||
37 -> Prolink PixelView PlayTV pro
|
||||
38 -> Askey CPH06X TView99 [144f:3000,144f:a005,a04f:a0fc]
|
||||
39 -> Pinnacle PCTV Studio/Rave [11bd:0012,bd11:1200,bd11:ff00,11bd:ff12]
|
||||
40 -> STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100 [10b4:2636,10b4:2645,121a:3060]
|
||||
41 -> AVerMedia TVPhone 98 [1461:0001,1461:0003]
|
||||
42 -> ProVideo PV951 [aa0c:146c]
|
||||
43 -> Little OnAir TV
|
||||
44 -> Sigma TVII-FM
|
||||
45 -> MATRIX-Vision MV-Delta 2
|
||||
46 -> Zoltrix Genie TV/FM [15b0:4000,15b0:400a,15b0:400d,15b0:4010,15b0:4016]
|
||||
47 -> Terratec TV/Radio+ [153b:1123]
|
||||
48 -> Askey CPH03x/ Dynalink Magic TView
|
||||
49 -> IODATA GV-BCTV3/PCI [10fc:4020]
|
||||
50 -> Prolink PV-BT878P+4E / PixelView PlayTV PAK / Lenco MXTV-9578 CP
|
||||
51 -> Eagle Wireless Capricorn2 (bt878A)
|
||||
52 -> Pinnacle PCTV Studio Pro
|
||||
53 -> Typhoon TView RDS + FM Stereo / KNC1 TV Station RDS
|
||||
54 -> Lifeview FlyVideo 2000 /FlyVideo A2/ Lifetec LT 9415 TV [LR90]
|
||||
55 -> Askey CPH031/ BESTBUY Easy TV
|
||||
56 -> Lifeview FlyVideo 98FM LR50 [a051:41a0]
|
||||
57 -> GrandTec 'Grand Video Capture' (Bt848) [4344:4142]
|
||||
58 -> Askey CPH060/ Phoebe TV Master Only (No FM)
|
||||
59 -> Askey CPH03x TV Capturer
|
||||
60 -> Modular Technology MM100PCTV
|
||||
61 -> AG Electronics GMV1 [15cb:0101]
|
||||
62 -> Askey CPH061/ BESTBUY Easy TV (bt878)
|
||||
63 -> ATI TV-Wonder [1002:0001]
|
||||
64 -> ATI TV-Wonder VE [1002:0003]
|
||||
65 -> Lifeview FlyVideo 2000S LR90
|
||||
66 -> Terratec TValueRadio [153b:1135,153b:ff3b]
|
||||
67 -> IODATA GV-BCTV4/PCI [10fc:4050]
|
||||
68 -> 3Dfx VoodooTV FM (Euro) [10b4:2637]
|
||||
69 -> Active Imaging AIMMS
|
||||
70 -> Prolink Pixelview PV-BT878P+ (Rev.4C,8E)
|
||||
71 -> Lifeview FlyVideo 98EZ (capture only) LR51 [1851:1851]
|
||||
72 -> Prolink Pixelview PV-BT878P+9B (PlayTV Pro rev.9B FM+NICAM) [1554:4011]
|
||||
73 -> Sensoray 311/611 [6000:0311,6000:0611]
|
||||
74 -> RemoteVision MX (RV605)
|
||||
75 -> Powercolor MTV878/ MTV878R/ MTV878F
|
||||
76 -> Canopus WinDVR PCI (COMPAQ Presario 3524JP, 5112JP) [0e11:0079]
|
||||
77 -> GrandTec Multi Capture Card (Bt878)
|
||||
78 -> Jetway TV/Capture JW-TV878-FBK, Kworld KW-TV878RF [0a01:17de]
|
||||
79 -> DSP Design TCVIDEO
|
||||
80 -> Hauppauge WinTV PVR [0070:4500]
|
||||
81 -> IODATA GV-BCTV5/PCI [10fc:4070,10fc:d018]
|
||||
82 -> Osprey 100/150 (878) [0070:ff00]
|
||||
83 -> Osprey 100/150 (848)
|
||||
84 -> Osprey 101 (848)
|
||||
85 -> Osprey 101/151
|
||||
86 -> Osprey 101/151 w/ svid
|
||||
87 -> Osprey 200/201/250/251
|
||||
88 -> Osprey 200/250 [0070:ff01]
|
||||
89 -> Osprey 210/220/230
|
||||
90 -> Osprey 500 [0070:ff02]
|
||||
91 -> Osprey 540 [0070:ff04]
|
||||
92 -> Osprey 2000 [0070:ff03]
|
||||
93 -> IDS Eagle
|
||||
94 -> Pinnacle PCTV Sat [11bd:001c]
|
||||
95 -> Formac ProTV II (bt878)
|
||||
96 -> MachTV
|
||||
97 -> Euresys Picolo
|
||||
98 -> ProVideo PV150 [aa00:1460,aa01:1461,aa02:1462,aa03:1463,aa04:1464,aa05:1465,aa06:1466,aa07:1467]
|
||||
99 -> AD-TVK503
|
||||
100 -> Hercules Smart TV Stereo
|
||||
101 -> Pace TV & Radio Card
|
||||
102 -> IVC-200 [0000:a155,0001:a155,0002:a155,0003:a155,0100:a155,0101:a155,0102:a155,0103:a155,0800:a155,0801:a155,0802:a155,0803:a155]
|
||||
103 -> Grand X-Guard / Trust 814PCI [0304:0102]
|
||||
104 -> Nebula Electronics DigiTV [0071:0101]
|
||||
105 -> ProVideo PV143 [aa00:1430,aa00:1431,aa00:1432,aa00:1433,aa03:1433]
|
||||
106 -> PHYTEC VD-009-X1 VD-011 MiniDIN (bt878)
|
||||
107 -> PHYTEC VD-009-X1 VD-011 Combi (bt878)
|
||||
108 -> PHYTEC VD-009 MiniDIN (bt878)
|
||||
109 -> PHYTEC VD-009 Combi (bt878)
|
||||
110 -> IVC-100 [ff00:a132]
|
||||
111 -> IVC-120G [ff00:a182,ff01:a182,ff02:a182,ff03:a182,ff04:a182,ff05:a182,ff06:a182,ff07:a182,ff08:a182,ff09:a182,ff0a:a182,ff0b:a182,ff0c:a182,ff0d:a182,ff0e:a182,ff0f:a182]
|
||||
112 -> pcHDTV HD-2000 TV [7063:2000]
|
||||
113 -> Twinhan DST + clones [11bd:0026,1822:0001,270f:fc00,1822:0026]
|
||||
114 -> Winfast VC100 [107d:6607]
|
||||
115 -> Teppro TEV-560/InterVision IV-560
|
||||
116 -> SIMUS GVC1100 [aa6a:82b2]
|
||||
117 -> NGS NGSTV+
|
||||
118 -> LMLBT4
|
||||
119 -> Tekram M205 PRO
|
||||
120 -> Conceptronic CONTVFMi
|
||||
121 -> Euresys Picolo Tetra [1805:0105,1805:0106,1805:0107,1805:0108]
|
||||
122 -> Spirit TV Tuner
|
||||
123 -> AVerMedia AVerTV DVB-T 771 [1461:0771]
|
||||
124 -> AverMedia AverTV DVB-T 761 [1461:0761]
|
||||
125 -> MATRIX Vision Sigma-SQ
|
||||
126 -> MATRIX Vision Sigma-SLC
|
||||
127 -> APAC Viewcomp 878(AMAX)
|
||||
128 -> DViCO FusionHDTV DVB-T Lite [18ac:db10,18ac:db11]
|
||||
129 -> V-Gear MyVCD
|
||||
130 -> Super TV Tuner
|
||||
131 -> Tibet Systems 'Progress DVR' CS16
|
||||
132 -> Kodicom 4400R (master)
|
||||
133 -> Kodicom 4400R (slave)
|
||||
134 -> Adlink RTV24
|
||||
135 -> DViCO FusionHDTV 5 Lite [18ac:d500]
|
||||
136 -> Acorp Y878F [9511:1540]
|
||||
137 -> Conceptronic CTVFMi v2 [036e:109e]
|
||||
138 -> Prolink Pixelview PV-BT878P+ (Rev.2E)
|
||||
139 -> Prolink PixelView PlayTV MPEG2 PV-M4900
|
||||
140 -> Osprey 440 [0070:ff07]
|
||||
141 -> Asound Skyeye PCTV
|
||||
142 -> Sabrent TV-FM (bttv version)
|
||||
143 -> Hauppauge ImpactVCB (bt878) [0070:13eb]
|
||||
144 -> MagicTV
|
||||
145 -> SSAI Security Video Interface [4149:5353]
|
||||
146 -> SSAI Ultrasound Video Interface [414a:5353]
|
||||
147 -> VoodooTV 200 (USA) [121a:3000]
|
||||
148 -> DViCO FusionHDTV 2 [dbc0:d200]
|
||||
149 -> Typhoon TV-Tuner PCI (50684)
|
||||
150 -> Geovision GV-600 [008a:763c]
|
||||
151 -> Kozumi KTV-01C
|
||||
152 -> Encore ENL TV-FM-2 [1000:1801]
|
||||
153 -> PHYTEC VD-012 (bt878)
|
||||
154 -> PHYTEC VD-012-X1 (bt878)
|
||||
155 -> PHYTEC VD-012-X2 (bt878)
|
||||
156 -> IVCE-8784 [0000:f050,0001:f050,0002:f050,0003:f050]
|
||||
157 -> Geovision GV-800(S) (master) [800a:763d]
|
||||
158 -> Geovision GV-800(S) (slave) [800b:763d,800c:763d,800d:763d]
|
||||
159 -> ProVideo PV183 [1830:1540,1831:1540,1832:1540,1833:1540,1834:1540,1835:1540,1836:1540,1837:1540]
|
||||
160 -> Tongwei Video Technology TD-3116 [f200:3116]
|
||||
161 -> Aposonic W-DVR [0279:0228]
|
||||
162 -> Adlink MPG24
|
||||
163 -> Bt848 Capture 14MHz
|
||||
164 -> CyberVision CV06 (SV)
|
||||
165 -> Kworld V-Stream Xpert TV PVR878
|
||||
166 -> PCI-8604PW
|
||||
=========== ================================================================================= ==============================================================================================================================================================================
|
||||
Card number Card name PCI IDs
|
||||
=========== ================================================================================= ==============================================================================================================================================================================
|
||||
0 *** UNKNOWN/GENERIC ***
|
||||
1 MIRO PCTV
|
||||
2 Hauppauge (bt848)
|
||||
3 STB, Gateway P/N 6000699 (bt848)
|
||||
4 Intel Create and Share PCI/ Smart Video Recorder III
|
||||
5 Diamond DTV2000
|
||||
6 AVerMedia TVPhone
|
||||
7 MATRIX-Vision MV-Delta
|
||||
8 Lifeview FlyVideo II (Bt848) LR26 / MAXI TV Video PCI2 LR26
|
||||
9 IMS/IXmicro TurboTV
|
||||
10 Hauppauge (bt878) 0070:13eb, 0070:3900, 2636:10b4
|
||||
11 MIRO PCTV pro
|
||||
12 ADS Technologies Channel Surfer TV (bt848)
|
||||
13 AVerMedia TVCapture 98 1461:0002, 1461:0004, 1461:0300
|
||||
14 Aimslab Video Highway Xtreme (VHX)
|
||||
15 Zoltrix TV-Max a1a0:a0fc
|
||||
16 Prolink Pixelview PlayTV (bt878)
|
||||
17 Leadtek WinView 601
|
||||
18 AVEC Intercapture
|
||||
19 Lifeview FlyVideo II EZ /FlyKit LR38 Bt848 (capture only)
|
||||
20 CEI Raffles Card
|
||||
21 Lifeview FlyVideo 98/ Lucky Star Image World ConferenceTV LR50
|
||||
22 Askey CPH050/ Phoebe Tv Master + FM 14ff:3002
|
||||
23 Modular Technology MM201/MM202/MM205/MM210/MM215 PCTV, bt878 14c7:0101
|
||||
24 Askey CPH05X/06X (bt878) [many vendors] 144f:3002, 144f:3005, 144f:5000, 14ff:3000
|
||||
25 Terratec TerraTV+ Version 1.0 (Bt848)/ Terra TValue Version 1.0/ Vobis TV-Boostar
|
||||
26 Hauppauge WinCam newer (bt878)
|
||||
27 Lifeview FlyVideo 98/ MAXI TV Video PCI2 LR50
|
||||
28 Terratec TerraTV+ Version 1.1 (bt878) 153b:1127, 1852:1852
|
||||
29 Imagenation PXC200 1295:200a
|
||||
30 Lifeview FlyVideo 98 LR50 1f7f:1850
|
||||
31 Formac iProTV, Formac ProTV I (bt848)
|
||||
32 Intel Create and Share PCI/ Smart Video Recorder III
|
||||
33 Terratec TerraTValue Version Bt878 153b:1117, 153b:1118, 153b:1119, 153b:111a, 153b:1134, 153b:5018
|
||||
34 Leadtek WinFast 2000/ WinFast 2000 XP 107d:6606, 107d:6609, 6606:217d, f6ff:fff6
|
||||
35 Lifeview FlyVideo 98 LR50 / Chronos Video Shuttle II 1851:1850, 1851:a050
|
||||
36 Lifeview FlyVideo 98FM LR50 / Typhoon TView TV/FM Tuner 1852:1852
|
||||
37 Prolink PixelView PlayTV pro
|
||||
38 Askey CPH06X TView99 144f:3000, 144f:a005, a04f:a0fc
|
||||
39 Pinnacle PCTV Studio/Rave 11bd:0012, bd11:1200, bd11:ff00, 11bd:ff12
|
||||
40 STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100 10b4:2636, 10b4:2645, 121a:3060
|
||||
41 AVerMedia TVPhone 98 1461:0001, 1461:0003
|
||||
42 ProVideo PV951 aa0c:146c
|
||||
43 Little OnAir TV
|
||||
44 Sigma TVII-FM
|
||||
45 MATRIX-Vision MV-Delta 2
|
||||
46 Zoltrix Genie TV/FM 15b0:4000, 15b0:400a, 15b0:400d, 15b0:4010, 15b0:4016
|
||||
47 Terratec TV/Radio+ 153b:1123
|
||||
48 Askey CPH03x/ Dynalink Magic TView
|
||||
49 IODATA GV-BCTV3/PCI 10fc:4020
|
||||
50 Prolink PV-BT878P+4E / PixelView PlayTV PAK / Lenco MXTV-9578 CP
|
||||
51 Eagle Wireless Capricorn2 (bt878A)
|
||||
52 Pinnacle PCTV Studio Pro
|
||||
53 Typhoon TView RDS + FM Stereo / KNC1 TV Station RDS
|
||||
54 Lifeview FlyVideo 2000 /FlyVideo A2/ Lifetec LT 9415 TV [LR90]
|
||||
55 Askey CPH031/ BESTBUY Easy TV
|
||||
56 Lifeview FlyVideo 98FM LR50 a051:41a0
|
||||
57 GrandTec 'Grand Video Capture' (Bt848) 4344:4142
|
||||
58 Askey CPH060/ Phoebe TV Master Only (No FM)
|
||||
59 Askey CPH03x TV Capturer
|
||||
60 Modular Technology MM100PCTV
|
||||
61 AG Electronics GMV1 15cb:0101
|
||||
62 Askey CPH061/ BESTBUY Easy TV (bt878)
|
||||
63 ATI TV-Wonder 1002:0001
|
||||
64 ATI TV-Wonder VE 1002:0003
|
||||
65 Lifeview FlyVideo 2000S LR90
|
||||
66 Terratec TValueRadio 153b:1135, 153b:ff3b
|
||||
67 IODATA GV-BCTV4/PCI 10fc:4050
|
||||
68 3Dfx VoodooTV FM (Euro) 10b4:2637
|
||||
69 Active Imaging AIMMS
|
||||
70 Prolink Pixelview PV-BT878P+ (Rev.4C,8E)
|
||||
71 Lifeview FlyVideo 98EZ (capture only) LR51 1851:1851
|
||||
72 Prolink Pixelview PV-BT878P+9B (PlayTV Pro rev.9B FM+NICAM) 1554:4011
|
||||
73 Sensoray 311/611 6000:0311, 6000:0611
|
||||
74 RemoteVision MX (RV605)
|
||||
75 Powercolor MTV878/ MTV878R/ MTV878F
|
||||
76 Canopus WinDVR PCI (COMPAQ Presario 3524JP, 5112JP) 0e11:0079
|
||||
77 GrandTec Multi Capture Card (Bt878)
|
||||
78 Jetway TV/Capture JW-TV878-FBK, Kworld KW-TV878RF 0a01:17de
|
||||
79 DSP Design TCVIDEO
|
||||
80 Hauppauge WinTV PVR 0070:4500
|
||||
81 IODATA GV-BCTV5/PCI 10fc:4070, 10fc:d018
|
||||
82 Osprey 100/150 (878) 0070:ff00
|
||||
83 Osprey 100/150 (848)
|
||||
84 Osprey 101 (848)
|
||||
85 Osprey 101/151
|
||||
86 Osprey 101/151 w/ svid
|
||||
87 Osprey 200/201/250/251
|
||||
88 Osprey 200/250 0070:ff01
|
||||
89 Osprey 210/220/230
|
||||
90 Osprey 500 0070:ff02
|
||||
91 Osprey 540 0070:ff04
|
||||
92 Osprey 2000 0070:ff03
|
||||
93 IDS Eagle
|
||||
94 Pinnacle PCTV Sat 11bd:001c
|
||||
95 Formac ProTV II (bt878)
|
||||
96 MachTV
|
||||
97 Euresys Picolo
|
||||
98 ProVideo PV150 aa00:1460, aa01:1461, aa02:1462, aa03:1463, aa04:1464, aa05:1465, aa06:1466, aa07:1467
|
||||
99 AD-TVK503
|
||||
100 Hercules Smart TV Stereo
|
||||
101 Pace TV & Radio Card
|
||||
102 IVC-200 0000:a155, 0001:a155, 0002:a155, 0003:a155, 0100:a155, 0101:a155, 0102:a155, 0103:a155, 0800:a155, 0801:a155, 0802:a155, 0803:a155
|
||||
103 Grand X-Guard / Trust 814PCI 0304:0102
|
||||
104 Nebula Electronics DigiTV 0071:0101
|
||||
105 ProVideo PV143 aa00:1430, aa00:1431, aa00:1432, aa00:1433, aa03:1433
|
||||
106 PHYTEC VD-009-X1 VD-011 MiniDIN (bt878)
|
||||
107 PHYTEC VD-009-X1 VD-011 Combi (bt878)
|
||||
108 PHYTEC VD-009 MiniDIN (bt878)
|
||||
109 PHYTEC VD-009 Combi (bt878)
|
||||
110 IVC-100 ff00:a132
|
||||
111 IVC-120G ff00:a182, ff01:a182, ff02:a182, ff03:a182, ff04:a182, ff05:a182, ff06:a182, ff07:a182, ff08:a182, ff09:a182, ff0a:a182, ff0b:a182, ff0c:a182, ff0d:a182, ff0e:a182, ff0f:a182
|
||||
112 pcHDTV HD-2000 TV 7063:2000
|
||||
113 Twinhan DST + clones 11bd:0026, 1822:0001, 270f:fc00, 1822:0026
|
||||
114 Winfast VC100 107d:6607
|
||||
115 Teppro TEV-560/InterVision IV-560
|
||||
116 SIMUS GVC1100 aa6a:82b2
|
||||
117 NGS NGSTV+
|
||||
118 LMLBT4
|
||||
119 Tekram M205 PRO
|
||||
120 Conceptronic CONTVFMi
|
||||
121 Euresys Picolo Tetra 1805:0105, 1805:0106, 1805:0107, 1805:0108
|
||||
122 Spirit TV Tuner
|
||||
123 AVerMedia AVerTV DVB-T 771 1461:0771
|
||||
124 AverMedia AverTV DVB-T 761 1461:0761
|
||||
125 MATRIX Vision Sigma-SQ
|
||||
126 MATRIX Vision Sigma-SLC
|
||||
127 APAC Viewcomp 878(AMAX)
|
||||
128 DViCO FusionHDTV DVB-T Lite 18ac:db10, 18ac:db11
|
||||
129 V-Gear MyVCD
|
||||
130 Super TV Tuner
|
||||
131 Tibet Systems 'Progress DVR' CS16
|
||||
132 Kodicom 4400R (master)
|
||||
133 Kodicom 4400R (slave)
|
||||
134 Adlink RTV24
|
||||
135 DViCO FusionHDTV 5 Lite 18ac:d500
|
||||
136 Acorp Y878F 9511:1540
|
||||
137 Conceptronic CTVFMi v2 036e:109e
|
||||
138 Prolink Pixelview PV-BT878P+ (Rev.2E)
|
||||
139 Prolink PixelView PlayTV MPEG2 PV-M4900
|
||||
140 Osprey 440 0070:ff07
|
||||
141 Asound Skyeye PCTV
|
||||
142 Sabrent TV-FM (bttv version)
|
||||
143 Hauppauge ImpactVCB (bt878) 0070:13eb
|
||||
144 MagicTV
|
||||
145 SSAI Security Video Interface 4149:5353
|
||||
146 SSAI Ultrasound Video Interface 414a:5353
|
||||
147 VoodooTV 200 (USA) 121a:3000
|
||||
148 DViCO FusionHDTV 2 dbc0:d200
|
||||
149 Typhoon TV-Tuner PCI (50684)
|
||||
150 Geovision GV-600 008a:763c
|
||||
151 Kozumi KTV-01C
|
||||
152 Encore ENL TV-FM-2 1000:1801
|
||||
153 PHYTEC VD-012 (bt878)
|
||||
154 PHYTEC VD-012-X1 (bt878)
|
||||
155 PHYTEC VD-012-X2 (bt878)
|
||||
156 IVCE-8784 0000:f050, 0001:f050, 0002:f050, 0003:f050
|
||||
157 Geovision GV-800(S) (master) 800a:763d
|
||||
158 Geovision GV-800(S) (slave) 800b:763d, 800c:763d, 800d:763d
|
||||
159 ProVideo PV183 1830:1540, 1831:1540, 1832:1540, 1833:1540, 1834:1540, 1835:1540, 1836:1540, 1837:1540
|
||||
160 Tongwei Video Technology TD-3116 f200:3116
|
||||
161 Aposonic W-DVR 0279:0228
|
||||
162 Adlink MPG24
|
||||
163 Bt848 Capture 14MHz
|
||||
164 CyberVision CV06 (SV)
|
||||
165 Kworld V-Stream Xpert TV PVR878
|
||||
166 PCI-8604PW
|
||||
=========== ================================================================================= ==============================================================================================================================================================================
|
||||
|
@@ -1,63 +1,65 @@
|
||||
cx23885 cards list
|
||||
==================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> UNKNOWN/GENERIC [0070:3400]
|
||||
1 -> Hauppauge WinTV-HVR1800lp [0070:7600]
|
||||
2 -> Hauppauge WinTV-HVR1800 [0070:7800,0070:7801,0070:7809]
|
||||
3 -> Hauppauge WinTV-HVR1250 [0070:7911]
|
||||
4 -> DViCO FusionHDTV5 Express [18ac:d500]
|
||||
5 -> Hauppauge WinTV-HVR1500Q [0070:7790,0070:7797]
|
||||
6 -> Hauppauge WinTV-HVR1500 [0070:7710,0070:7717]
|
||||
7 -> Hauppauge WinTV-HVR1200 [0070:71d1,0070:71d3]
|
||||
8 -> Hauppauge WinTV-HVR1700 [0070:8101]
|
||||
9 -> Hauppauge WinTV-HVR1400 [0070:8010]
|
||||
10 -> DViCO FusionHDTV7 Dual Express [18ac:d618]
|
||||
11 -> DViCO FusionHDTV DVB-T Dual Express [18ac:db78]
|
||||
12 -> Leadtek Winfast PxDVR3200 H [107d:6681]
|
||||
13 -> Compro VideoMate E650F [185b:e800]
|
||||
14 -> TurboSight TBS 6920 [6920:8888]
|
||||
15 -> TeVii S470 [d470:9022]
|
||||
16 -> DVBWorld DVB-S2 2005 [0001:2005]
|
||||
17 -> NetUP Dual DVB-S2 CI [1b55:2a2c]
|
||||
18 -> Hauppauge WinTV-HVR1270 [0070:2211]
|
||||
19 -> Hauppauge WinTV-HVR1275 [0070:2215,0070:221d,0070:22f2]
|
||||
20 -> Hauppauge WinTV-HVR1255 [0070:2251,0070:22f1]
|
||||
21 -> Hauppauge WinTV-HVR1210 [0070:2291,0070:2295,0070:2299,0070:229d,0070:22f0,0070:22f3,0070:22f4,0070:22f5]
|
||||
22 -> Mygica X8506 DMB-TH [14f1:8651]
|
||||
23 -> Magic-Pro ProHDTV Extreme 2 [14f1:8657]
|
||||
24 -> Hauppauge WinTV-HVR1850 [0070:8541]
|
||||
25 -> Compro VideoMate E800 [1858:e800]
|
||||
26 -> Hauppauge WinTV-HVR1290 [0070:8551]
|
||||
27 -> Mygica X8558 PRO DMB-TH [14f1:8578]
|
||||
28 -> LEADTEK WinFast PxTV1200 [107d:6f22]
|
||||
29 -> GoTView X5 3D Hybrid [5654:2390]
|
||||
30 -> NetUP Dual DVB-T/C-CI RF [1b55:e2e4]
|
||||
31 -> Leadtek Winfast PxDVR3200 H XC4000 [107d:6f39]
|
||||
32 -> MPX-885
|
||||
33 -> Mygica X8502/X8507 ISDB-T [14f1:8502]
|
||||
34 -> TerraTec Cinergy T PCIe Dual [153b:117e]
|
||||
35 -> TeVii S471 [d471:9022]
|
||||
36 -> Hauppauge WinTV-HVR1255 [0070:2259]
|
||||
37 -> Prof Revolution DVB-S2 8000 [8000:3034]
|
||||
38 -> Hauppauge WinTV-HVR4400/HVR5500 [0070:c108,0070:c138,0070:c1f8]
|
||||
39 -> AVerTV Hybrid Express Slim HC81R [1461:d939]
|
||||
40 -> TurboSight TBS 6981 [6981:8888]
|
||||
41 -> TurboSight TBS 6980 [6980:8888]
|
||||
42 -> Leadtek Winfast PxPVR2200 [107d:6f21]
|
||||
43 -> Hauppauge ImpactVCB-e [0070:7133]
|
||||
44 -> DViCO FusionHDTV DVB-T Dual Express2 [18ac:db98]
|
||||
45 -> DVBSky T9580 [4254:9580]
|
||||
46 -> DVBSky T980C [4254:980c]
|
||||
47 -> DVBSky S950C [4254:950c]
|
||||
48 -> Technotrend TT-budget CT2-4500 CI [13c2:3013]
|
||||
49 -> DVBSky S950 [4254:0950]
|
||||
50 -> DVBSky S952 [4254:0952]
|
||||
51 -> DVBSky T982 [4254:0982]
|
||||
52 -> Hauppauge WinTV-HVR5525 [0070:f038]
|
||||
53 -> Hauppauge WinTV Starburst [0070:c12a]
|
||||
54 -> ViewCast 260e [1576:0260]
|
||||
55 -> ViewCast 460e [1576:0460]
|
||||
56 -> Hauppauge WinTV-QuadHD-DVB [0070:6a28,0070:6b28]
|
||||
57 -> Hauppauge WinTV-QuadHD-ATSC [0070:6a18,0070:6b18]
|
||||
=========== ==================================== ======================================================================================
|
||||
Card number Card name PCI IDs
|
||||
=========== ==================================== ======================================================================================
|
||||
0 UNKNOWN/GENERIC 0070:3400
|
||||
1 Hauppauge WinTV-HVR1800lp 0070:7600
|
||||
2 Hauppauge WinTV-HVR1800 0070:7800, 0070:7801, 0070:7809
|
||||
3 Hauppauge WinTV-HVR1250 0070:7911
|
||||
4 DViCO FusionHDTV5 Express 18ac:d500
|
||||
5 Hauppauge WinTV-HVR1500Q 0070:7790, 0070:7797
|
||||
6 Hauppauge WinTV-HVR1500 0070:7710, 0070:7717
|
||||
7 Hauppauge WinTV-HVR1200 0070:71d1, 0070:71d3
|
||||
8 Hauppauge WinTV-HVR1700 0070:8101
|
||||
9 Hauppauge WinTV-HVR1400 0070:8010
|
||||
10 DViCO FusionHDTV7 Dual Express 18ac:d618
|
||||
11 DViCO FusionHDTV DVB-T Dual Express 18ac:db78
|
||||
12 Leadtek Winfast PxDVR3200 H 107d:6681
|
||||
13 Compro VideoMate E650F 185b:e800
|
||||
14 TurboSight TBS 6920 6920:8888
|
||||
15 TeVii S470 d470:9022
|
||||
16 DVBWorld DVB-S2 2005 0001:2005
|
||||
17 NetUP Dual DVB-S2 CI 1b55:2a2c
|
||||
18 Hauppauge WinTV-HVR1270 0070:2211
|
||||
19 Hauppauge WinTV-HVR1275 0070:2215, 0070:221d, 0070:22f2
|
||||
20 Hauppauge WinTV-HVR1255 0070:2251, 0070:22f1
|
||||
21 Hauppauge WinTV-HVR1210 0070:2291, 0070:2295, 0070:2299, 0070:229d, 0070:22f0, 0070:22f3, 0070:22f4, 0070:22f5
|
||||
22 Mygica X8506 DMB-TH 14f1:8651
|
||||
23 Magic-Pro ProHDTV Extreme 2 14f1:8657
|
||||
24 Hauppauge WinTV-HVR1850 0070:8541
|
||||
25 Compro VideoMate E800 1858:e800
|
||||
26 Hauppauge WinTV-HVR1290 0070:8551
|
||||
27 Mygica X8558 PRO DMB-TH 14f1:8578
|
||||
28 LEADTEK WinFast PxTV1200 107d:6f22
|
||||
29 GoTView X5 3D Hybrid 5654:2390
|
||||
30 NetUP Dual DVB-T/C-CI RF 1b55:e2e4
|
||||
31 Leadtek Winfast PxDVR3200 H XC4000 107d:6f39
|
||||
32 MPX-885
|
||||
33 Mygica X8502/X8507 ISDB-T 14f1:8502
|
||||
34 TerraTec Cinergy T PCIe Dual 153b:117e
|
||||
35 TeVii S471 d471:9022
|
||||
36 Hauppauge WinTV-HVR1255 0070:2259
|
||||
37 Prof Revolution DVB-S2 8000 8000:3034
|
||||
38 Hauppauge WinTV-HVR4400/HVR5500 0070:c108, 0070:c138, 0070:c1f8
|
||||
39 AVerTV Hybrid Express Slim HC81R 1461:d939
|
||||
40 TurboSight TBS 6981 6981:8888
|
||||
41 TurboSight TBS 6980 6980:8888
|
||||
42 Leadtek Winfast PxPVR2200 107d:6f21
|
||||
43 Hauppauge ImpactVCB-e 0070:7133
|
||||
44 DViCO FusionHDTV DVB-T Dual Express2 18ac:db98
|
||||
45 DVBSky T9580 4254:9580
|
||||
46 DVBSky T980C 4254:980c
|
||||
47 DVBSky S950C 4254:950c
|
||||
48 Technotrend TT-budget CT2-4500 CI 13c2:3013
|
||||
49 DVBSky S950 4254:0950
|
||||
50 DVBSky S952 4254:0952
|
||||
51 DVBSky T982 4254:0982
|
||||
52 Hauppauge WinTV-HVR5525 0070:f038
|
||||
53 Hauppauge WinTV Starburst 0070:c12a
|
||||
54 ViewCast 260e 1576:0260
|
||||
55 ViewCast 460e 1576:0460
|
||||
56 Hauppauge WinTV-QuadHD-DVB 0070:6a28, 0070:6b28
|
||||
57 Hauppauge WinTV-QuadHD-ATSC 0070:6a18, 0070:6b18
|
||||
=========== ==================================== ======================================================================================
|
||||
|
@@ -1,96 +1,98 @@
|
||||
CX88 cards list
|
||||
===============
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> UNKNOWN/GENERIC
|
||||
1 -> Hauppauge WinTV 34xxx models [0070:3400,0070:3401]
|
||||
2 -> GDI Black Gold [14c7:0106,14c7:0107]
|
||||
3 -> PixelView [1554:4811]
|
||||
4 -> ATI TV Wonder Pro [1002:00f8,1002:00f9]
|
||||
5 -> Leadtek Winfast 2000XP Expert [107d:6611,107d:6613]
|
||||
6 -> AverTV Studio 303 (M126) [1461:000b]
|
||||
7 -> MSI TV-@nywhere Master [1462:8606]
|
||||
8 -> Leadtek Winfast DV2000 [107d:6620,107d:6621]
|
||||
9 -> Leadtek PVR 2000 [107d:663b,107d:663c,107d:6632,107d:6630,107d:6638,107d:6631,107d:6637,107d:663d]
|
||||
10 -> IODATA GV-VCP3/PCI [10fc:d003]
|
||||
11 -> Prolink PlayTV PVR
|
||||
12 -> ASUS PVR-416 [1043:4823,1461:c111]
|
||||
13 -> MSI TV-@nywhere
|
||||
14 -> KWorld/VStream XPert DVB-T [17de:08a6]
|
||||
15 -> DViCO FusionHDTV DVB-T1 [18ac:db00]
|
||||
16 -> KWorld LTV883RF
|
||||
17 -> DViCO FusionHDTV 3 Gold-Q [18ac:d810,18ac:d800]
|
||||
18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001,0070:9000]
|
||||
19 -> Conexant DVB-T reference design [14f1:0187]
|
||||
20 -> Provideo PV259 [1540:2580]
|
||||
21 -> DViCO FusionHDTV DVB-T Plus [18ac:db10,18ac:db11]
|
||||
22 -> pcHDTV HD3000 HDTV [7063:3000]
|
||||
23 -> digitalnow DNTV Live! DVB-T [17de:a8a6]
|
||||
24 -> Hauppauge WinTV 28xxx (Roslyn) models [0070:2801]
|
||||
25 -> Digital-Logic MICROSPACE Entertainment Center (MEC) [14f1:0342]
|
||||
26 -> IODATA GV/BCTV7E [10fc:d035]
|
||||
27 -> PixelView PlayTV Ultra Pro (Stereo)
|
||||
28 -> DViCO FusionHDTV 3 Gold-T [18ac:d820]
|
||||
29 -> ADS Tech Instant TV DVB-T PCI [1421:0334]
|
||||
30 -> TerraTec Cinergy 1400 DVB-T [153b:1166]
|
||||
31 -> DViCO FusionHDTV 5 Gold [18ac:d500]
|
||||
32 -> AverMedia UltraTV Media Center PCI 550 [1461:8011]
|
||||
33 -> Kworld V-Stream Xpert DVD
|
||||
34 -> ATI HDTV Wonder [1002:a101]
|
||||
35 -> WinFast DTV1000-T [107d:665f]
|
||||
36 -> AVerTV 303 (M126) [1461:000a]
|
||||
37 -> Hauppauge Nova-S-Plus DVB-S [0070:9201,0070:9202]
|
||||
38 -> Hauppauge Nova-SE2 DVB-S [0070:9200]
|
||||
39 -> KWorld DVB-S 100 [17de:08b2,1421:0341]
|
||||
40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid [0070:9400,0070:9402]
|
||||
41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile) [0070:9800,0070:9802]
|
||||
42 -> digitalnow DNTV Live! DVB-T Pro [1822:0025,1822:0019]
|
||||
43 -> KWorld/VStream XPert DVB-T with cx22702 [17de:08a1,12ab:2300]
|
||||
44 -> DViCO FusionHDTV DVB-T Dual Digital [18ac:db50,18ac:db54]
|
||||
45 -> KWorld HardwareMpegTV XPert [17de:0840,1421:0305]
|
||||
46 -> DViCO FusionHDTV DVB-T Hybrid [18ac:db40,18ac:db44]
|
||||
47 -> pcHDTV HD5500 HDTV [7063:5500]
|
||||
48 -> Kworld MCE 200 Deluxe [17de:0841]
|
||||
49 -> PixelView PlayTV P7000 [1554:4813]
|
||||
50 -> NPG Tech Real TV FM Top 10 [14f1:0842]
|
||||
51 -> WinFast DTV2000 H [107d:665e]
|
||||
52 -> Geniatech DVB-S [14f1:0084]
|
||||
53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T [0070:1404,0070:1400,0070:1401,0070:1402]
|
||||
54 -> Norwood Micro TV Tuner
|
||||
55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM [c180:c980]
|
||||
56 -> Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [0070:9600,0070:9601,0070:9602]
|
||||
57 -> ADS Tech Instant Video PCI [1421:0390]
|
||||
58 -> Pinnacle PCTV HD 800i [11bd:0051]
|
||||
59 -> DViCO FusionHDTV 5 PCI nano [18ac:d530]
|
||||
60 -> Pinnacle Hybrid PCTV [12ab:1788]
|
||||
61 -> Leadtek TV2000 XP Global [107d:6f18,107d:6618,107d:6619]
|
||||
62 -> PowerColor RA330 [14f1:ea3d]
|
||||
63 -> Geniatech X8000-MT DVBT [14f1:8852]
|
||||
64 -> DViCO FusionHDTV DVB-T PRO [18ac:db30]
|
||||
65 -> DViCO FusionHDTV 7 Gold [18ac:d610]
|
||||
66 -> Prolink Pixelview MPEG 8000GT [1554:4935]
|
||||
67 -> Kworld PlusTV HD PCI 120 (ATSC 120) [17de:08c1]
|
||||
68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [0070:6900,0070:6904,0070:6902]
|
||||
69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 [0070:6905,0070:6906]
|
||||
70 -> TeVii S460 DVB-S/S2 [d460:9022]
|
||||
71 -> Omicom SS4 DVB-S/S2 PCI [A044:2011]
|
||||
72 -> TBS 8920 DVB-S/S2 [8920:8888]
|
||||
73 -> TeVii S420 DVB-S [d420:9022]
|
||||
74 -> Prolink Pixelview Global Extreme [1554:4976]
|
||||
75 -> PROF 7300 DVB-S/S2 [B033:3033]
|
||||
76 -> SATTRADE ST4200 DVB-S/S2 [b200:4200]
|
||||
77 -> TBS 8910 DVB-S [8910:8888]
|
||||
78 -> Prof 6200 DVB-S [b022:3022]
|
||||
79 -> Terratec Cinergy HT PCI MKII [153b:1177]
|
||||
80 -> Hauppauge WinTV-IR Only [0070:9290]
|
||||
81 -> Leadtek WinFast DTV1800 Hybrid [107d:6654]
|
||||
82 -> WinFast DTV2000 H rev. J [107d:6f2b]
|
||||
83 -> Prof 7301 DVB-S/S2 [b034:3034]
|
||||
84 -> Samsung SMT 7020 DVB-S [18ac:dc00,18ac:dccd]
|
||||
85 -> Twinhan VP-1027 DVB-S [1822:0023]
|
||||
86 -> TeVii S464 DVB-S/S2 [d464:9022]
|
||||
87 -> Leadtek WinFast DTV2000 H PLUS [107d:6f42]
|
||||
88 -> Leadtek WinFast DTV1800 H (XC4000) [107d:6f38]
|
||||
89 -> Leadtek TV2000 XP Global (SC4100) [107d:6f36]
|
||||
90 -> Leadtek TV2000 XP Global (XC4100) [107d:6f43]
|
||||
=========== =================================================== ======================================================================================
|
||||
Card number Card name PCI IDs
|
||||
=========== =================================================== ======================================================================================
|
||||
0 UNKNOWN/GENERIC
|
||||
1 Hauppauge WinTV 34xxx models 0070:3400, 0070:3401
|
||||
2 GDI Black Gold 14c7:0106, 14c7:0107
|
||||
3 PixelView 1554:4811
|
||||
4 ATI TV Wonder Pro 1002:00f8, 1002:00f9
|
||||
5 Leadtek Winfast 2000XP Expert 107d:6611, 107d:6613
|
||||
6 AverTV Studio 303 (M126) 1461:000b
|
||||
7 MSI TV-@nywhere Master 1462:8606
|
||||
8 Leadtek Winfast DV2000 107d:6620, 107d:6621
|
||||
9 Leadtek PVR 2000 107d:663b, 107d:663c, 107d:6632, 107d:6630, 107d:6638, 107d:6631, 107d:6637, 107d:663d
|
||||
10 IODATA GV-VCP3/PCI 10fc:d003
|
||||
11 Prolink PlayTV PVR
|
||||
12 ASUS PVR-416 1043:4823, 1461:c111
|
||||
13 MSI TV-@nywhere
|
||||
14 KWorld/VStream XPert DVB-T 17de:08a6
|
||||
15 DViCO FusionHDTV DVB-T1 18ac:db00
|
||||
16 KWorld LTV883RF
|
||||
17 DViCO FusionHDTV 3 Gold-Q 18ac:d810, 18ac:d800
|
||||
18 Hauppauge Nova-T DVB-T 0070:9002, 0070:9001, 0070:9000
|
||||
19 Conexant DVB-T reference design 14f1:0187
|
||||
20 Provideo PV259 1540:2580
|
||||
21 DViCO FusionHDTV DVB-T Plus 18ac:db10, 18ac:db11
|
||||
22 pcHDTV HD3000 HDTV 7063:3000
|
||||
23 digitalnow DNTV Live! DVB-T 17de:a8a6
|
||||
24 Hauppauge WinTV 28xxx (Roslyn) models 0070:2801
|
||||
25 Digital-Logic MICROSPACE Entertainment Center (MEC) 14f1:0342
|
||||
26 IODATA GV/BCTV7E 10fc:d035
|
||||
27 PixelView PlayTV Ultra Pro (Stereo)
|
||||
28 DViCO FusionHDTV 3 Gold-T 18ac:d820
|
||||
29 ADS Tech Instant TV DVB-T PCI 1421:0334
|
||||
30 TerraTec Cinergy 1400 DVB-T 153b:1166
|
||||
31 DViCO FusionHDTV 5 Gold 18ac:d500
|
||||
32 AverMedia UltraTV Media Center PCI 550 1461:8011
|
||||
33 Kworld V-Stream Xpert DVD
|
||||
34 ATI HDTV Wonder 1002:a101
|
||||
35 WinFast DTV1000-T 107d:665f
|
||||
36 AVerTV 303 (M126) 1461:000a
|
||||
37 Hauppauge Nova-S-Plus DVB-S 0070:9201, 0070:9202
|
||||
38 Hauppauge Nova-SE2 DVB-S 0070:9200
|
||||
39 KWorld DVB-S 100 17de:08b2, 1421:0341
|
||||
40 Hauppauge WinTV-HVR1100 DVB-T/Hybrid 0070:9400, 0070:9402
|
||||
41 Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile) 0070:9800, 0070:9802
|
||||
42 digitalnow DNTV Live! DVB-T Pro 1822:0025, 1822:0019
|
||||
43 KWorld/VStream XPert DVB-T with cx22702 17de:08a1, 12ab:2300
|
||||
44 DViCO FusionHDTV DVB-T Dual Digital 18ac:db50, 18ac:db54
|
||||
45 KWorld HardwareMpegTV XPert 17de:0840, 1421:0305
|
||||
46 DViCO FusionHDTV DVB-T Hybrid 18ac:db40, 18ac:db44
|
||||
47 pcHDTV HD5500 HDTV 7063:5500
|
||||
48 Kworld MCE 200 Deluxe 17de:0841
|
||||
49 PixelView PlayTV P7000 1554:4813
|
||||
50 NPG Tech Real TV FM Top 10 14f1:0842
|
||||
51 WinFast DTV2000 H 107d:665e
|
||||
52 Geniatech DVB-S 14f1:0084
|
||||
53 Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T 0070:1404, 0070:1400, 0070:1401, 0070:1402
|
||||
54 Norwood Micro TV Tuner
|
||||
55 Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM c180:c980
|
||||
56 Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder 0070:9600, 0070:9601, 0070:9602
|
||||
57 ADS Tech Instant Video PCI 1421:0390
|
||||
58 Pinnacle PCTV HD 800i 11bd:0051
|
||||
59 DViCO FusionHDTV 5 PCI nano 18ac:d530
|
||||
60 Pinnacle Hybrid PCTV 12ab:1788
|
||||
61 Leadtek TV2000 XP Global 107d:6f18, 107d:6618, 107d:6619
|
||||
62 PowerColor RA330 14f1:ea3d
|
||||
63 Geniatech X8000-MT DVBT 14f1:8852
|
||||
64 DViCO FusionHDTV DVB-T PRO 18ac:db30
|
||||
65 DViCO FusionHDTV 7 Gold 18ac:d610
|
||||
66 Prolink Pixelview MPEG 8000GT 1554:4935
|
||||
67 Kworld PlusTV HD PCI 120 (ATSC 120) 17de:08c1
|
||||
68 Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid 0070:6900, 0070:6904, 0070:6902
|
||||
69 Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 0070:6905, 0070:6906
|
||||
70 TeVii S460 DVB-S/S2 d460:9022
|
||||
71 Omicom SS4 DVB-S/S2 PCI A044:2011
|
||||
72 TBS 8920 DVB-S/S2 8920:8888
|
||||
73 TeVii S420 DVB-S d420:9022
|
||||
74 Prolink Pixelview Global Extreme 1554:4976
|
||||
75 PROF 7300 DVB-S/S2 B033:3033
|
||||
76 SATTRADE ST4200 DVB-S/S2 b200:4200
|
||||
77 TBS 8910 DVB-S 8910:8888
|
||||
78 Prof 6200 DVB-S b022:3022
|
||||
79 Terratec Cinergy HT PCI MKII 153b:1177
|
||||
80 Hauppauge WinTV-IR Only 0070:9290
|
||||
81 Leadtek WinFast DTV1800 Hybrid 107d:6654
|
||||
82 WinFast DTV2000 H rev. J 107d:6f2b
|
||||
83 Prof 7301 DVB-S/S2 b034:3034
|
||||
84 Samsung SMT 7020 DVB-S 18ac:dc00, 18ac:dccd
|
||||
85 Twinhan VP-1027 DVB-S 1822:0023
|
||||
86 TeVii S464 DVB-S/S2 d464:9022
|
||||
87 Leadtek WinFast DTV2000 H PLUS 107d:6f42
|
||||
88 Leadtek WinFast DTV1800 H (XC4000) 107d:6f38
|
||||
89 Leadtek TV2000 XP Global (SC4100) 107d:6f36
|
||||
90 Leadtek TV2000 XP Global (XC4100) 107d:6f43
|
||||
=========== =================================================== ======================================================================================
|
||||
|
@@ -1,105 +1,107 @@
|
||||
EM28xx cards list
|
||||
=================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> Unknown EM2800 video grabber (em2800) [eb1a:2800]
|
||||
1 -> Unknown EM2750/28xx video grabber (em2820/em2840) [eb1a:2710,eb1a:2820,eb1a:2821,eb1a:2860,eb1a:2861,eb1a:2862,eb1a:2863,eb1a:2870,eb1a:2881,eb1a:2883,eb1a:2868,eb1a:2875]
|
||||
2 -> Terratec Cinergy 250 USB (em2820/em2840) [0ccd:0036]
|
||||
3 -> Pinnacle PCTV USB 2 (em2820/em2840) [2304:0208]
|
||||
4 -> Hauppauge WinTV USB 2 (em2820/em2840) [2040:4200,2040:4201]
|
||||
5 -> MSI VOX USB 2.0 (em2820/em2840)
|
||||
6 -> Terratec Cinergy 200 USB (em2800)
|
||||
7 -> Leadtek Winfast USB II (em2800) [0413:6023]
|
||||
8 -> Kworld USB2800 (em2800)
|
||||
9 -> Pinnacle Dazzle DVC 90/100/101/107 / Kaiser Baas Video to DVD maker (em2820/em2840) [1b80:e302,1b80:e304,2304:0207,2304:021a,093b:a003]
|
||||
10 -> Hauppauge WinTV HVR 900 (em2880) [2040:6500]
|
||||
11 -> Terratec Hybrid XS (em2880)
|
||||
12 -> Kworld PVR TV 2800 RF (em2820/em2840)
|
||||
13 -> Terratec Prodigy XS (em2880)
|
||||
14 -> SIIG AVTuner-PVR / Pixelview Prolink PlayTV USB 2.0 (em2820/em2840)
|
||||
15 -> V-Gear PocketTV (em2800)
|
||||
16 -> Hauppauge WinTV HVR 950 (em2883) [2040:6513,2040:6517,2040:651b]
|
||||
17 -> Pinnacle PCTV HD Pro Stick (em2880) [2304:0227]
|
||||
18 -> Hauppauge WinTV HVR 900 (R2) (em2880) [2040:6502]
|
||||
19 -> EM2860/SAA711X Reference Design (em2860)
|
||||
20 -> AMD ATI TV Wonder HD 600 (em2880) [0438:b002]
|
||||
21 -> eMPIA Technology, Inc. GrabBeeX+ Video Encoder (em2800) [eb1a:2801]
|
||||
22 -> EM2710/EM2750/EM2751 webcam grabber (em2750) [eb1a:2750,eb1a:2751]
|
||||
23 -> Huaqi DLCW-130 (em2750)
|
||||
24 -> D-Link DUB-T210 TV Tuner (em2820/em2840) [2001:f112]
|
||||
25 -> Gadmei UTV310 (em2820/em2840)
|
||||
26 -> Hercules Smart TV USB 2.0 (em2820/em2840)
|
||||
27 -> Pinnacle PCTV USB 2 (Philips FM1216ME) (em2820/em2840)
|
||||
28 -> Leadtek Winfast USB II Deluxe (em2820/em2840)
|
||||
29 -> EM2860/TVP5150 Reference Design (em2860)
|
||||
30 -> Videology 20K14XUSB USB2.0 (em2820/em2840)
|
||||
31 -> Usbgear VD204v9 (em2821)
|
||||
32 -> Supercomp USB 2.0 TV (em2821)
|
||||
33 -> Elgato Video Capture (em2860) [0fd9:0033]
|
||||
34 -> Terratec Cinergy A Hybrid XS (em2860) [0ccd:004f]
|
||||
35 -> Typhoon DVD Maker (em2860)
|
||||
36 -> NetGMBH Cam (em2860)
|
||||
37 -> Gadmei UTV330 (em2860) [eb1a:50a6]
|
||||
38 -> Yakumo MovieMixer (em2861)
|
||||
39 -> KWorld PVRTV 300U (em2861) [eb1a:e300]
|
||||
40 -> Plextor ConvertX PX-TV100U (em2861) [093b:a005]
|
||||
41 -> Kworld 350 U DVB-T (em2870) [eb1a:e350]
|
||||
42 -> Kworld 355 U DVB-T (em2870) [eb1a:e355,eb1a:e357,eb1a:e359]
|
||||
43 -> Terratec Cinergy T XS (em2870)
|
||||
44 -> Terratec Cinergy T XS (MT2060) (em2870) [0ccd:0043]
|
||||
45 -> Pinnacle PCTV DVB-T (em2870)
|
||||
46 -> Compro, VideoMate U3 (em2870) [185b:2870]
|
||||
47 -> KWorld DVB-T 305U (em2880) [eb1a:e305]
|
||||
48 -> KWorld DVB-T 310U (em2880)
|
||||
49 -> MSI DigiVox A/D (em2880) [eb1a:e310]
|
||||
50 -> MSI DigiVox A/D II (em2880) [eb1a:e320]
|
||||
51 -> Terratec Hybrid XS Secam (em2880) [0ccd:004c]
|
||||
52 -> DNT DA2 Hybrid (em2881)
|
||||
53 -> Pinnacle Hybrid Pro (em2881)
|
||||
54 -> Kworld VS-DVB-T 323UR (em2882) [eb1a:e323]
|
||||
55 -> Terratec Cinnergy Hybrid T USB XS (em2882) (em2882) [0ccd:005e,0ccd:0042]
|
||||
56 -> Pinnacle Hybrid Pro (330e) (em2882) [2304:0226]
|
||||
57 -> Kworld PlusTV HD Hybrid 330 (em2883) [eb1a:a316]
|
||||
58 -> Compro VideoMate ForYou/Stereo (em2820/em2840) [185b:2041]
|
||||
59 -> Pinnacle PCTV HD Mini (em2874) [2304:023f]
|
||||
60 -> Hauppauge WinTV HVR 850 (em2883) [2040:651f]
|
||||
61 -> Pixelview PlayTV Box 4 USB 2.0 (em2820/em2840)
|
||||
62 -> Gadmei TVR200 (em2820/em2840)
|
||||
63 -> Kaiomy TVnPC U2 (em2860) [eb1a:e303]
|
||||
64 -> Easy Cap Capture DC-60 (em2860) [1b80:e309]
|
||||
65 -> IO-DATA GV-MVP/SZ (em2820/em2840) [04bb:0515]
|
||||
66 -> Empire dual TV (em2880)
|
||||
67 -> Terratec Grabby (em2860) [0ccd:0096,0ccd:10AF]
|
||||
68 -> Terratec AV350 (em2860) [0ccd:0084]
|
||||
69 -> KWorld ATSC 315U HDTV TV Box (em2882) [eb1a:a313]
|
||||
70 -> Evga inDtube (em2882)
|
||||
71 -> Silvercrest Webcam 1.3mpix (em2820/em2840)
|
||||
72 -> Gadmei UTV330+ (em2861)
|
||||
73 -> Reddo DVB-C USB TV Box (em2870)
|
||||
74 -> Actionmaster/LinXcel/Digitus VC211A (em2800)
|
||||
75 -> Dikom DK300 (em2882)
|
||||
76 -> KWorld PlusTV 340U or UB435-Q (ATSC) (em2870) [1b80:a340]
|
||||
77 -> EM2874 Leadership ISDBT (em2874)
|
||||
78 -> PCTV nanoStick T2 290e (em28174) [2013:024f]
|
||||
79 -> Terratec Cinergy H5 (em2884) [eb1a:2885,0ccd:10a2,0ccd:10ad,0ccd:10b6]
|
||||
80 -> PCTV DVB-S2 Stick (460e) (em28174) [2013:024c]
|
||||
81 -> Hauppauge WinTV HVR 930C (em2884) [2040:1605]
|
||||
82 -> Terratec Cinergy HTC Stick (em2884) [0ccd:00b2]
|
||||
83 -> Honestech Vidbox NW03 (em2860) [eb1a:5006]
|
||||
84 -> MaxMedia UB425-TC (em2874) [1b80:e425]
|
||||
85 -> PCTV QuatroStick (510e) (em2884) [2304:0242]
|
||||
86 -> PCTV QuatroStick nano (520e) (em2884) [2013:0251]
|
||||
87 -> Terratec Cinergy HTC USB XS (em2884) [0ccd:008e,0ccd:00ac]
|
||||
88 -> C3 Tech Digital Duo HDTV/SDTV USB (em2884) [1b80:e755]
|
||||
89 -> Delock 61959 (em2874) [1b80:e1cc]
|
||||
90 -> KWorld USB ATSC TV Stick UB435-Q V2 (em2874) [1b80:e346]
|
||||
91 -> SpeedLink Vicious And Devine Laplace webcam (em2765) [1ae7:9003,1ae7:9004]
|
||||
92 -> PCTV DVB-S2 Stick (461e) (em28178) [2013:0258]
|
||||
93 -> KWorld USB ATSC TV Stick UB435-Q V3 (em2874) [1b80:e34c]
|
||||
94 -> PCTV tripleStick (292e) (em28178) [2013:025f,2040:0264]
|
||||
95 -> Leadtek VC100 (em2861) [0413:6f07]
|
||||
96 -> Terratec Cinergy T2 Stick HD (em28178) [eb1a:8179]
|
||||
97 -> Elgato EyeTV Hybrid 2008 INT (em2884) [0fd9:0018]
|
||||
98 -> PLEX PX-BCUD (em28178) [3275:0085]
|
||||
99 -> Hauppauge WinTV-dualHD DVB (em28174) [2040:0265]
|
||||
=========== ==================================================================== ================ ==================================================================================================================================
|
||||
Card number Card name Empia Chip USB IDs
|
||||
=========== ==================================================================== ================ ==================================================================================================================================
|
||||
0 Unknown EM2800 video grabber em2800 eb1a:2800
|
||||
1 Unknown EM2750/28xx video grabber em2820 or em2840 eb1a:2710, eb1a:2820, eb1a:2821, eb1a:2860, eb1a:2861, eb1a:2862, eb1a:2863, eb1a:2870, eb1a:2881, eb1a:2883, eb1a:2868, eb1a:2875
|
||||
2 Terratec Cinergy 250 USB em2820 or em2840 0ccd:0036
|
||||
3 Pinnacle PCTV USB 2 em2820 or em2840 2304:0208
|
||||
4 Hauppauge WinTV USB 2 em2820 or em2840 2040:4200, 2040:4201
|
||||
5 MSI VOX USB 2.0 em2820 or em2840
|
||||
6 Terratec Cinergy 200 USB em2800
|
||||
7 Leadtek Winfast USB II em2800 0413:6023
|
||||
8 Kworld USB2800 em2800
|
||||
9 Pinnacle Dazzle DVC 90/100/101/107 / Kaiser Baas Video to DVD maker em2820 or em2840 1b80:e302, 1b80:e304, 2304:0207, 2304:021a, 093b:a003
|
||||
10 Hauppauge WinTV HVR 900 em2880 2040:6500
|
||||
11 Terratec Hybrid XS em2880
|
||||
12 Kworld PVR TV 2800 RF em2820 or em2840
|
||||
13 Terratec Prodigy XS em2880
|
||||
14 SIIG AVTuner-PVR / Pixelview Prolink PlayTV USB 2.0 em2820 or em2840
|
||||
15 V-Gear PocketTV em2800
|
||||
16 Hauppauge WinTV HVR 950 em2883 2040:6513, 2040:6517, 2040:651b
|
||||
17 Pinnacle PCTV HD Pro Stick em2880 2304:0227
|
||||
18 Hauppauge WinTV HVR 900 (R2) em2880 2040:6502
|
||||
19 EM2860/SAA711X Reference Design em2860
|
||||
20 AMD ATI TV Wonder HD 600 em2880 0438:b002
|
||||
21 eMPIA Technology, Inc. GrabBeeX+ Video Encoder em2800 eb1a:2801
|
||||
22 EM2710/EM2750/EM2751 webcam grabber em2750 eb1a:2750, eb1a:2751
|
||||
23 Huaqi DLCW-130 em2750
|
||||
24 D-Link DUB-T210 TV Tuner em2820 or em2840 2001:f112
|
||||
25 Gadmei UTV310 em2820 or em2840
|
||||
26 Hercules Smart TV USB 2.0 em2820 or em2840
|
||||
27 Pinnacle PCTV USB 2 (Philips FM1216ME) em2820 or em2840
|
||||
28 Leadtek Winfast USB II Deluxe em2820 or em2840
|
||||
29 EM2860/TVP5150 Reference Design em2860
|
||||
30 Videology 20K14XUSB USB2.0 em2820 or em2840
|
||||
31 Usbgear VD204v9 em2821
|
||||
32 Supercomp USB 2.0 TV em2821
|
||||
33 Elgato Video Capture em2860 0fd9:0033
|
||||
34 Terratec Cinergy A Hybrid XS em2860 0ccd:004f
|
||||
35 Typhoon DVD Maker em2860
|
||||
36 NetGMBH Cam em2860
|
||||
37 Gadmei UTV330 em2860 eb1a:50a6
|
||||
38 Yakumo MovieMixer em2861
|
||||
39 KWorld PVRTV 300U em2861 eb1a:e300
|
||||
40 Plextor ConvertX PX-TV100U em2861 093b:a005
|
||||
41 Kworld 350 U DVB-T em2870 eb1a:e350
|
||||
42 Kworld 355 U DVB-T em2870 eb1a:e355, eb1a:e357, eb1a:e359
|
||||
43 Terratec Cinergy T XS em2870
|
||||
44 Terratec Cinergy T XS (MT2060) em2870 0ccd:0043
|
||||
45 Pinnacle PCTV DVB-T em2870
|
||||
46 Compro, VideoMate U3 em2870 185b:2870
|
||||
47 KWorld DVB-T 305U em2880 eb1a:e305
|
||||
48 KWorld DVB-T 310U em2880
|
||||
49 MSI DigiVox A/D em2880 eb1a:e310
|
||||
50 MSI DigiVox A/D II em2880 eb1a:e320
|
||||
51 Terratec Hybrid XS Secam em2880 0ccd:004c
|
||||
52 DNT DA2 Hybrid em2881
|
||||
53 Pinnacle Hybrid Pro em2881
|
||||
54 Kworld VS-DVB-T 323UR em2882 eb1a:e323
|
||||
55 Terratec Cinnergy Hybrid T USB XS (em2882) em2882 0ccd:005e, 0ccd:0042
|
||||
56 Pinnacle Hybrid Pro (330e) em2882 2304:0226
|
||||
57 Kworld PlusTV HD Hybrid 330 em2883 eb1a:a316
|
||||
58 Compro VideoMate ForYou/Stereo em2820 or em2840 185b:2041
|
||||
59 Pinnacle PCTV HD Mini em2874 2304:023f
|
||||
60 Hauppauge WinTV HVR 850 em2883 2040:651f
|
||||
61 Pixelview PlayTV Box 4 USB 2.0 em2820 or em2840
|
||||
62 Gadmei TVR200 em2820 or em2840
|
||||
63 Kaiomy TVnPC U2 em2860 eb1a:e303
|
||||
64 Easy Cap Capture DC-60 em2860 1b80:e309
|
||||
65 IO-DATA GV-MVP/SZ em2820 or em2840 04bb:0515
|
||||
66 Empire dual TV em2880
|
||||
67 Terratec Grabby em2860 0ccd:0096, 0ccd:10AF
|
||||
68 Terratec AV350 em2860 0ccd:0084
|
||||
69 KWorld ATSC 315U HDTV TV Box em2882 eb1a:a313
|
||||
70 Evga inDtube em2882
|
||||
71 Silvercrest Webcam 1.3mpix em2820 or em2840
|
||||
72 Gadmei UTV330+ em2861
|
||||
73 Reddo DVB-C USB TV Box em2870
|
||||
74 Actionmaster/LinXcel/Digitus VC211A em2800
|
||||
75 Dikom DK300 em2882
|
||||
76 KWorld PlusTV 340U or UB435-Q (ATSC) em2870 1b80:a340
|
||||
77 EM2874 Leadership ISDBT em2874
|
||||
78 PCTV nanoStick T2 290e em28174 2013:024f
|
||||
79 Terratec Cinergy H5 em2884 eb1a:2885, 0ccd:10a2, 0ccd:10ad, 0ccd:10b6
|
||||
80 PCTV DVB-S2 Stick (460e) em28174 2013:024c
|
||||
81 Hauppauge WinTV HVR 930C em2884 2040:1605
|
||||
82 Terratec Cinergy HTC Stick em2884 0ccd:00b2
|
||||
83 Honestech Vidbox NW03 em2860 eb1a:5006
|
||||
84 MaxMedia UB425-TC em2874 1b80:e425
|
||||
85 PCTV QuatroStick (510e) em2884 2304:0242
|
||||
86 PCTV QuatroStick nano (520e) em2884 2013:0251
|
||||
87 Terratec Cinergy HTC USB XS em2884 0ccd:008e, 0ccd:00ac
|
||||
88 C3 Tech Digital Duo HDTV/SDTV USB em2884 1b80:e755
|
||||
89 Delock 61959 em2874 1b80:e1cc
|
||||
90 KWorld USB ATSC TV Stick UB435-Q V2 em2874 1b80:e346
|
||||
91 SpeedLink Vicious And Devine Laplace webcam em2765 1ae7:9003, 1ae7:9004
|
||||
92 PCTV DVB-S2 Stick (461e) em28178 2013:0258
|
||||
93 KWorld USB ATSC TV Stick UB435-Q V3 em2874 1b80:e34c
|
||||
94 PCTV tripleStick (292e) em28178 2013:025f, 2040:0264
|
||||
95 Leadtek VC100 em2861 0413:6f07
|
||||
96 Terratec Cinergy T2 Stick HD em28178 eb1a:8179
|
||||
97 Elgato EyeTV Hybrid 2008 INT em2884 0fd9:0018
|
||||
98 PLEX PX-BCUD em28178 3275:0085
|
||||
99 Hauppauge WinTV-dualHD DVB em28174 2040:0265
|
||||
=========== ==================================================================== ================ ==================================================================================================================================
|
||||
|
@@ -6,407 +6,444 @@ The modules for the gspca webcam drivers are:
|
||||
- gspca_main: main driver
|
||||
- gspca\_\ *driver*: subdriver module with *driver* as follows
|
||||
|
||||
========= ========= ====================================================================
|
||||
========= ========= ===================================================================
|
||||
*driver* vend:prod Device
|
||||
========= ========= ====================================================================
|
||||
spca501 0000:0000 MystFromOri Unknown Camera
|
||||
spca508 0130:0130 Clone Digital Webcam 11043
|
||||
zc3xx 03f0:1b07 HP Premium Starter Cam
|
||||
m5602 0402:5602 ALi Video Camera Controller
|
||||
spca501 040a:0002 Kodak DVC-325
|
||||
spca500 040a:0300 Kodak EZ200
|
||||
zc3xx 041e:041e Creative WebCam Live!
|
||||
ov519 041e:4003 Video Blaster WebCam Go Plus
|
||||
spca500 041e:400a Creative PC-CAM 300
|
||||
sunplus 041e:400b Creative PC-CAM 600
|
||||
sunplus 041e:4012 PC-Cam350
|
||||
sunplus 041e:4013 Creative Pccam750
|
||||
zc3xx 041e:4017 Creative Webcam Mobile PD1090
|
||||
spca508 041e:4018 Creative Webcam Vista (PD1100)
|
||||
spca561 041e:401a Creative Webcam Vista (PD1100)
|
||||
zc3xx 041e:401c Creative NX
|
||||
spca505 041e:401d Creative Webcam NX ULTRA
|
||||
zc3xx 041e:401e Creative Nx Pro
|
||||
zc3xx 041e:401f Creative Webcam Notebook PD1171
|
||||
pac207 041e:4028 Creative Webcam Vista Plus
|
||||
zc3xx 041e:4029 Creative WebCam Vista Pro
|
||||
zc3xx 041e:4034 Creative Instant P0620
|
||||
zc3xx 041e:4035 Creative Instant P0620D
|
||||
zc3xx 041e:4036 Creative Live !
|
||||
sq930x 041e:4038 Creative Joy-IT
|
||||
zc3xx 041e:403a Creative Nx Pro 2
|
||||
spca561 041e:403b Creative Webcam Vista (VF0010)
|
||||
sq930x 041e:403c Creative Live! Ultra
|
||||
sq930x 041e:403d Creative Live! Ultra for Notebooks
|
||||
sq930x 041e:4041 Creative Live! Motion
|
||||
zc3xx 041e:4051 Creative Live!Cam Notebook Pro (VF0250)
|
||||
ov519 041e:4052 Creative Live! VISTA IM
|
||||
zc3xx 041e:4053 Creative Live!Cam Video IM
|
||||
vc032x 041e:405b Creative Live! Cam Notebook Ultra (VC0130)
|
||||
ov519 041e:405f Creative Live! VISTA VF0330
|
||||
ov519 041e:4060 Creative Live! VISTA VF0350
|
||||
ov519 041e:4061 Creative Live! VISTA VF0400
|
||||
ov519 041e:4064 Creative Live! VISTA VF0420
|
||||
ov519 041e:4067 Creative Live! Cam Video IM (VF0350)
|
||||
ov519 041e:4068 Creative Live! VISTA VF0470
|
||||
spca561 0458:7004 Genius VideoCAM Express V2
|
||||
sn9c2028 0458:7005 Genius Smart 300, version 2
|
||||
sunplus 0458:7006 Genius Dsc 1.3 Smart
|
||||
zc3xx 0458:7007 Genius VideoCam V2
|
||||
zc3xx 0458:700c Genius VideoCam V3
|
||||
zc3xx 0458:700f Genius VideoCam Web V2
|
||||
sonixj 0458:7025 Genius Eye 311Q
|
||||
sn9c20x 0458:7029 Genius Look 320s
|
||||
sonixj 0458:702e Genius Slim 310 NB
|
||||
sn9c20x 0458:7045 Genius Look 1320 V2
|
||||
sn9c20x 0458:704a Genius Slim 1320
|
||||
sn9c20x 0458:704c Genius i-Look 1321
|
||||
sn9c20x 045e:00f4 LifeCam VX-6000 (SN9C20x + OV9650)
|
||||
sonixj 045e:00f5 MicroSoft VX3000
|
||||
sonixj 045e:00f7 MicroSoft VX1000
|
||||
ov519 045e:028c Micro$oft xbox cam
|
||||
spca508 0461:0815 Micro Innovation IC200
|
||||
sunplus 0461:0821 Fujifilm MV-1
|
||||
zc3xx 0461:0a00 MicroInnovation WebCam320
|
||||
stv06xx 046d:0840 QuickCam Express
|
||||
stv06xx 046d:0850 LEGO cam / QuickCam Web
|
||||
stv06xx 046d:0870 Dexxa WebCam USB
|
||||
spca500 046d:0890 Logitech QuickCam traveler
|
||||
vc032x 046d:0892 Logitech Orbicam
|
||||
vc032x 046d:0896 Logitech Orbicam
|
||||
vc032x 046d:0897 Logitech QuickCam for Dell notebooks
|
||||
zc3xx 046d:089d Logitech QuickCam E2500
|
||||
zc3xx 046d:08a0 Logitech QC IM
|
||||
zc3xx 046d:08a1 Logitech QC IM 0x08A1 +sound
|
||||
zc3xx 046d:08a2 Labtec Webcam Pro
|
||||
zc3xx 046d:08a3 Logitech QC Chat
|
||||
zc3xx 046d:08a6 Logitech QCim
|
||||
zc3xx 046d:08a7 Logitech QuickCam Image
|
||||
zc3xx 046d:08a9 Logitech Notebook Deluxe
|
||||
zc3xx 046d:08aa Labtec Webcam Notebook
|
||||
zc3xx 046d:08ac Logitech QuickCam Cool
|
||||
zc3xx 046d:08ad Logitech QCCommunicate STX
|
||||
zc3xx 046d:08ae Logitech QuickCam for Notebooks
|
||||
zc3xx 046d:08af Logitech QuickCam Cool
|
||||
zc3xx 046d:08b9 Logitech QuickCam Express
|
||||
zc3xx 046d:08d7 Logitech QCam STX
|
||||
zc3xx 046d:08d9 Logitech QuickCam IM/Connect
|
||||
zc3xx 046d:08d8 Logitech Notebook Deluxe
|
||||
zc3xx 046d:08da Logitech QuickCam Messenger
|
||||
zc3xx 046d:08dd Logitech QuickCam for Notebooks
|
||||
spca500 046d:0900 Logitech Inc. ClickSmart 310
|
||||
spca500 046d:0901 Logitech Inc. ClickSmart 510
|
||||
sunplus 046d:0905 Logitech ClickSmart 820
|
||||
tv8532 046d:0920 Logitech QuickCam Express
|
||||
tv8532 046d:0921 Labtec Webcam
|
||||
spca561 046d:0928 Logitech QC Express Etch2
|
||||
spca561 046d:0929 Labtec Webcam Elch2
|
||||
spca561 046d:092a Logitech QC for Notebook
|
||||
spca561 046d:092b Labtec Webcam Plus
|
||||
spca561 046d:092c Logitech QC chat Elch2
|
||||
spca561 046d:092d Logitech QC Elch2
|
||||
spca561 046d:092e Logitech QC Elch2
|
||||
spca561 046d:092f Logitech QuickCam Express Plus
|
||||
sunplus 046d:0960 Logitech ClickSmart 420
|
||||
nw80x 046d:d001 Logitech QuickCam Pro (dark focus ring)
|
||||
sunplus 0471:0322 Philips DMVC1300K
|
||||
zc3xx 0471:0325 Philips SPC 200 NC
|
||||
zc3xx 0471:0326 Philips SPC 300 NC
|
||||
sonixj 0471:0327 Philips SPC 600 NC
|
||||
sonixj 0471:0328 Philips SPC 700 NC
|
||||
zc3xx 0471:032d Philips SPC 210 NC
|
||||
zc3xx 0471:032e Philips SPC 315 NC
|
||||
sonixj 0471:0330 Philips SPC 710 NC
|
||||
spca501 0497:c001 Smile International
|
||||
sunplus 04a5:3003 Benq DC 1300
|
||||
sunplus 04a5:3008 Benq DC 1500
|
||||
sunplus 04a5:300a Benq DC 3410
|
||||
spca500 04a5:300c Benq DC 1016
|
||||
benq 04a5:3035 Benq DC E300
|
||||
finepix 04cb:0104 Fujifilm FinePix 4800
|
||||
finepix 04cb:0109 Fujifilm FinePix A202
|
||||
finepix 04cb:010b Fujifilm FinePix A203
|
||||
finepix 04cb:010f Fujifilm FinePix A204
|
||||
finepix 04cb:0111 Fujifilm FinePix A205
|
||||
finepix 04cb:0113 Fujifilm FinePix A210
|
||||
finepix 04cb:0115 Fujifilm FinePix A303
|
||||
finepix 04cb:0117 Fujifilm FinePix A310
|
||||
finepix 04cb:0119 Fujifilm FinePix F401
|
||||
finepix 04cb:011b Fujifilm FinePix F402
|
||||
finepix 04cb:011d Fujifilm FinePix F410
|
||||
finepix 04cb:0121 Fujifilm FinePix F601
|
||||
finepix 04cb:0123 Fujifilm FinePix F700
|
||||
finepix 04cb:0125 Fujifilm FinePix M603
|
||||
finepix 04cb:0127 Fujifilm FinePix S300
|
||||
finepix 04cb:0129 Fujifilm FinePix S304
|
||||
finepix 04cb:012b Fujifilm FinePix S500
|
||||
finepix 04cb:012d Fujifilm FinePix S602
|
||||
finepix 04cb:012f Fujifilm FinePix S700
|
||||
finepix 04cb:0131 Fujifilm FinePix unknown model
|
||||
finepix 04cb:013b Fujifilm FinePix unknown model
|
||||
finepix 04cb:013d Fujifilm FinePix unknown model
|
||||
finepix 04cb:013f Fujifilm FinePix F420
|
||||
sunplus 04f1:1001 JVC GC A50
|
||||
spca561 04fc:0561 Flexcam 100
|
||||
spca1528 04fc:1528 Sunplus MD80 clone
|
||||
sunplus 04fc:500c Sunplus CA500C
|
||||
sunplus 04fc:504a Aiptek Mini PenCam 1.3
|
||||
sunplus 04fc:504b Maxell MaxPocket LE 1.3
|
||||
sunplus 04fc:5330 Digitrex 2110
|
||||
sunplus 04fc:5360 Sunplus Generic
|
||||
spca500 04fc:7333 PalmPixDC85
|
||||
sunplus 04fc:ffff Pure DigitalDakota
|
||||
nw80x 0502:d001 DVC V6
|
||||
spca501 0506:00df 3Com HomeConnect Lite
|
||||
sunplus 052b:1507 Megapixel 5 Pretec DC-1007
|
||||
sunplus 052b:1513 Megapix V4
|
||||
sunplus 052b:1803 MegaImage VI
|
||||
nw80x 052b:d001 EZCam Pro p35u
|
||||
tv8532 0545:808b Veo Stingray
|
||||
tv8532 0545:8333 Veo Stingray
|
||||
sunplus 0546:3155 Polaroid PDC3070
|
||||
sunplus 0546:3191 Polaroid Ion 80
|
||||
sunplus 0546:3273 Polaroid PDC2030
|
||||
ov519 054c:0154 Sonny toy4
|
||||
ov519 054c:0155 Sonny toy5
|
||||
cpia1 0553:0002 CPIA CPiA (version1) based cameras
|
||||
zc3xx 055f:c005 Mustek Wcam300A
|
||||
spca500 055f:c200 Mustek Gsmart 300
|
||||
sunplus 055f:c211 Kowa Bs888e Microcamera
|
||||
spca500 055f:c220 Gsmart Mini
|
||||
sunplus 055f:c230 Mustek Digicam 330K
|
||||
sunplus 055f:c232 Mustek MDC3500
|
||||
sunplus 055f:c360 Mustek DV4000 Mpeg4
|
||||
sunplus 055f:c420 Mustek gSmart Mini 2
|
||||
sunplus 055f:c430 Mustek Gsmart LCD 2
|
||||
sunplus 055f:c440 Mustek DV 3000
|
||||
sunplus 055f:c520 Mustek gSmart Mini 3
|
||||
sunplus 055f:c530 Mustek Gsmart LCD 3
|
||||
sunplus 055f:c540 Gsmart D30
|
||||
sunplus 055f:c630 Mustek MDC4000
|
||||
sunplus 055f:c650 Mustek MDC5500Z
|
||||
nw80x 055f:d001 Mustek Wcam 300 mini
|
||||
zc3xx 055f:d003 Mustek WCam300A
|
||||
zc3xx 055f:d004 Mustek WCam300 AN
|
||||
conex 0572:0041 Creative Notebook cx11646
|
||||
ov519 05a9:0511 Video Blaster WebCam 3/WebCam Plus, D-Link USB Digital Video Camera
|
||||
ov519 05a9:0518 Creative WebCam
|
||||
ov519 05a9:0519 OV519 Microphone
|
||||
ov519 05a9:0530 OmniVision
|
||||
ov534_9 05a9:1550 OmniVision VEHO Filmscanner
|
||||
ov519 05a9:2800 OmniVision SuperCAM
|
||||
ov519 05a9:4519 Webcam Classic
|
||||
ov534_9 05a9:8065 OmniVision test kit ov538+ov9712
|
||||
ov519 05a9:8519 OmniVision
|
||||
ov519 05a9:a511 D-Link USB Digital Video Camera
|
||||
ov519 05a9:a518 D-Link DSB-C310 Webcam
|
||||
sunplus 05da:1018 Digital Dream Enigma 1.3
|
||||
stk014 05e1:0893 Syntek DV4000
|
||||
gl860 05e3:0503 Genesys Logic PC Camera
|
||||
gl860 05e3:f191 Genesys Logic PC Camera
|
||||
spca561 060b:a001 Maxell Compact Pc PM3
|
||||
zc3xx 0698:2003 CTX M730V built in
|
||||
topro 06a2:0003 TP6800 PC Camera, CmoX CX0342 webcam
|
||||
topro 06a2:6810 Creative Qmax
|
||||
nw80x 06a5:0000 Typhoon Webcam 100 USB
|
||||
nw80x 06a5:d001 Divio based webcams
|
||||
nw80x 06a5:d800 Divio Chicony TwinkleCam, Trust SpaceCam
|
||||
spca500 06bd:0404 Agfa CL20
|
||||
spca500 06be:0800 Optimedia
|
||||
nw80x 06be:d001 EZCam Pro p35u
|
||||
sunplus 06d6:0031 Trust 610 LCD PowerC@m Zoom
|
||||
spca506 06e1:a190 ADS Instant VCD
|
||||
ov534 06f8:3002 Hercules Blog Webcam
|
||||
ov534_9 06f8:3003 Hercules Dualpix HD Weblog
|
||||
sonixj 06f8:3004 Hercules Classic Silver
|
||||
sonixj 06f8:3008 Hercules Deluxe Optical Glass
|
||||
pac7302 06f8:3009 Hercules Classic Link
|
||||
pac7302 06f8:301b Hercules Link
|
||||
nw80x 0728:d001 AVerMedia Camguard
|
||||
spca508 0733:0110 ViewQuest VQ110
|
||||
spca501 0733:0401 Intel Create and Share
|
||||
spca501 0733:0402 ViewQuest M318B
|
||||
spca505 0733:0430 Intel PC Camera Pro
|
||||
sunplus 0733:1311 Digital Dream Epsilon 1.3
|
||||
sunplus 0733:1314 Mercury 2.1MEG Deluxe Classic Cam
|
||||
sunplus 0733:2211 Jenoptik jdc 21 LCD
|
||||
sunplus 0733:2221 Mercury Digital Pro 3.1p
|
||||
sunplus 0733:3261 Concord 3045 spca536a
|
||||
sunplus 0733:3281 Cyberpix S550V
|
||||
spca506 0734:043b 3DeMon USB Capture aka
|
||||
cpia1 0813:0001 QX3 camera
|
||||
ov519 0813:0002 Dual Mode USB Camera Plus
|
||||
spca500 084d:0003 D-Link DSC-350
|
||||
spca500 08ca:0103 Aiptek PocketDV
|
||||
sunplus 08ca:0104 Aiptek PocketDVII 1.3
|
||||
sunplus 08ca:0106 Aiptek Pocket DV3100+
|
||||
mr97310a 08ca:0110 Trust Spyc@m 100
|
||||
mr97310a 08ca:0111 Aiptek PenCam VGA+
|
||||
sunplus 08ca:2008 Aiptek Mini PenCam 2 M
|
||||
sunplus 08ca:2010 Aiptek PocketCam 3M
|
||||
sunplus 08ca:2016 Aiptek PocketCam 2 Mega
|
||||
sunplus 08ca:2018 Aiptek Pencam SD 2M
|
||||
sunplus 08ca:2020 Aiptek Slim 3000F
|
||||
sunplus 08ca:2022 Aiptek Slim 3200
|
||||
sunplus 08ca:2024 Aiptek DV3500 Mpeg4
|
||||
sunplus 08ca:2028 Aiptek PocketCam4M
|
||||
sunplus 08ca:2040 Aiptek PocketDV4100M
|
||||
sunplus 08ca:2042 Aiptek PocketDV5100
|
||||
sunplus 08ca:2050 Medion MD 41437
|
||||
sunplus 08ca:2060 Aiptek PocketDV5300
|
||||
tv8532 0923:010f ICM532 cams
|
||||
mars 093a:050f Mars-Semi Pc-Camera
|
||||
mr97310a 093a:010e All known CIF cams with this ID
|
||||
mr97310a 093a:010f All known VGA cams with this ID
|
||||
pac207 093a:2460 Qtec Webcam 100
|
||||
pac207 093a:2461 HP Webcam
|
||||
pac207 093a:2463 Philips SPC 220 NC
|
||||
pac207 093a:2464 Labtec Webcam 1200
|
||||
pac207 093a:2468 Webcam WB-1400T
|
||||
pac207 093a:2470 Genius GF112
|
||||
pac207 093a:2471 Genius VideoCam ge111
|
||||
pac207 093a:2472 Genius VideoCam ge110
|
||||
pac207 093a:2474 Genius iLook 111
|
||||
pac207 093a:2476 Genius e-Messenger 112
|
||||
pac7311 093a:2600 PAC7311 Typhoon
|
||||
pac7311 093a:2601 Philips SPC 610 NC
|
||||
pac7311 093a:2603 Philips SPC 500 NC
|
||||
pac7311 093a:2608 Trust WB-3300p
|
||||
pac7311 093a:260e Gigaware VGA PC Camera, Trust WB-3350p, SIGMA cam 2350
|
||||
pac7311 093a:260f SnakeCam
|
||||
pac7302 093a:2620 Apollo AC-905
|
||||
pac7302 093a:2621 PAC731x
|
||||
pac7302 093a:2622 Genius Eye 312
|
||||
pac7302 093a:2624 PAC7302
|
||||
pac7302 093a:2625 Genius iSlim 310
|
||||
pac7302 093a:2626 Labtec 2200
|
||||
pac7302 093a:2627 Genius FaceCam 300
|
||||
pac7302 093a:2628 Genius iLook 300
|
||||
pac7302 093a:2629 Genious iSlim 300
|
||||
pac7302 093a:262a Webcam 300k
|
||||
pac7302 093a:262c Philips SPC 230 NC
|
||||
jl2005bcd 0979:0227 Various brands, 19 known cameras supported
|
||||
jeilinj 0979:0280 Sakar 57379
|
||||
jeilinj 0979:0280 Sportscam DV15
|
||||
zc3xx 0ac8:0302 Z-star Vimicro zc0302
|
||||
vc032x 0ac8:0321 Vimicro generic vc0321
|
||||
vc032x 0ac8:0323 Vimicro Vc0323
|
||||
vc032x 0ac8:0328 A4Tech PK-130MG
|
||||
zc3xx 0ac8:301b Z-Star zc301b
|
||||
zc3xx 0ac8:303b Vimicro 0x303b
|
||||
zc3xx 0ac8:305b Z-star Vimicro zc0305b
|
||||
zc3xx 0ac8:307b PC Camera (ZS0211)
|
||||
vc032x 0ac8:c001 Sony embedded vimicro
|
||||
vc032x 0ac8:c002 Sony embedded vimicro
|
||||
vc032x 0ac8:c301 Samsung Q1 Ultra Premium
|
||||
spca508 0af9:0010 Hama USB Sightcam 100
|
||||
spca508 0af9:0011 Hama USB Sightcam 100
|
||||
ov519 0b62:0059 iBOT2 Webcam
|
||||
sonixb 0c45:6001 Genius VideoCAM NB
|
||||
sonixb 0c45:6005 Microdia Sweex Mini Webcam
|
||||
sonixb 0c45:6007 Sonix sn9c101 + Tas5110D
|
||||
sonixb 0c45:6009 spcaCam@120
|
||||
sonixb 0c45:600d spcaCam@120
|
||||
sonixb 0c45:6011 Microdia PC Camera (SN9C102)
|
||||
sonixb 0c45:6019 Generic Sonix OV7630
|
||||
sonixb 0c45:6024 Generic Sonix Tas5130c
|
||||
sonixb 0c45:6025 Xcam Shanga
|
||||
sonixb 0c45:6028 Sonix Btc Pc380
|
||||
sonixb 0c45:6029 spcaCam@150
|
||||
sonixb 0c45:602c Generic Sonix OV7630
|
||||
sonixb 0c45:602d LIC-200 LG
|
||||
sonixb 0c45:602e Genius VideoCam Messenger
|
||||
sonixj 0c45:6040 Speed NVC 350K
|
||||
sonixj 0c45:607c Sonix sn9c102p Hv7131R
|
||||
sonixj 0c45:60c0 Sangha Sn535
|
||||
sonixj 0c45:60ce USB-PC-Camera-168 (TALK-5067)
|
||||
sonixj 0c45:60ec SN9C105+MO4000
|
||||
sonixj 0c45:60fb Surfer NoName
|
||||
sonixj 0c45:60fc LG-LIC300
|
||||
sonixj 0c45:60fe Microdia Audio
|
||||
sonixj 0c45:6100 PC Camera (SN9C128)
|
||||
sonixj 0c45:6102 PC Camera (SN9C128)
|
||||
sonixj 0c45:610a PC Camera (SN9C128)
|
||||
sonixj 0c45:610b PC Camera (SN9C128)
|
||||
sonixj 0c45:610c PC Camera (SN9C128)
|
||||
sonixj 0c45:610e PC Camera (SN9C128)
|
||||
sonixj 0c45:6128 Microdia/Sonix SNP325
|
||||
sonixj 0c45:612a Avant Camera
|
||||
sonixj 0c45:612b Speed-Link REFLECT2
|
||||
sonixj 0c45:612c Typhoon Rasy Cam 1.3MPix
|
||||
sonixj 0c45:6130 Sonix Pccam
|
||||
sonixj 0c45:6138 Sn9c120 Mo4000
|
||||
sonixj 0c45:613a Microdia Sonix PC Camera
|
||||
sonixj 0c45:613b Surfer SN-206
|
||||
sonixj 0c45:613c Sonix Pccam168
|
||||
sonixj 0c45:6142 Hama PC-Webcam AC-150
|
||||
sonixj 0c45:6143 Sonix Pccam168
|
||||
sonixj 0c45:6148 Digitus DA-70811/ZSMC USB PC Camera ZS211/Microdia
|
||||
sonixj 0c45:614a Frontech E-Ccam (JIL-2225)
|
||||
sn9c20x 0c45:6240 PC Camera (SN9C201 + MT9M001)
|
||||
sn9c20x 0c45:6242 PC Camera (SN9C201 + MT9M111)
|
||||
sn9c20x 0c45:6248 PC Camera (SN9C201 + OV9655)
|
||||
sn9c20x 0c45:624c PC Camera (SN9C201 + MT9M112)
|
||||
sn9c20x 0c45:624e PC Camera (SN9C201 + SOI968)
|
||||
sn9c20x 0c45:624f PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6251 PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6253 PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6260 PC Camera (SN9C201 + OV7670)
|
||||
sn9c20x 0c45:6270 PC Camera (SN9C201 + MT9V011/MT9V111/MT9V112)
|
||||
sn9c20x 0c45:627b PC Camera (SN9C201 + OV7660)
|
||||
sn9c20x 0c45:627c PC Camera (SN9C201 + HV7131R)
|
||||
sn9c20x 0c45:627f PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6280 PC Camera (SN9C202 + MT9M001)
|
||||
sn9c20x 0c45:6282 PC Camera (SN9C202 + MT9M111)
|
||||
sn9c20x 0c45:6288 PC Camera (SN9C202 + OV9655)
|
||||
sn9c20x 0c45:628c PC Camera (SN9C201 + MT9M112)
|
||||
sn9c20x 0c45:628e PC Camera (SN9C202 + SOI968)
|
||||
sn9c20x 0c45:628f PC Camera (SN9C202 + OV9650)
|
||||
sn9c20x 0c45:62a0 PC Camera (SN9C202 + OV7670)
|
||||
sn9c20x 0c45:62b0 PC Camera (SN9C202 + MT9V011/MT9V111/MT9V112)
|
||||
sn9c20x 0c45:62b3 PC Camera (SN9C202 + OV9655)
|
||||
sn9c20x 0c45:62bb PC Camera (SN9C202 + OV7660)
|
||||
sn9c20x 0c45:62bc PC Camera (SN9C202 + HV7131R)
|
||||
sn9c2028 0c45:8001 Wild Planet Digital Spy Camera
|
||||
sn9c2028 0c45:8003 Sakar #11199, #6637x, #67480 keychain cams
|
||||
sn9c2028 0c45:8008 Mini-Shotz ms-350
|
||||
sn9c2028 0c45:800a Vivitar Vivicam 3350B
|
||||
sunplus 0d64:0303 Sunplus FashionCam DXG
|
||||
ov519 0e96:c001 TRUST 380 USB2 SPACEC@M
|
||||
etoms 102c:6151 Qcam Sangha CIF
|
||||
etoms 102c:6251 Qcam xxxxxx VGA
|
||||
ov519 1046:9967 W9967CF/W9968CF WebCam IC, Video Blaster WebCam Go
|
||||
zc3xx 10fd:0128 Typhoon Webshot II USB 300k 0x0128
|
||||
spca561 10fd:7e50 FlyCam Usb 100
|
||||
zc3xx 10fd:8050 Typhoon Webshot II USB 300k
|
||||
ov534 1415:2000 Sony HD Eye for PS3 (SLEH 00201)
|
||||
pac207 145f:013a Trust WB-1300N
|
||||
sn9c20x 145f:013d Trust WB-3600R
|
||||
vc032x 15b8:6001 HP 2.0 Megapixel
|
||||
vc032x 15b8:6002 HP 2.0 Megapixel rz406aa
|
||||
spca501 1776:501c Arowana 300K CMOS Camera
|
||||
t613 17a1:0128 TASCORP JPEG Webcam, NGS Cyclops
|
||||
vc032x 17ef:4802 Lenovo Vc0323+MI1310_SOC
|
||||
pac207 2001:f115 D-Link DSB-C120
|
||||
sq905c 2770:9050 Disney pix micro (CIF)
|
||||
sq905c 2770:9051 Lego Bionicle
|
||||
sq905c 2770:9052 Disney pix micro 2 (VGA)
|
||||
sq905c 2770:905c All 11 known cameras with this ID
|
||||
sq905 2770:9120 All 24 known cameras with this ID
|
||||
sq905c 2770:913d All 4 known cameras with this ID
|
||||
sq930x 2770:930b Sweex Motion Tracking / I-Tec iCam Tracer
|
||||
sq930x 2770:930c Trust WB-3500T / NSG Robbie 2.0
|
||||
spca500 2899:012c Toptro Industrial
|
||||
ov519 8020:ef04 ov519
|
||||
spca508 8086:0110 Intel Easy PC Camera
|
||||
spca500 8086:0630 Intel Pocket PC Camera
|
||||
spca506 99fa:8988 Grandtec V.cap
|
||||
sn9c20x a168:0610 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
sn9c20x a168:0611 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
sn9c20x a168:0613 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
sn9c20x a168:0618 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
sn9c20x a168:0614 Dino-Lite Digital Microscope (SN9C201 + MT9M111)
|
||||
sn9c20x a168:0615 Dino-Lite Digital Microscope (SN9C201 + MT9M111)
|
||||
sn9c20x a168:0617 Dino-Lite Digital Microscope (SN9C201 + MT9M111)
|
||||
spca561 abcd:cdee Petcam
|
||||
========= ========= ====================================================================
|
||||
========= ========= ===================================================================
|
||||
spca501 0000:0000 MystFromOri Unknown Camera
|
||||
spca508 0130:0130 Clone Digital Webcam 11043
|
||||
se401 03e8:0004 Endpoints/AoxSE401
|
||||
zc3xx 03f0:1b07 HP Premium Starter Cam
|
||||
m5602 0402:5602 ALi Video Camera Controller
|
||||
spca501 040a:0002 Kodak DVC-325
|
||||
spca500 040a:0300 Kodak EZ200
|
||||
zc3xx 041e:041e Creative WebCam Live!
|
||||
ov519 041e:4003 Video Blaster WebCam Go Plus
|
||||
stv0680 041e:4007 Go Mini
|
||||
spca500 041e:400a Creative PC-CAM 300
|
||||
sunplus 041e:400b Creative PC-CAM 600
|
||||
sunplus 041e:4012 PC-Cam350
|
||||
sunplus 041e:4013 Creative Pccam750
|
||||
zc3xx 041e:4017 Creative Webcam Mobile PD1090
|
||||
spca508 041e:4018 Creative Webcam Vista (PD1100)
|
||||
spca561 041e:401a Creative Webcam Vista (PD1100)
|
||||
zc3xx 041e:401c Creative NX
|
||||
spca505 041e:401d Creative Webcam NX ULTRA
|
||||
zc3xx 041e:401e Creative Nx Pro
|
||||
zc3xx 041e:401f Creative Webcam Notebook PD1171
|
||||
zc3xx 041e:4022 Webcam NX Pro
|
||||
pac207 041e:4028 Creative Webcam Vista Plus
|
||||
zc3xx 041e:4029 Creative WebCam Vista Pro
|
||||
zc3xx 041e:4034 Creative Instant P0620
|
||||
zc3xx 041e:4035 Creative Instant P0620D
|
||||
zc3xx 041e:4036 Creative Live !
|
||||
sq930x 041e:4038 Creative Joy-IT
|
||||
zc3xx 041e:403a Creative Nx Pro 2
|
||||
spca561 041e:403b Creative Webcam Vista (VF0010)
|
||||
sq930x 041e:403c Creative Live! Ultra
|
||||
sq930x 041e:403d Creative Live! Ultra for Notebooks
|
||||
sq930x 041e:4041 Creative Live! Motion
|
||||
zc3xx 041e:4051 Creative Live!Cam Notebook Pro (VF0250)
|
||||
ov519 041e:4052 Creative Live! VISTA IM
|
||||
zc3xx 041e:4053 Creative Live!Cam Video IM
|
||||
vc032x 041e:405b Creative Live! Cam Notebook Ultra (VC0130)
|
||||
ov519 041e:405f Creative Live! VISTA VF0330
|
||||
ov519 041e:4060 Creative Live! VISTA VF0350
|
||||
ov519 041e:4061 Creative Live! VISTA VF0400
|
||||
ov519 041e:4064 Creative Live! VISTA VF0420
|
||||
ov519 041e:4067 Creative Live! Cam Video IM (VF0350)
|
||||
ov519 041e:4068 Creative Live! VISTA VF0470
|
||||
sn9c2028 0458:7003 GeniusVideocam Live v2
|
||||
spca561 0458:7004 Genius VideoCAM Express V2
|
||||
sn9c2028 0458:7005 Genius Smart 300, version 2
|
||||
sunplus 0458:7006 Genius Dsc 1.3 Smart
|
||||
zc3xx 0458:7007 Genius VideoCam V2
|
||||
zc3xx 0458:700c Genius VideoCam V3
|
||||
zc3xx 0458:700f Genius VideoCam Web V2
|
||||
sonixj 0458:7025 Genius Eye 311Q
|
||||
sn9c20x 0458:7029 Genius Look 320s
|
||||
sonixj 0458:702e Genius Slim 310 NB
|
||||
sn9c20x 0458:7045 Genius Look 1320 V2
|
||||
sn9c20x 0458:704a Genius Slim 1320
|
||||
sn9c20x 0458:704c Genius i-Look 1321
|
||||
sn9c20x 045e:00f4 LifeCam VX-6000 (SN9C20x + OV9650)
|
||||
sonixj 045e:00f5 MicroSoft VX3000
|
||||
sonixj 045e:00f7 MicroSoft VX1000
|
||||
ov519 045e:028c Micro$oft xbox cam
|
||||
kinect 045e:02ae Xbox NUI Camera
|
||||
kinect 045e:02bf Kinect for Windows NUI Camera
|
||||
spca561 0461:0815 Micro Innovations IC200 Webcam
|
||||
sunplus 0461:0821 Fujifilm MV-1
|
||||
zc3xx 0461:0a00 MicroInnovation WebCam320
|
||||
stv06xx 046D:08F0 QuickCamMessenger
|
||||
stv06xx 046D:08F5 QuickCamCommunicate
|
||||
stv06xx 046D:08F6 QuickCamMessenger (new)
|
||||
stv06xx 046d:0840 QuickCamExpress
|
||||
stv06xx 046d:0850 LEGOcam / QuickCam Web
|
||||
stv06xx 046d:0870 DexxaWebCam USB
|
||||
spca500 046d:0890 Logitech QuickCam traveler
|
||||
vc032x 046d:0892 Logitech Orbicam
|
||||
vc032x 046d:0896 Logitech Orbicam
|
||||
vc032x 046d:0897 Logitech QuickCam for Dell notebooks
|
||||
zc3xx 046d:089d Logitech QuickCam E2500
|
||||
zc3xx 046d:08a0 Logitech QC IM
|
||||
zc3xx 046d:08a1 Logitech QC IM 0x08A1 +sound
|
||||
zc3xx 046d:08a2 Labtec Webcam Pro
|
||||
zc3xx 046d:08a3 Logitech QC Chat
|
||||
zc3xx 046d:08a6 Logitech QCim
|
||||
zc3xx 046d:08a7 Logitech QuickCam Image
|
||||
zc3xx 046d:08a9 Logitech Notebook Deluxe
|
||||
zc3xx 046d:08aa Labtec Webcam Notebook
|
||||
zc3xx 046d:08ac Logitech QuickCam Cool
|
||||
zc3xx 046d:08ad Logitech QCCommunicate STX
|
||||
zc3xx 046d:08ae Logitech QuickCam for Notebooks
|
||||
zc3xx 046d:08af Logitech QuickCam Cool
|
||||
zc3xx 046d:08b9 Logitech QuickCam Express
|
||||
zc3xx 046d:08d7 Logitech QCam STX
|
||||
zc3xx 046d:08d8 Logitech Notebook Deluxe
|
||||
zc3xx 046d:08d9 Logitech QuickCam IM/Connect
|
||||
zc3xx 046d:08da Logitech QuickCam Messenger
|
||||
zc3xx 046d:08dd Logitech QuickCam for Notebooks
|
||||
spca500 046d:0900 Logitech Inc. ClickSmart 310
|
||||
spca500 046d:0901 Logitech Inc. ClickSmart 510
|
||||
sunplus 046d:0905 Logitech ClickSmart 820
|
||||
tv8532 046d:0920 Logitech QuickCam Express
|
||||
tv8532 046d:0921 Labtec Webcam
|
||||
spca561 046d:0928 Logitech QC Express Etch2
|
||||
spca561 046d:0929 Labtec Webcam Elch2
|
||||
spca561 046d:092a Logitech QC for Notebook
|
||||
spca561 046d:092b Labtec Webcam Plus
|
||||
spca561 046d:092c Logitech QC chat Elch2
|
||||
spca561 046d:092d Logitech QC Elch2
|
||||
spca561 046d:092e Logitech QC Elch2
|
||||
spca561 046d:092f Logitech QuickCam Express Plus
|
||||
sunplus 046d:0960 Logitech ClickSmart 420
|
||||
nw80x 046d:d001 Logitech QuickCam Pro (dark focus ring)
|
||||
se401 0471:030b PhilipsPCVC665K
|
||||
sunplus 0471:0322 Philips DMVC1300K
|
||||
zc3xx 0471:0325 Philips SPC 200 NC
|
||||
zc3xx 0471:0326 Philips SPC 300 NC
|
||||
sonixj 0471:0327 Philips SPC 600 NC
|
||||
sonixj 0471:0328 Philips SPC 700 NC
|
||||
zc3xx 0471:032d Philips SPC 210 NC
|
||||
zc3xx 0471:032e Philips SPC 315 NC
|
||||
sonixj 0471:0330 Philips SPC 710 NC
|
||||
se401 047d:5001 Kensington67014
|
||||
se401 047d:5002 Kensington6701(5/7)
|
||||
se401 047d:5003 Kensington67016
|
||||
spca501 0497:c001 Smile International
|
||||
sunplus 04a5:3003 Benq DC 1300
|
||||
sunplus 04a5:3008 Benq DC 1500
|
||||
sunplus 04a5:300a Benq DC 3410
|
||||
spca500 04a5:300c Benq DC 1016
|
||||
benq 04a5:3035 Benq DC E300
|
||||
vicam 04c1:009d HomeConnect Webcam [vicam]
|
||||
konica 04c8:0720 IntelYC 76
|
||||
finepix 04cb:0104 Fujifilm FinePix 4800
|
||||
finepix 04cb:0109 Fujifilm FinePix A202
|
||||
finepix 04cb:010b Fujifilm FinePix A203
|
||||
finepix 04cb:010f Fujifilm FinePix A204
|
||||
finepix 04cb:0111 Fujifilm FinePix A205
|
||||
finepix 04cb:0113 Fujifilm FinePix A210
|
||||
finepix 04cb:0115 Fujifilm FinePix A303
|
||||
finepix 04cb:0117 Fujifilm FinePix A310
|
||||
finepix 04cb:0119 Fujifilm FinePix F401
|
||||
finepix 04cb:011b Fujifilm FinePix F402
|
||||
finepix 04cb:011d Fujifilm FinePix F410
|
||||
finepix 04cb:0121 Fujifilm FinePix F601
|
||||
finepix 04cb:0123 Fujifilm FinePix F700
|
||||
finepix 04cb:0125 Fujifilm FinePix M603
|
||||
finepix 04cb:0127 Fujifilm FinePix S300
|
||||
finepix 04cb:0129 Fujifilm FinePix S304
|
||||
finepix 04cb:012b Fujifilm FinePix S500
|
||||
finepix 04cb:012d Fujifilm FinePix S602
|
||||
finepix 04cb:012f Fujifilm FinePix S700
|
||||
finepix 04cb:0131 Fujifilm FinePix unknown model
|
||||
finepix 04cb:013b Fujifilm FinePix unknown model
|
||||
finepix 04cb:013d Fujifilm FinePix unknown model
|
||||
finepix 04cb:013f Fujifilm FinePix F420
|
||||
sunplus 04f1:1001 JVC GC A50
|
||||
spca561 04fc:0561 Flexcam 100
|
||||
spca1528 04fc:1528 Sunplus MD80 clone
|
||||
sunplus 04fc:500c Sunplus CA500C
|
||||
sunplus 04fc:504a Aiptek Mini PenCam 1.3
|
||||
sunplus 04fc:504b Maxell MaxPocket LE 1.3
|
||||
sunplus 04fc:5330 Digitrex 2110
|
||||
sunplus 04fc:5360 Sunplus Generic
|
||||
spca500 04fc:7333 PalmPixDC85
|
||||
sunplus 04fc:ffff Pure DigitalDakota
|
||||
nw80x 0502:d001 DVC V6
|
||||
spca501 0506:00df 3Com HomeConnect Lite
|
||||
sunplus 052b:1507 Megapixel 5 Pretec DC-1007
|
||||
sunplus 052b:1513 Megapix V4
|
||||
sunplus 052b:1803 MegaImage VI
|
||||
nw80x 052b:d001 EZCam Pro p35u
|
||||
tv8532 0545:808b Veo Stingray
|
||||
tv8532 0545:8333 Veo Stingray
|
||||
sunplus 0546:3155 Polaroid PDC3070
|
||||
sunplus 0546:3191 Polaroid Ion 80
|
||||
sunplus 0546:3273 Polaroid PDC2030
|
||||
touptek 0547:6801 TTUCMOS08000KPB, AS MU800
|
||||
dtcs033 0547:7303 Anchor Chips, Inc
|
||||
ov519 054c:0154 Sonny toy4
|
||||
ov519 054c:0155 Sonny toy5
|
||||
cpia1 0553:0002 CPIA CPiA (version1) based cameras
|
||||
stv0680 0553:0202 STV0680 Camera
|
||||
zc3xx 055f:c005 Mustek Wcam300A
|
||||
spca500 055f:c200 Mustek Gsmart 300
|
||||
sunplus 055f:c211 Kowa Bs888e Microcamera
|
||||
spca500 055f:c220 Gsmart Mini
|
||||
sunplus 055f:c230 Mustek Digicam 330K
|
||||
sunplus 055f:c232 Mustek MDC3500
|
||||
sunplus 055f:c360 Mustek DV4000 Mpeg4
|
||||
sunplus 055f:c420 Mustek gSmart Mini 2
|
||||
sunplus 055f:c430 Mustek Gsmart LCD 2
|
||||
sunplus 055f:c440 Mustek DV 3000
|
||||
sunplus 055f:c520 Mustek gSmart Mini 3
|
||||
sunplus 055f:c530 Mustek Gsmart LCD 3
|
||||
sunplus 055f:c540 Gsmart D30
|
||||
sunplus 055f:c630 Mustek MDC4000
|
||||
sunplus 055f:c650 Mustek MDC5500Z
|
||||
nw80x 055f:d001 Mustek Wcam 300 mini
|
||||
zc3xx 055f:d003 Mustek WCam300A
|
||||
zc3xx 055f:d004 Mustek WCam300 AN
|
||||
conex 0572:0041 Creative Notebook cx11646
|
||||
ov519 05a9:0511 Video Blaster WebCam 3/WebCam Plus, D-Link USB Digital Video Camera
|
||||
ov519 05a9:0518 Creative WebCam
|
||||
ov519 05a9:0519 OV519 Microphone
|
||||
ov519 05a9:0530 OmniVision
|
||||
ov534_9 05a9:1550 OmniVision VEHO Filmscanner
|
||||
ov519 05a9:2800 OmniVision SuperCAM
|
||||
ov519 05a9:4519 Webcam Classic
|
||||
ov534_9 05a9:8065 OmniVision test kit ov538+ov9712
|
||||
ov519 05a9:8519 OmniVision
|
||||
ov519 05a9:a511 D-Link USB Digital Video Camera
|
||||
ov519 05a9:a518 D-Link DSB-C310 Webcam
|
||||
sunplus 05da:1018 Digital Dream Enigma 1.3
|
||||
stk014 05e1:0893 Syntek DV4000
|
||||
gl860 05e3:0503 Genesys Logic PC Camera
|
||||
gl860 05e3:f191 Genesys Logic PC Camera
|
||||
vicam 0602:1001 ViCam Webcam
|
||||
spca561 060b:a001 Maxell Compact Pc PM3
|
||||
zc3xx 0698:2003 CTX M730V built in
|
||||
topro 06a2:0003 TP6800 PC Camera, CmoX CX0342 webcam
|
||||
topro 06a2:6810 Creative Qmax
|
||||
nw80x 06a5:0000 Typhoon Webcam 100 USB
|
||||
nw80x 06a5:d001 Divio based webcams
|
||||
nw80x 06a5:d800 Divio Chicony TwinkleCam, Trust SpaceCam
|
||||
spca500 06bd:0404 Agfa CL20
|
||||
spca500 06be:0800 Optimedia
|
||||
nw80x 06be:d001 EZCam Pro p35u
|
||||
sunplus 06d6:0031 Trust 610 LCD PowerC@m Zoom
|
||||
sunplus 06d6:0041 Aashima Technology B.V.
|
||||
spca506 06e1:a190 ADS Instant VCD
|
||||
ov534 06f8:3002 Hercules Blog Webcam
|
||||
ov534_9 06f8:3003 Hercules Dualpix HD Weblog
|
||||
sonixj 06f8:3004 Hercules Classic Silver
|
||||
sonixj 06f8:3008 Hercules Deluxe Optical Glass
|
||||
pac7302 06f8:3009 Hercules Classic Link
|
||||
pac7302 06f8:301b Hercules Link
|
||||
nw80x 0728:d001 AVerMedia Camguard
|
||||
spca508 0733:0110 ViewQuest VQ110
|
||||
spca501 0733:0401 Intel Create and Share
|
||||
spca501 0733:0402 ViewQuest M318B
|
||||
spca505 0733:0430 Intel PC Camera Pro
|
||||
sunplus 0733:1311 Digital Dream Epsilon 1.3
|
||||
sunplus 0733:1314 Mercury 2.1MEG Deluxe Classic Cam
|
||||
sunplus 0733:2211 Jenoptik jdc 21 LCD
|
||||
sunplus 0733:2221 Mercury Digital Pro 3.1p
|
||||
sunplus 0733:3261 Concord 3045 spca536a
|
||||
sunplus 0733:3281 Cyberpix S550V
|
||||
spca506 0734:043b 3DeMon USB Capture aka
|
||||
cpia1 0813:0001 QX3 camera
|
||||
ov519 0813:0002 Dual Mode USB Camera Plus
|
||||
spca500 084d:0003 D-Link DSC-350
|
||||
spca500 08ca:0103 Aiptek PocketDV
|
||||
sunplus 08ca:0104 Aiptek PocketDVII 1.3
|
||||
sunplus 08ca:0106 Aiptek Pocket DV3100+
|
||||
mr97310a 08ca:0110 Trust Spyc@m 100
|
||||
mr97310a 08ca:0111 Aiptek PenCam VGA+
|
||||
sunplus 08ca:2008 Aiptek Mini PenCam 2 M
|
||||
sunplus 08ca:2010 Aiptek PocketCam 3M
|
||||
sunplus 08ca:2016 Aiptek PocketCam 2 Mega
|
||||
sunplus 08ca:2018 Aiptek Pencam SD 2M
|
||||
sunplus 08ca:2020 Aiptek Slim 3000F
|
||||
sunplus 08ca:2022 Aiptek Slim 3200
|
||||
sunplus 08ca:2024 Aiptek DV3500 Mpeg4
|
||||
sunplus 08ca:2028 Aiptek PocketCam4M
|
||||
sunplus 08ca:2040 Aiptek PocketDV4100M
|
||||
sunplus 08ca:2042 Aiptek PocketDV5100
|
||||
sunplus 08ca:2050 Medion MD 41437
|
||||
sunplus 08ca:2060 Aiptek PocketDV5300
|
||||
tv8532 0923:010f ICM532 cams
|
||||
mr97310a 093a:010e All known CIF cams with this ID
|
||||
mr97310a 093a:010f All known VGA cams with this ID
|
||||
mars 093a:050f Mars-Semi Pc-Camera
|
||||
pac207 093a:2460 Qtec Webcam 100
|
||||
pac207 093a:2461 HP Webcam
|
||||
pac207 093a:2463 Philips SPC 220 NC
|
||||
pac207 093a:2464 Labtec Webcam 1200
|
||||
pac207 093a:2468 Webcam WB-1400T
|
||||
pac207 093a:2470 Genius GF112
|
||||
pac207 093a:2471 Genius VideoCam ge111
|
||||
pac207 093a:2472 Genius VideoCam ge110
|
||||
pac207 093a:2474 Genius iLook 111
|
||||
pac207 093a:2476 Genius e-Messenger 112
|
||||
pac7311 093a:2600 PAC7311 Typhoon
|
||||
pac7311 093a:2601 Philips SPC 610 NC
|
||||
pac7311 093a:2603 Philips SPC 500 NC
|
||||
pac7311 093a:2608 Trust WB-3300p
|
||||
pac7311 093a:260e Gigaware VGA PC Camera, Trust WB-3350p, SIGMA cam 2350
|
||||
pac7311 093a:260f SnakeCam
|
||||
pac7302 093a:2620 Apollo AC-905
|
||||
pac7302 093a:2621 PAC731x
|
||||
pac7302 093a:2622 Genius Eye 312
|
||||
pac7302 093a:2623 Pixart Imaging, Inc.
|
||||
pac7302 093a:2624 PAC7302
|
||||
pac7302 093a:2625 Genius iSlim 310
|
||||
pac7302 093a:2626 Labtec 2200
|
||||
pac7302 093a:2627 Genius FaceCam 300
|
||||
pac7302 093a:2628 Genius iLook 300
|
||||
pac7302 093a:2629 Genious iSlim 300
|
||||
pac7302 093a:262a Webcam 300k
|
||||
pac7302 093a:262c Philips SPC 230 NC
|
||||
jl2005bcd 0979:0227 Various brands, 19 known cameras supported
|
||||
jeilinj 0979:0270 Sakar 57379
|
||||
jeilinj 0979:0280 Sportscam DV15, Sakar 57379
|
||||
zc3xx 0ac8:0301 Web Camera
|
||||
zc3xx 0ac8:0302 Z-star Vimicro zc0302
|
||||
vc032x 0ac8:0321 Vimicro generic vc0321
|
||||
vc032x 0ac8:0323 Vimicro Vc0323
|
||||
vc032x 0ac8:0328 A4Tech PK-130MG
|
||||
zc3xx 0ac8:301b Z-Star zc301b
|
||||
zc3xx 0ac8:303b Vimicro 0x303b
|
||||
zc3xx 0ac8:305b Z-star Vimicro zc0305b
|
||||
zc3xx 0ac8:307b PC Camera (ZS0211)
|
||||
vc032x 0ac8:c001 Sony embedded vimicro
|
||||
vc032x 0ac8:c002 Sony embedded vimicro
|
||||
vc032x 0ac8:c301 Samsung Q1 Ultra Premium
|
||||
spca508 0af9:0010 Hama USB Sightcam 100
|
||||
spca508 0af9:0011 Hama USB Sightcam 100
|
||||
ov519 0b62:0059 iBOT2 Webcam
|
||||
sonixb 0c45:6001 Genius VideoCAM NB
|
||||
sonixb 0c45:6005 Microdia Sweex Mini Webcam
|
||||
sonixb 0c45:6007 Sonix sn9c101 + Tas5110D
|
||||
sonixb 0c45:6009 spcaCam@120
|
||||
sonixb 0c45:600d spcaCam@120
|
||||
sonixb 0c45:6011 Microdia PC Camera (SN9C102)
|
||||
sonixb 0c45:6019 Generic Sonix OV7630
|
||||
sonixb 0c45:6024 Generic Sonix Tas5130c
|
||||
sonixb 0c45:6025 Xcam Shanga
|
||||
sonixb 0c45:6027 GeniusEye 310
|
||||
sonixb 0c45:6028 Sonix Btc Pc380
|
||||
sonixb 0c45:6029 spcaCam@150
|
||||
sonixb 0c45:602a Meade ETX-105EC Camera
|
||||
sonixb 0c45:602c Generic Sonix OV7630
|
||||
sonixb 0c45:602d LIC-200 LG
|
||||
sonixb 0c45:602e Genius VideoCam Messenger
|
||||
sonixj 0c45:6040 Speed NVC 350K
|
||||
sonixj 0c45:607c Sonix sn9c102p Hv7131R
|
||||
sonixb 0c45:6083 VideoCAM Look
|
||||
sonixb 0c45:608c VideoCAM Look
|
||||
sonixb 0c45:608f PC Camera (SN9C103 + OV7630)
|
||||
sonixb 0c45:60a8 VideoCAM Look
|
||||
sonixb 0c45:60aa VideoCAM Look
|
||||
sonixb 0c45:60af VideoCAM Look
|
||||
sonixb 0c45:60b0 Genius VideoCam Look
|
||||
sonixj 0c45:60c0 Sangha Sn535
|
||||
sonixj 0c45:60ce USB-PC-Camera-168 (TALK-5067)
|
||||
sonixj 0c45:60ec SN9C105+MO4000
|
||||
sonixj 0c45:60fb Surfer NoName
|
||||
sonixj 0c45:60fc LG-LIC300
|
||||
sonixj 0c45:60fe Microdia Audio
|
||||
sonixj 0c45:6100 PC Camera (SN9C128)
|
||||
sonixj 0c45:6102 PC Camera (SN9C128)
|
||||
sonixj 0c45:610a PC Camera (SN9C128)
|
||||
sonixj 0c45:610b PC Camera (SN9C128)
|
||||
sonixj 0c45:610c PC Camera (SN9C128)
|
||||
sonixj 0c45:610e PC Camera (SN9C128)
|
||||
sonixj 0c45:6128 Microdia/Sonix SNP325
|
||||
sonixj 0c45:612a Avant Camera
|
||||
sonixj 0c45:612b Speed-Link REFLECT2
|
||||
sonixj 0c45:612c Typhoon Rasy Cam 1.3MPix
|
||||
sonixj 0c45:612e PC Camera (SN9C110)
|
||||
sonixj 0c45:6130 Sonix Pccam
|
||||
sonixj 0c45:6138 Sn9c120 Mo4000
|
||||
sonixj 0c45:613a Microdia Sonix PC Camera
|
||||
sonixj 0c45:613b Surfer SN-206
|
||||
sonixj 0c45:613c Sonix Pccam168
|
||||
sonixj 0c45:613e PC Camera (SN9C120)
|
||||
sonixj 0c45:6142 Hama PC-Webcam AC-150
|
||||
sonixj 0c45:6143 Sonix Pccam168
|
||||
sonixj 0c45:6148 Digitus DA-70811/ZSMC USB PC Camera ZS211/Microdia
|
||||
sonixj 0c45:614a Frontech E-Ccam (JIL-2225)
|
||||
sn9c20x 0c45:6240 PC Camera (SN9C201 + MT9M001)
|
||||
sn9c20x 0c45:6242 PC Camera (SN9C201 + MT9M111)
|
||||
sn9c20x 0c45:6248 PC Camera (SN9C201 + OV9655)
|
||||
sn9c20x 0c45:624c PC Camera (SN9C201 + MT9M112)
|
||||
sn9c20x 0c45:624e PC Camera (SN9C201 + SOI968)
|
||||
sn9c20x 0c45:624f PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6251 PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6253 PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6260 PC Camera (SN9C201 + OV7670)
|
||||
sn9c20x 0c45:6270 PC Camera (SN9C201 + MT9V011/MT9V111/MT9V112)
|
||||
sn9c20x 0c45:627b PC Camera (SN9C201 + OV7660)
|
||||
sn9c20x 0c45:627c PC Camera (SN9C201 + HV7131R)
|
||||
sn9c20x 0c45:627f PC Camera (SN9C201 + OV9650)
|
||||
sn9c20x 0c45:6280 PC Camera (SN9C202 + MT9M001)
|
||||
sn9c20x 0c45:6282 PC Camera (SN9C202 + MT9M111)
|
||||
sn9c20x 0c45:6288 PC Camera (SN9C202 + OV9655)
|
||||
sn9c20x 0c45:628c PC Camera (SN9C201 + MT9M112)
|
||||
sn9c20x 0c45:628e PC Camera (SN9C202 + SOI968)
|
||||
sn9c20x 0c45:628f PC Camera (SN9C202 + OV9650)
|
||||
sn9c20x 0c45:62a0 PC Camera (SN9C202 + OV7670)
|
||||
sn9c20x 0c45:62b0 PC Camera (SN9C202 + MT9V011/MT9V111/MT9V112)
|
||||
sn9c20x 0c45:62b3 PC Camera (SN9C202 + OV9655)
|
||||
sn9c20x 0c45:62bb PC Camera (SN9C202 + OV7660)
|
||||
sn9c20x 0c45:62bc PC Camera (SN9C202 + HV7131R)
|
||||
sn9c2028 0c45:8001 Wild Planet Digital Spy Camera
|
||||
sn9c2028 0c45:8003 Sakar #11199, #6637x, #67480 keychain cams
|
||||
sn9c2028 0c45:8008 Mini-Shotz ms-350
|
||||
sn9c2028 0c45:800a Vivitar Vivicam 3350B
|
||||
sunplus 0d64:0303 Sunplus FashionCam DXG
|
||||
ov519 0e96:c001 TRUST 380 USB2 SPACEC@M
|
||||
etoms 102c:6151 Qcam Sangha CIF
|
||||
etoms 102c:6251 Qcam xxxxxx VGA
|
||||
ov519 1046:9967 W9967CF/W9968CF WebCam IC, Video Blaster WebCam Go
|
||||
zc3xx 10fd:0128 Typhoon Webshot II USB 300k 0x0128
|
||||
spca561 10fd:7e50 FlyCam Usb 100
|
||||
zc3xx 10fd:804d Typhoon Webshot II Webcam [zc0301]
|
||||
zc3xx 10fd:8050 Typhoon Webshot II USB 300k
|
||||
ov534 1415:2000 Sony HD Eye for PS3 (SLEH 00201)
|
||||
pac207 145f:013a Trust WB-1300N
|
||||
pac7302 145f:013c Trust
|
||||
sn9c20x 145f:013d Trust WB-3600R
|
||||
vc032x 15b8:6001 HP 2.0 Megapixel
|
||||
vc032x 15b8:6002 HP 2.0 Megapixel rz406aa
|
||||
stk1135 174f:6a31 ASUSlaptop, MT9M112 sensor
|
||||
spca501 1776:501c Arowana 300K CMOS Camera
|
||||
t613 17a1:0128 TASCORP JPEG Webcam, NGS Cyclops
|
||||
vc032x 17ef:4802 Lenovo Vc0323+MI1310_SOC
|
||||
pac7302 1ae7:2001 SpeedLinkSnappy Mic SL-6825-SBK
|
||||
pac207 2001:f115 D-Link DSB-C120
|
||||
sq905c 2770:9050 Disney pix micro (CIF)
|
||||
sq905c 2770:9051 Lego Bionicle
|
||||
sq905c 2770:9052 Disney pix micro 2 (VGA)
|
||||
sq905c 2770:905c All 11 known cameras with this ID
|
||||
sq905 2770:9120 All 24 known cameras with this ID
|
||||
sq905c 2770:913d All 4 known cameras with this ID
|
||||
sq930x 2770:930b Sweex Motion Tracking / I-Tec iCam Tracer
|
||||
sq930x 2770:930c Trust WB-3500T / NSG Robbie 2.0
|
||||
spca500 2899:012c Toptro Industrial
|
||||
ov519 8020:ef04 ov519
|
||||
spca508 8086:0110 Intel Easy PC Camera
|
||||
spca500 8086:0630 Intel Pocket PC Camera
|
||||
spca506 99fa:8988 Grandtec V.cap
|
||||
sn9c20x a168:0610 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
sn9c20x a168:0611 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
sn9c20x a168:0613 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
sn9c20x a168:0614 Dino-Lite Digital Microscope (SN9C201 + MT9M111)
|
||||
sn9c20x a168:0615 Dino-Lite Digital Microscope (SN9C201 + MT9M111)
|
||||
sn9c20x a168:0617 Dino-Lite Digital Microscope (SN9C201 + MT9M111)
|
||||
sn9c20x a168:0618 Dino-Lite Digital Microscope (SN9C201 + HV7131R)
|
||||
spca561 abcd:cdee Petcam
|
||||
========= ========= ===================================================================
|
||||
|
@@ -2,6 +2,8 @@
|
||||
|
||||
.. include:: <isonum.txt>
|
||||
|
||||
.. _v4l-drivers:
|
||||
|
||||
################################################
|
||||
Video4Linux (V4L) driver-specific documentation
|
||||
################################################
|
||||
@@ -46,6 +48,7 @@ For more details see the file COPYING in the source distribution of Linux.
|
||||
pvrusb2
|
||||
pxa_camera
|
||||
radiotrack
|
||||
rcar-fdp1
|
||||
saa7134
|
||||
sh_mobile_ceu_camera
|
||||
si470x
|
||||
|
@@ -1,29 +1,38 @@
|
||||
IVTV cards list
|
||||
===============
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
1 -> Hauppauge WinTV PVR-250
|
||||
2 -> Hauppauge WinTV PVR-350
|
||||
3 -> Hauppauge WinTV PVR-150 or PVR-500
|
||||
4 -> AVerMedia M179 [1461:a3ce,1461:a3cf]
|
||||
5 -> Yuan MPG600/Kuroutoshikou iTVC16-STVLP [12ab:fff3,12ab:ffff]
|
||||
6 -> Yuan MPG160/Kuroutoshikou iTVC15-STVLP [12ab:0000,10fc:40a0]
|
||||
7 -> Yuan PG600/DiamondMM PVR-550 [ff92:0070,ffab:0600]
|
||||
8 -> Adaptec AVC-2410 [9005:0093]
|
||||
9 -> Adaptec AVC-2010 [9005:0092]
|
||||
10 -> NAGASE TRANSGEAR 5000TV [1461:bfff]
|
||||
11 -> AOpen VA2000MAX-STN6 [0000:ff5f]
|
||||
12 -> YUAN MPG600GR/Kuroutoshikou CX23416GYC-STVLP [12ab:0600,fbab:0600,1154:0523]
|
||||
13 -> I/O Data GV-MVP/RX [10fc:d01e,10fc:d038,10fc:d039]
|
||||
14 -> I/O Data GV-MVP/RX2E [10fc:d025]
|
||||
15 -> GOTVIEW PCI DVD (partial support only) [12ab:0600]
|
||||
16 -> GOTVIEW PCI DVD2 Deluxe [ffac:0600]
|
||||
17 -> Yuan MPC622 [ff01:d998]
|
||||
18 -> Digital Cowboy DCT-MTVP1 [1461:bfff]
|
||||
19 -> Yuan PG600V2/GotView PCI DVD Lite [ffab:0600,ffad:0600]
|
||||
20 -> Club3D ZAP-TV1x01 [ffab:0600]
|
||||
21 -> AverTV MCE 116 Plus [1461:c439]
|
||||
22 -> ASUS Falcon2 [1043:4b66,1043:462e,1043:4b2e]
|
||||
23 -> AverMedia PVR-150 Plus [1461:c035]
|
||||
24 -> AverMedia EZMaker PCI Deluxe [1461:c03f]
|
||||
=========== ============================================================= ====================================================
|
||||
Card number Card name PCI IDs
|
||||
=========== ============================================================= ====================================================
|
||||
0 Hauppauge WinTV PVR-250 IVTV16 104d:813d
|
||||
1 Hauppauge WinTV PVR-350 IVTV16 104d:813d
|
||||
2 Hauppauge WinTV PVR-150 IVTV16 104d:813d
|
||||
3 AVerMedia M179 IVTV15 1461:a3cf, IVTV15 1461:a3ce
|
||||
4 Yuan MPG600, Kuroutoshikou ITVC16-STVLP IVTV16 12ab:fff3, IVTV16 12ab:ffff
|
||||
5 YUAN MPG160, Kuroutoshikou ITVC15-STVLP, I/O Data GV-M2TV/PCI IVTV15 10fc:40a0
|
||||
6 Yuan PG600, Diamond PVR-550 IVTV16 ff92:0070, IVTV16 ffab:0600
|
||||
7 Adaptec VideOh! AVC-2410 IVTV16 9005:0093
|
||||
8 Adaptec VideOh! AVC-2010 IVTV16 9005:0092
|
||||
9 Nagase Transgear 5000TV IVTV16 1461:bfff
|
||||
10 AOpen VA2000MAX-SNT6 IVTV16 0000:ff5f
|
||||
11 Yuan MPG600GR, Kuroutoshikou CX23416GYC-STVLP IVTV16 12ab:0600, IVTV16 fbab:0600, IVTV16 1154:0523
|
||||
12 I/O Data GV-MVP/RX, GV-MVP/RX2W (dual tuner) IVTV16 10fc:d01e, IVTV16 10fc:d038, IVTV16 10fc:d039
|
||||
13 I/O Data GV-MVP/RX2E IVTV16 10fc:d025
|
||||
14 GotView PCI DVD IVTV16 12ab:0600
|
||||
15 GotView PCI DVD2 Deluxe IVTV16 ffac:0600
|
||||
16 Yuan MPC622 IVTV16 ff01:d998
|
||||
17 Digital Cowboy DCT-MTVP1 IVTV16 1461:bfff
|
||||
18 Yuan PG600-2, GotView PCI DVD Lite IVTV16 ffab:0600, IVTV16 ffad:0600
|
||||
19 Club3D ZAP-TV1x01 IVTV16 ffab:0600
|
||||
20 AVerTV MCE 116 Plus IVTV16 1461:c439
|
||||
21 ASUS Falcon2 IVTV16 1043:4b66, IVTV16 1043:462e, IVTV16 1043:4b2e
|
||||
22 AVerMedia PVR-150 Plus / AVerTV M113 Partsnic (Daewoo) Tuner IVTV16 1461:c034, IVTV16 1461:c035
|
||||
23 AVerMedia EZMaker PCI Deluxe IVTV16 1461:c03f
|
||||
24 AVerMedia M104 IVTV16 1461:c136
|
||||
25 Buffalo PC-MV5L/PCI IVTV16 1154:052b
|
||||
26 AVerMedia UltraTV 1500 MCE / AVerTV M113 Philips Tuner IVTV16 1461:c019, IVTV16 1461:c01b
|
||||
27 Sony VAIO Giga Pocket (ENX Kikyou) IVTV16 104d:813d
|
||||
28 Hauppauge WinTV PVR-350 (V1) IVTV16 104d:813d
|
||||
29 Yuan MPG600GR, Kuroutoshikou CX23416GYC-STVLP (no GR) IVTV16 104d:813d
|
||||
30 Yuan MPG600GR, Kuroutoshikou CX23416GYC-STVLP (no GR/YCS) IVTV16 104d:813d
|
||||
=========== ============================================================= ====================================================
|
||||
|
37
Documentation/media/v4l-drivers/rcar-fdp1.rst
Normal file
@@ -0,0 +1,37 @@
|
||||
Renesas R-Car Fine Display Processor (FDP1) Driver
|
||||
==================================================
|
||||
|
||||
The R-Car FDP1 driver implements driver-specific controls as follows.
|
||||
|
||||
``V4L2_CID_DEINTERLACING_MODE (menu)``
|
||||
The video deinterlacing mode (such as Bob, Weave, ...). The R-Car FDP1
|
||||
driver implements the following modes.
|
||||
|
||||
.. flat-table::
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
:widths: 1 4
|
||||
|
||||
* - ``"Progressive" (0)``
|
||||
- The input image video stream is progressive (not interlaced). No
|
||||
deinterlacing is performed. Apart from (optional) format and encoding
|
||||
conversion output frames are identical to the input frames.
|
||||
* - ``"Adaptive 2D/3D" (1)``
|
||||
- Motion adaptive version of 2D and 3D deinterlacing. Use 3D deinterlacing
|
||||
in the presence of fast motion and 2D deinterlacing with diagonal
|
||||
interpolation otherwise.
|
||||
* - ``"Fixed 2D" (2)``
|
||||
- The current field is scaled vertically by averaging adjacent lines to
|
||||
recover missing lines. This method is also known as blending or Line
|
||||
Averaging (LAV).
|
||||
* - ``"Fixed 3D" (3)``
|
||||
- The previous and next fields are averaged to recover lines missing from
|
||||
the current field. This method is also known as Field Averaging (FAV).
|
||||
* - ``"Previous field" (4)``
|
||||
- The current field is weaved with the previous field, i.e. the previous
|
||||
field is used to fill missing lines from the current field. This method
|
||||
is also known as weave deinterlacing.
|
||||
* - ``"Next field" (5)``
|
||||
- The current field is weaved with the next field, i.e. the next field is
|
||||
used to fill missing lines from the current field. This method is also
|
||||
known as weave deinterlacing.
|
@@ -1,202 +1,204 @@
|
||||
SAA7134 cards list
|
||||
==================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> UNKNOWN/GENERIC
|
||||
1 -> Proteus Pro [philips reference design] [1131:2001,1131:2001]
|
||||
2 -> LifeView FlyVIDEO3000 [5168:0138,4e42:0138]
|
||||
3 -> LifeView/Typhoon FlyVIDEO2000 [5168:0138,4e42:0138]
|
||||
4 -> EMPRESS [1131:6752]
|
||||
5 -> SKNet Monster TV [1131:4e85]
|
||||
6 -> Tevion MD 9717
|
||||
7 -> KNC One TV-Station RDS / Typhoon TV Tuner RDS [1131:fe01,1894:fe01]
|
||||
8 -> Terratec Cinergy 400 TV [153b:1142]
|
||||
9 -> Medion 5044
|
||||
10 -> Kworld/KuroutoShikou SAA7130-TVPCI
|
||||
11 -> Terratec Cinergy 600 TV [153b:1143]
|
||||
12 -> Medion 7134 [16be:0003,16be:5000]
|
||||
13 -> Typhoon TV+Radio 90031
|
||||
14 -> ELSA EX-VISION 300TV [1048:226b]
|
||||
15 -> ELSA EX-VISION 500TV [1048:226a]
|
||||
16 -> ASUS TV-FM 7134 [1043:4842,1043:4830,1043:4840]
|
||||
17 -> AOPEN VA1000 POWER [1131:7133]
|
||||
18 -> BMK MPEX No Tuner
|
||||
19 -> Compro VideoMate TV [185b:c100]
|
||||
20 -> Matrox CronosPlus [102B:48d0]
|
||||
21 -> 10MOONS PCI TV CAPTURE CARD [1131:2001]
|
||||
22 -> AverMedia M156 / Medion 2819 [1461:a70b]
|
||||
23 -> BMK MPEX Tuner
|
||||
24 -> KNC One TV-Station DVR [1894:a006]
|
||||
25 -> ASUS TV-FM 7133 [1043:4843]
|
||||
26 -> Pinnacle PCTV Stereo (saa7134) [11bd:002b]
|
||||
27 -> Manli MuchTV M-TV002
|
||||
28 -> Manli MuchTV M-TV001
|
||||
29 -> Nagase Sangyo TransGear 3000TV [1461:050c]
|
||||
30 -> Elitegroup ECS TVP3XP FM1216 Tuner Card(PAL-BG,FM) [1019:4cb4]
|
||||
31 -> Elitegroup ECS TVP3XP FM1236 Tuner Card (NTSC,FM) [1019:4cb5]
|
||||
32 -> AVACS SmartTV
|
||||
33 -> AVerMedia DVD EZMaker [1461:10ff]
|
||||
34 -> Noval Prime TV 7133
|
||||
35 -> AverMedia AverTV Studio 305 [1461:2115]
|
||||
36 -> UPMOST PURPLE TV [12ab:0800]
|
||||
37 -> Items MuchTV Plus / IT-005
|
||||
38 -> Terratec Cinergy 200 TV [153b:1152]
|
||||
39 -> LifeView FlyTV Platinum Mini [5168:0212,4e42:0212,5169:1502]
|
||||
40 -> Compro VideoMate TV PVR/FM [185b:c100]
|
||||
41 -> Compro VideoMate TV Gold+ [185b:c100]
|
||||
42 -> Sabrent SBT-TVFM (saa7130)
|
||||
43 -> :Zolid Xpert TV7134
|
||||
44 -> Empire PCI TV-Radio LE
|
||||
45 -> Avermedia AVerTV Studio 307 [1461:9715]
|
||||
46 -> AVerMedia Cardbus TV/Radio (E500) [1461:d6ee]
|
||||
47 -> Terratec Cinergy 400 mobile [153b:1162]
|
||||
48 -> Terratec Cinergy 600 TV MK3 [153b:1158]
|
||||
49 -> Compro VideoMate Gold+ Pal [185b:c200]
|
||||
50 -> Pinnacle PCTV 300i DVB-T + PAL [11bd:002d]
|
||||
51 -> ProVideo PV952 [1540:9524]
|
||||
52 -> AverMedia AverTV/305 [1461:2108]
|
||||
53 -> ASUS TV-FM 7135 [1043:4845]
|
||||
54 -> LifeView FlyTV Platinum FM / Gold [5168:0214,5168:5214,1489:0214,5168:0304]
|
||||
55 -> LifeView FlyDVB-T DUO / MSI TV@nywhere Duo [5168:0306,4E42:0306]
|
||||
56 -> Avermedia AVerTV 307 [1461:a70a]
|
||||
57 -> Avermedia AVerTV GO 007 FM [1461:f31f]
|
||||
58 -> ADS Tech Instant TV (saa7135) [1421:0350,1421:0351,1421:0370,1421:1370]
|
||||
59 -> Kworld/Tevion V-Stream Xpert TV PVR7134
|
||||
60 -> LifeView/Typhoon/Genius FlyDVB-T Duo Cardbus [5168:0502,4e42:0502,1489:0502]
|
||||
61 -> Philips TOUGH DVB-T reference design [1131:2004]
|
||||
62 -> Compro VideoMate TV Gold+II
|
||||
63 -> Kworld Xpert TV PVR7134
|
||||
64 -> FlyTV mini Asus Digimatrix [1043:0210]
|
||||
65 -> V-Stream Studio TV Terminator
|
||||
66 -> Yuan TUN-900 (saa7135)
|
||||
67 -> Beholder BeholdTV 409 FM [0000:4091]
|
||||
68 -> GoTView 7135 PCI [5456:7135]
|
||||
69 -> Philips EUROPA V3 reference design [1131:2004]
|
||||
70 -> Compro Videomate DVB-T300 [185b:c900]
|
||||
71 -> Compro Videomate DVB-T200 [185b:c901]
|
||||
72 -> RTD Embedded Technologies VFG7350 [1435:7350]
|
||||
73 -> RTD Embedded Technologies VFG7330 [1435:7330]
|
||||
74 -> LifeView FlyTV Platinum Mini2 [14c0:1212]
|
||||
75 -> AVerMedia AVerTVHD MCE A180 [1461:1044]
|
||||
76 -> SKNet MonsterTV Mobile [1131:4ee9]
|
||||
77 -> Pinnacle PCTV 40i/50i/110i (saa7133) [11bd:002e]
|
||||
78 -> ASUSTeK P7131 Dual [1043:4862]
|
||||
79 -> Sedna/MuchTV PC TV Cardbus TV/Radio (ITO25 Rev:2B)
|
||||
80 -> ASUS Digimatrix TV [1043:0210]
|
||||
81 -> Philips Tiger reference design [1131:2018]
|
||||
82 -> MSI TV@Anywhere plus [1462:6231,1462:8624]
|
||||
83 -> Terratec Cinergy 250 PCI TV [153b:1160]
|
||||
84 -> LifeView FlyDVB Trio [5168:0319]
|
||||
85 -> AverTV DVB-T 777 [1461:2c05,1461:2c05]
|
||||
86 -> LifeView FlyDVB-T / Genius VideoWonder DVB-T [5168:0301,1489:0301]
|
||||
87 -> ADS Instant TV Duo Cardbus PTV331 [0331:1421]
|
||||
88 -> Tevion/KWorld DVB-T 220RF [17de:7201]
|
||||
89 -> ELSA EX-VISION 700TV [1048:226c]
|
||||
90 -> Kworld ATSC110/115 [17de:7350,17de:7352]
|
||||
91 -> AVerMedia A169 B [1461:7360]
|
||||
92 -> AVerMedia A169 B1 [1461:6360]
|
||||
93 -> Medion 7134 Bridge #2 [16be:0005]
|
||||
94 -> LifeView FlyDVB-T Hybrid Cardbus/MSI TV @nywhere A/D NB [5168:3306,5168:3502,5168:3307,4e42:3502]
|
||||
95 -> LifeView FlyVIDEO3000 (NTSC) [5169:0138]
|
||||
96 -> Medion Md8800 Quadro [16be:0007,16be:0008,16be:000d]
|
||||
97 -> LifeView FlyDVB-S /Acorp TV134DS [5168:0300,4e42:0300]
|
||||
98 -> Proteus Pro 2309 [0919:2003]
|
||||
99 -> AVerMedia TV Hybrid A16AR [1461:2c00]
|
||||
100 -> Asus Europa2 OEM [1043:4860]
|
||||
101 -> Pinnacle PCTV 310i [11bd:002f]
|
||||
102 -> Avermedia AVerTV Studio 507 [1461:9715]
|
||||
103 -> Compro Videomate DVB-T200A
|
||||
104 -> Hauppauge WinTV-HVR1110 DVB-T/Hybrid [0070:6700,0070:6701,0070:6702,0070:6703,0070:6704,0070:6705]
|
||||
105 -> Terratec Cinergy HT PCMCIA [153b:1172]
|
||||
106 -> Encore ENLTV [1131:2342,1131:2341,3016:2344]
|
||||
107 -> Encore ENLTV-FM [1131:230f]
|
||||
108 -> Terratec Cinergy HT PCI [153b:1175]
|
||||
109 -> Philips Tiger - S Reference design
|
||||
110 -> Avermedia M102 [1461:f31e]
|
||||
111 -> ASUS P7131 4871 [1043:4871]
|
||||
112 -> ASUSTeK P7131 Hybrid [1043:4876]
|
||||
113 -> Elitegroup ECS TVP3XP FM1246 Tuner Card (PAL,FM) [1019:4cb6]
|
||||
114 -> KWorld DVB-T 210 [17de:7250]
|
||||
115 -> Sabrent PCMCIA TV-PCB05 [0919:2003]
|
||||
116 -> 10MOONS TM300 TV Card [1131:2304]
|
||||
117 -> Avermedia Super 007 [1461:f01d]
|
||||
118 -> Beholder BeholdTV 401 [0000:4016]
|
||||
119 -> Beholder BeholdTV 403 [0000:4036]
|
||||
120 -> Beholder BeholdTV 403 FM [0000:4037]
|
||||
121 -> Beholder BeholdTV 405 [0000:4050]
|
||||
122 -> Beholder BeholdTV 405 FM [0000:4051]
|
||||
123 -> Beholder BeholdTV 407 [0000:4070]
|
||||
124 -> Beholder BeholdTV 407 FM [0000:4071]
|
||||
125 -> Beholder BeholdTV 409 [0000:4090]
|
||||
126 -> Beholder BeholdTV 505 FM [5ace:5050]
|
||||
127 -> Beholder BeholdTV 507 FM / BeholdTV 509 FM [5ace:5070,5ace:5090]
|
||||
128 -> Beholder BeholdTV Columbus TV/FM [0000:5201]
|
||||
129 -> Beholder BeholdTV 607 FM [5ace:6070]
|
||||
130 -> Beholder BeholdTV M6 [5ace:6190]
|
||||
131 -> Twinhan Hybrid DTV-DVB 3056 PCI [1822:0022]
|
||||
132 -> Genius TVGO AM11MCE
|
||||
133 -> NXP Snake DVB-S reference design
|
||||
134 -> Medion/Creatix CTX953 Hybrid [16be:0010]
|
||||
135 -> MSI TV@nywhere A/D v1.1 [1462:8625]
|
||||
136 -> AVerMedia Cardbus TV/Radio (E506R) [1461:f436]
|
||||
137 -> AVerMedia Hybrid TV/Radio (A16D) [1461:f936]
|
||||
138 -> Avermedia M115 [1461:a836]
|
||||
139 -> Compro VideoMate T750 [185b:c900]
|
||||
140 -> Avermedia DVB-S Pro A700 [1461:a7a1]
|
||||
141 -> Avermedia DVB-S Hybrid+FM A700 [1461:a7a2]
|
||||
142 -> Beholder BeholdTV H6 [5ace:6290]
|
||||
143 -> Beholder BeholdTV M63 [5ace:6191]
|
||||
144 -> Beholder BeholdTV M6 Extra [5ace:6193]
|
||||
145 -> AVerMedia MiniPCI DVB-T Hybrid M103 [1461:f636,1461:f736]
|
||||
146 -> ASUSTeK P7131 Analog
|
||||
147 -> Asus Tiger 3in1 [1043:4878]
|
||||
148 -> Encore ENLTV-FM v5.3 [1a7f:2008]
|
||||
149 -> Avermedia PCI pure analog (M135A) [1461:f11d]
|
||||
150 -> Zogis Real Angel 220
|
||||
151 -> ADS Tech Instant HDTV [1421:0380]
|
||||
152 -> Asus Tiger Rev:1.00 [1043:4857]
|
||||
153 -> Kworld Plus TV Analog Lite PCI [17de:7128]
|
||||
154 -> Avermedia AVerTV GO 007 FM Plus [1461:f31d]
|
||||
155 -> Hauppauge WinTV-HVR1150 ATSC/QAM-Hybrid [0070:6706,0070:6708]
|
||||
156 -> Hauppauge WinTV-HVR1120 DVB-T/Hybrid [0070:6707,0070:6709,0070:670a]
|
||||
157 -> Avermedia AVerTV Studio 507UA [1461:a11b]
|
||||
158 -> AVerMedia Cardbus TV/Radio (E501R) [1461:b7e9]
|
||||
159 -> Beholder BeholdTV 505 RDS [0000:505B]
|
||||
160 -> Beholder BeholdTV 507 RDS [0000:5071]
|
||||
161 -> Beholder BeholdTV 507 RDS [0000:507B]
|
||||
162 -> Beholder BeholdTV 607 FM [5ace:6071]
|
||||
163 -> Beholder BeholdTV 609 FM [5ace:6090]
|
||||
164 -> Beholder BeholdTV 609 FM [5ace:6091]
|
||||
165 -> Beholder BeholdTV 607 RDS [5ace:6072]
|
||||
166 -> Beholder BeholdTV 607 RDS [5ace:6073]
|
||||
167 -> Beholder BeholdTV 609 RDS [5ace:6092]
|
||||
168 -> Beholder BeholdTV 609 RDS [5ace:6093]
|
||||
169 -> Compro VideoMate S350/S300 [185b:c900]
|
||||
170 -> AverMedia AverTV Studio 505 [1461:a115]
|
||||
171 -> Beholder BeholdTV X7 [5ace:7595]
|
||||
172 -> RoverMedia TV Link Pro FM [19d1:0138]
|
||||
173 -> Zolid Hybrid TV Tuner PCI [1131:2004]
|
||||
174 -> Asus Europa Hybrid OEM [1043:4847]
|
||||
175 -> Leadtek Winfast DTV1000S [107d:6655]
|
||||
176 -> Beholder BeholdTV 505 RDS [0000:5051]
|
||||
177 -> Hawell HW-404M7
|
||||
178 -> Beholder BeholdTV H7 [5ace:7190]
|
||||
179 -> Beholder BeholdTV A7 [5ace:7090]
|
||||
180 -> Avermedia PCI M733A [1461:4155,1461:4255]
|
||||
181 -> TechoTrend TT-budget T-3000 [13c2:2804]
|
||||
182 -> Kworld PCI SBTVD/ISDB-T Full-Seg Hybrid [17de:b136]
|
||||
183 -> Compro VideoMate Vista M1F [185b:c900]
|
||||
184 -> Encore ENLTV-FM 3 [1a7f:2108]
|
||||
185 -> MagicPro ProHDTV Pro2 DMB-TH/Hybrid [17de:d136]
|
||||
186 -> Beholder BeholdTV 501 [5ace:5010]
|
||||
187 -> Beholder BeholdTV 503 FM [5ace:5030]
|
||||
188 -> Sensoray 811/911 [6000:0811,6000:0911]
|
||||
189 -> Kworld PC150-U [17de:a134]
|
||||
190 -> Asus My Cinema PS3-100 [1043:48cd]
|
||||
191 -> Hawell HW-9004V1
|
||||
192 -> AverMedia AverTV Satellite Hybrid+FM A706 [1461:2055]
|
||||
193 -> WIS Voyager or compatible [1905:7007]
|
||||
194 -> AverMedia AverTV/505 [1461:a10a]
|
||||
195 -> Leadtek Winfast TV2100 FM [107d:6f3a]
|
||||
196 -> SnaZio* TVPVR PRO [1779:13cf]
|
||||
=========== ======================================================= ================================================================
|
||||
Card number Card name PCI IDs
|
||||
=========== ======================================================= ================================================================
|
||||
0 UNKNOWN/GENERIC
|
||||
1 Proteus Pro [philips reference design] 1131:2001, 1131:2001
|
||||
2 LifeView FlyVIDEO3000 5168:0138, 4e42:0138
|
||||
3 LifeView/Typhoon FlyVIDEO2000 5168:0138, 4e42:0138
|
||||
4 EMPRESS 1131:6752
|
||||
5 SKNet Monster TV 1131:4e85
|
||||
6 Tevion MD 9717
|
||||
7 KNC One TV-Station RDS / Typhoon TV Tuner RDS 1131:fe01, 1894:fe01
|
||||
8 Terratec Cinergy 400 TV 153b:1142
|
||||
9 Medion 5044
|
||||
10 Kworld/KuroutoShikou SAA7130-TVPCI
|
||||
11 Terratec Cinergy 600 TV 153b:1143
|
||||
12 Medion 7134 16be:0003, 16be:5000
|
||||
13 Typhoon TV+Radio 90031
|
||||
14 ELSA EX-VISION 300TV 1048:226b
|
||||
15 ELSA EX-VISION 500TV 1048:226a
|
||||
16 ASUS TV-FM 7134 1043:4842, 1043:4830, 1043:4840
|
||||
17 AOPEN VA1000 POWER 1131:7133
|
||||
18 BMK MPEX No Tuner
|
||||
19 Compro VideoMate TV 185b:c100
|
||||
20 Matrox CronosPlus 102B:48d0
|
||||
21 10MOONS PCI TV CAPTURE CARD 1131:2001
|
||||
22 AverMedia M156 / Medion 2819 1461:a70b
|
||||
23 BMK MPEX Tuner
|
||||
24 KNC One TV-Station DVR 1894:a006
|
||||
25 ASUS TV-FM 7133 1043:4843
|
||||
26 Pinnacle PCTV Stereo (saa7134) 11bd:002b
|
||||
27 Manli MuchTV M-TV002
|
||||
28 Manli MuchTV M-TV001
|
||||
29 Nagase Sangyo TransGear 3000TV 1461:050c
|
||||
30 Elitegroup ECS TVP3XP FM1216 Tuner Card(PAL-BG,FM) 1019:4cb4
|
||||
31 Elitegroup ECS TVP3XP FM1236 Tuner Card (NTSC,FM) 1019:4cb5
|
||||
32 AVACS SmartTV
|
||||
33 AVerMedia DVD EZMaker 1461:10ff
|
||||
34 Noval Prime TV 7133
|
||||
35 AverMedia AverTV Studio 305 1461:2115
|
||||
36 UPMOST PURPLE TV 12ab:0800
|
||||
37 Items MuchTV Plus / IT-005
|
||||
38 Terratec Cinergy 200 TV 153b:1152
|
||||
39 LifeView FlyTV Platinum Mini 5168:0212, 4e42:0212, 5169:1502
|
||||
40 Compro VideoMate TV PVR/FM 185b:c100
|
||||
41 Compro VideoMate TV Gold+ 185b:c100
|
||||
42 Sabrent SBT-TVFM (saa7130)
|
||||
43 :Zolid Xpert TV7134
|
||||
44 Empire PCI TV-Radio LE
|
||||
45 Avermedia AVerTV Studio 307 1461:9715
|
||||
46 AVerMedia Cardbus TV/Radio (E500) 1461:d6ee
|
||||
47 Terratec Cinergy 400 mobile 153b:1162
|
||||
48 Terratec Cinergy 600 TV MK3 153b:1158
|
||||
49 Compro VideoMate Gold+ Pal 185b:c200
|
||||
50 Pinnacle PCTV 300i DVB-T + PAL 11bd:002d
|
||||
51 ProVideo PV952 1540:9524
|
||||
52 AverMedia AverTV/305 1461:2108
|
||||
53 ASUS TV-FM 7135 1043:4845
|
||||
54 LifeView FlyTV Platinum FM / Gold 5168:0214, 5168:5214, 1489:0214, 5168:0304
|
||||
55 LifeView FlyDVB-T DUO / MSI TV@nywhere Duo 5168:0306, 4E42:0306
|
||||
56 Avermedia AVerTV 307 1461:a70a
|
||||
57 Avermedia AVerTV GO 007 FM 1461:f31f
|
||||
58 ADS Tech Instant TV (saa7135) 1421:0350, 1421:0351, 1421:0370, 1421:1370
|
||||
59 Kworld/Tevion V-Stream Xpert TV PVR7134
|
||||
60 LifeView/Typhoon/Genius FlyDVB-T Duo Cardbus 5168:0502, 4e42:0502, 1489:0502
|
||||
61 Philips TOUGH DVB-T reference design 1131:2004
|
||||
62 Compro VideoMate TV Gold+II
|
||||
63 Kworld Xpert TV PVR7134
|
||||
64 FlyTV mini Asus Digimatrix 1043:0210
|
||||
65 V-Stream Studio TV Terminator
|
||||
66 Yuan TUN-900 (saa7135)
|
||||
67 Beholder BeholdTV 409 FM 0000:4091
|
||||
68 GoTView 7135 PCI 5456:7135
|
||||
69 Philips EUROPA V3 reference design 1131:2004
|
||||
70 Compro Videomate DVB-T300 185b:c900
|
||||
71 Compro Videomate DVB-T200 185b:c901
|
||||
72 RTD Embedded Technologies VFG7350 1435:7350
|
||||
73 RTD Embedded Technologies VFG7330 1435:7330
|
||||
74 LifeView FlyTV Platinum Mini2 14c0:1212
|
||||
75 AVerMedia AVerTVHD MCE A180 1461:1044
|
||||
76 SKNet MonsterTV Mobile 1131:4ee9
|
||||
77 Pinnacle PCTV 40i/50i/110i (saa7133) 11bd:002e
|
||||
78 ASUSTeK P7131 Dual 1043:4862
|
||||
79 Sedna/MuchTV PC TV Cardbus TV/Radio (ITO25 Rev:2B)
|
||||
80 ASUS Digimatrix TV 1043:0210
|
||||
81 Philips Tiger reference design 1131:2018
|
||||
82 MSI TV@Anywhere plus 1462:6231, 1462:8624
|
||||
83 Terratec Cinergy 250 PCI TV 153b:1160
|
||||
84 LifeView FlyDVB Trio 5168:0319
|
||||
85 AverTV DVB-T 777 1461:2c05, 1461:2c05
|
||||
86 LifeView FlyDVB-T / Genius VideoWonder DVB-T 5168:0301, 1489:0301
|
||||
87 ADS Instant TV Duo Cardbus PTV331 0331:1421
|
||||
88 Tevion/KWorld DVB-T 220RF 17de:7201
|
||||
89 ELSA EX-VISION 700TV 1048:226c
|
||||
90 Kworld ATSC110/115 17de:7350, 17de:7352
|
||||
91 AVerMedia A169 B 1461:7360
|
||||
92 AVerMedia A169 B1 1461:6360
|
||||
93 Medion 7134 Bridge #2 16be:0005
|
||||
94 LifeView FlyDVB-T Hybrid Cardbus/MSI TV @nywhere A/D NB 5168:3306, 5168:3502, 5168:3307, 4e42:3502
|
||||
95 LifeView FlyVIDEO3000 (NTSC) 5169:0138
|
||||
96 Medion Md8800 Quadro 16be:0007, 16be:0008, 16be:000d
|
||||
97 LifeView FlyDVB-S /Acorp TV134DS 5168:0300, 4e42:0300
|
||||
98 Proteus Pro 2309 0919:2003
|
||||
99 AVerMedia TV Hybrid A16AR 1461:2c00
|
||||
100 Asus Europa2 OEM 1043:4860
|
||||
101 Pinnacle PCTV 310i 11bd:002f
|
||||
102 Avermedia AVerTV Studio 507 1461:9715
|
||||
103 Compro Videomate DVB-T200A
|
||||
104 Hauppauge WinTV-HVR1110 DVB-T/Hybrid 0070:6700, 0070:6701, 0070:6702, 0070:6703, 0070:6704, 0070:6705
|
||||
105 Terratec Cinergy HT PCMCIA 153b:1172
|
||||
106 Encore ENLTV 1131:2342, 1131:2341, 3016:2344
|
||||
107 Encore ENLTV-FM 1131:230f
|
||||
108 Terratec Cinergy HT PCI 153b:1175
|
||||
109 Philips Tiger - S Reference design
|
||||
110 Avermedia M102 1461:f31e
|
||||
111 ASUS P7131 4871 1043:4871
|
||||
112 ASUSTeK P7131 Hybrid 1043:4876
|
||||
113 Elitegroup ECS TVP3XP FM1246 Tuner Card (PAL,FM) 1019:4cb6
|
||||
114 KWorld DVB-T 210 17de:7250
|
||||
115 Sabrent PCMCIA TV-PCB05 0919:2003
|
||||
116 10MOONS TM300 TV Card 1131:2304
|
||||
117 Avermedia Super 007 1461:f01d
|
||||
118 Beholder BeholdTV 401 0000:4016
|
||||
119 Beholder BeholdTV 403 0000:4036
|
||||
120 Beholder BeholdTV 403 FM 0000:4037
|
||||
121 Beholder BeholdTV 405 0000:4050
|
||||
122 Beholder BeholdTV 405 FM 0000:4051
|
||||
123 Beholder BeholdTV 407 0000:4070
|
||||
124 Beholder BeholdTV 407 FM 0000:4071
|
||||
125 Beholder BeholdTV 409 0000:4090
|
||||
126 Beholder BeholdTV 505 FM 5ace:5050
|
||||
127 Beholder BeholdTV 507 FM / BeholdTV 509 FM 5ace:5070, 5ace:5090
|
||||
128 Beholder BeholdTV Columbus TV/FM 0000:5201
|
||||
129 Beholder BeholdTV 607 FM 5ace:6070
|
||||
130 Beholder BeholdTV M6 5ace:6190
|
||||
131 Twinhan Hybrid DTV-DVB 3056 PCI 1822:0022
|
||||
132 Genius TVGO AM11MCE
|
||||
133 NXP Snake DVB-S reference design
|
||||
134 Medion/Creatix CTX953 Hybrid 16be:0010
|
||||
135 MSI TV@nywhere A/D v1.1 1462:8625
|
||||
136 AVerMedia Cardbus TV/Radio (E506R) 1461:f436
|
||||
137 AVerMedia Hybrid TV/Radio (A16D) 1461:f936
|
||||
138 Avermedia M115 1461:a836
|
||||
139 Compro VideoMate T750 185b:c900
|
||||
140 Avermedia DVB-S Pro A700 1461:a7a1
|
||||
141 Avermedia DVB-S Hybrid+FM A700 1461:a7a2
|
||||
142 Beholder BeholdTV H6 5ace:6290
|
||||
143 Beholder BeholdTV M63 5ace:6191
|
||||
144 Beholder BeholdTV M6 Extra 5ace:6193
|
||||
145 AVerMedia MiniPCI DVB-T Hybrid M103 1461:f636, 1461:f736
|
||||
146 ASUSTeK P7131 Analog
|
||||
147 Asus Tiger 3in1 1043:4878
|
||||
148 Encore ENLTV-FM v5.3 1a7f:2008
|
||||
149 Avermedia PCI pure analog (M135A) 1461:f11d
|
||||
150 Zogis Real Angel 220
|
||||
151 ADS Tech Instant HDTV 1421:0380
|
||||
152 Asus Tiger Rev:1.00 1043:4857
|
||||
153 Kworld Plus TV Analog Lite PCI 17de:7128
|
||||
154 Avermedia AVerTV GO 007 FM Plus 1461:f31d
|
||||
155 Hauppauge WinTV-HVR1150 ATSC/QAM-Hybrid 0070:6706, 0070:6708
|
||||
156 Hauppauge WinTV-HVR1120 DVB-T/Hybrid 0070:6707, 0070:6709, 0070:670a
|
||||
157 Avermedia AVerTV Studio 507UA 1461:a11b
|
||||
158 AVerMedia Cardbus TV/Radio (E501R) 1461:b7e9
|
||||
159 Beholder BeholdTV 505 RDS 0000:505B
|
||||
160 Beholder BeholdTV 507 RDS 0000:5071
|
||||
161 Beholder BeholdTV 507 RDS 0000:507B
|
||||
162 Beholder BeholdTV 607 FM 5ace:6071
|
||||
163 Beholder BeholdTV 609 FM 5ace:6090
|
||||
164 Beholder BeholdTV 609 FM 5ace:6091
|
||||
165 Beholder BeholdTV 607 RDS 5ace:6072
|
||||
166 Beholder BeholdTV 607 RDS 5ace:6073
|
||||
167 Beholder BeholdTV 609 RDS 5ace:6092
|
||||
168 Beholder BeholdTV 609 RDS 5ace:6093
|
||||
169 Compro VideoMate S350/S300 185b:c900
|
||||
170 AverMedia AverTV Studio 505 1461:a115
|
||||
171 Beholder BeholdTV X7 5ace:7595
|
||||
172 RoverMedia TV Link Pro FM 19d1:0138
|
||||
173 Zolid Hybrid TV Tuner PCI 1131:2004
|
||||
174 Asus Europa Hybrid OEM 1043:4847
|
||||
175 Leadtek Winfast DTV1000S 107d:6655
|
||||
176 Beholder BeholdTV 505 RDS 0000:5051
|
||||
177 Hawell HW-404M7
|
||||
178 Beholder BeholdTV H7 5ace:7190
|
||||
179 Beholder BeholdTV A7 5ace:7090
|
||||
180 Avermedia PCI M733A 1461:4155, 1461:4255
|
||||
181 TechoTrend TT-budget T-3000 13c2:2804
|
||||
182 Kworld PCI SBTVD/ISDB-T Full-Seg Hybrid 17de:b136
|
||||
183 Compro VideoMate Vista M1F 185b:c900
|
||||
184 Encore ENLTV-FM 3 1a7f:2108
|
||||
185 MagicPro ProHDTV Pro2 DMB-TH/Hybrid 17de:d136
|
||||
186 Beholder BeholdTV 501 5ace:5010
|
||||
187 Beholder BeholdTV 503 FM 5ace:5030
|
||||
188 Sensoray 811/911 6000:0811, 6000:0911
|
||||
189 Kworld PC150-U 17de:a134
|
||||
190 Asus My Cinema PS3-100 1043:48cd
|
||||
191 Hawell HW-9004V1
|
||||
192 AverMedia AverTV Satellite Hybrid+FM A706 1461:2055
|
||||
193 WIS Voyager or compatible 1905:7007
|
||||
194 AverMedia AverTV/505 1461:a10a
|
||||
195 Leadtek Winfast TV2100 FM 107d:6f3a
|
||||
196 SnaZio* TVPVR PRO 1779:13cf
|
||||
=========== ======================================================= ================================================================
|
||||
|
@@ -1,19 +1,21 @@
|
||||
SAA7134 cards list
|
||||
SAA7164 cards list
|
||||
==================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> Unknown
|
||||
1 -> Generic Rev2
|
||||
2 -> Generic Rev3
|
||||
3 -> Hauppauge WinTV-HVR2250 [0070:8880,0070:8810]
|
||||
4 -> Hauppauge WinTV-HVR2200 [0070:8980]
|
||||
5 -> Hauppauge WinTV-HVR2200 [0070:8900]
|
||||
6 -> Hauppauge WinTV-HVR2200 [0070:8901]
|
||||
7 -> Hauppauge WinTV-HVR2250 [0070:8891,0070:8851]
|
||||
8 -> Hauppauge WinTV-HVR2250 [0070:88A1]
|
||||
9 -> Hauppauge WinTV-HVR2200 [0070:8940]
|
||||
10 -> Hauppauge WinTV-HVR2200 [0070:8953]
|
||||
11 -> Hauppauge WinTV-HVR2255(proto)
|
||||
12 -> Hauppauge WinTV-HVR2255 [0070:f111]
|
||||
13 -> Hauppauge WinTV-HVR2205 [0070:f123,0070:f120]
|
||||
=========== ==================================== ====================
|
||||
Card number Card name PCI IDs
|
||||
=========== ==================================== ====================
|
||||
0 Unknown
|
||||
1 Generic Rev2
|
||||
2 Generic Rev3
|
||||
3 Hauppauge WinTV-HVR2250 0070:8880, 0070:8810
|
||||
4 Hauppauge WinTV-HVR2200 0070:8980
|
||||
5 Hauppauge WinTV-HVR2200 0070:8900
|
||||
6 Hauppauge WinTV-HVR2200 0070:8901
|
||||
7 Hauppauge WinTV-HVR2250 0070:8891, 0070:8851
|
||||
8 Hauppauge WinTV-HVR2250 0070:88A1
|
||||
9 Hauppauge WinTV-HVR2200 0070:8940
|
||||
10 Hauppauge WinTV-HVR2200 0070:8953
|
||||
11 Hauppauge WinTV-HVR2255(proto) 0070:f111
|
||||
12 Hauppauge WinTV-HVR2255 0070:f111
|
||||
13 Hauppauge WinTV-HVR2205 0070:f123, 0070:f120
|
||||
=========== ==================================== ====================
|
||||
|
@@ -1,21 +1,24 @@
|
||||
TM6000 cards list
|
||||
=================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
1 -> Generic tm5600 board (tm5600) [6000:0001]
|
||||
2 -> Generic tm6000 board (tm6000) [6000:0001]
|
||||
3 -> Generic tm6010 board (tm6010) [6000:0002]
|
||||
4 -> 10Moons UT821 (tm5600) [6000:0001]
|
||||
5 -> 10Moons UT330 (tm5600)
|
||||
6 -> ADSTech Dual TV (tm6000) [06e1:f332]
|
||||
7 -> FreeCom and similar (tm6000) [14aa:0620]
|
||||
8 -> ADSTech Mini Dual TV (tm6000) [06e1:b339]
|
||||
9 -> Hauppauge WinTV HVR-900H/USB2 Stick (tm6010) [2040:6600,2040:6601,2040:6610,2040:6611]
|
||||
10 -> Beholder Wander (tm6010) [6000:dec0]
|
||||
11 -> Beholder Voyager (tm6010) [6000:dec1]
|
||||
12 -> TerraTec Cinergy Hybrid XE/Cinergy Hybrid Stick (tm6010) [0ccd:0086,0ccd:00a5]
|
||||
13 -> TwinHan TU501 (tm6010) [13d3:3240,13d3:3241,13d3:3243,13d3:3264]
|
||||
14 -> Beholder Wander Lite (tm6010) [6000:dec2]
|
||||
15 -> Beholder Voyager Lite (tm6010) [6000:dec3]
|
||||
|
||||
=========== ================================================= ==========================================
|
||||
Card number Card name USB IDs
|
||||
=========== ================================================= ==========================================
|
||||
0 Unknown tm6000 video grabber
|
||||
1 Generic tm5600 board 6000:0001
|
||||
2 Generic tm6000 board
|
||||
3 Generic tm6010 board 6000:0002
|
||||
4 10Moons UT 821
|
||||
5 10Moons UT 330
|
||||
6 ADSTECH Dual TV USB 06e1:f332
|
||||
7 Freecom Hybrid Stick / Moka DVB-T Receiver Dual 14aa:0620
|
||||
8 ADSTECH Mini Dual TV USB 06e1:b339
|
||||
9 Hauppauge WinTV HVR-900H / WinTV USB2-Stick 2040:6600, 2040:6601, 2040:6610, 2040:6611
|
||||
10 Beholder Wander DVB-T/TV/FM USB2.0 6000:dec0
|
||||
11 Beholder Voyager TV/FM USB2.0 6000:dec1
|
||||
12 Terratec Cinergy Hybrid XE / Cinergy Hybrid-Stick 0ccd:0086, 0ccd:00A5
|
||||
13 Twinhan TU501(704D1) 13d3:3240, 13d3:3241, 13d3:3243, 13d3:3264
|
||||
14 Beholder Wander Lite DVB-T/TV/FM USB2.0 6000:dec2
|
||||
15 Beholder Voyager Lite TV/FM USB2.0 6000:dec3
|
||||
16 Terratec Grabster AV 150/250 MX 0ccd:0079
|
||||
=========== ================================================= ==========================================
|
||||
|
@@ -1,96 +1,98 @@
|
||||
Tuner cards list
|
||||
================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
tuner=0 - Temic PAL (4002 FH5)
|
||||
tuner=1 - Philips PAL_I (FI1246 and compatibles)
|
||||
tuner=2 - Philips NTSC (FI1236,FM1236 and compatibles)
|
||||
tuner=3 - Philips (SECAM+PAL_BG) (FI1216MF, FM1216MF, FR1216MF)
|
||||
tuner=4 - NoTuner
|
||||
tuner=5 - Philips PAL_BG (FI1216 and compatibles)
|
||||
tuner=6 - Temic NTSC (4032 FY5)
|
||||
tuner=7 - Temic PAL_I (4062 FY5)
|
||||
tuner=8 - Temic NTSC (4036 FY5)
|
||||
tuner=9 - Alps HSBH1
|
||||
tuner=10 - Alps TSBE1
|
||||
tuner=11 - Alps TSBB5
|
||||
tuner=12 - Alps TSBE5
|
||||
tuner=13 - Alps TSBC5
|
||||
tuner=14 - Temic PAL_BG (4006FH5)
|
||||
tuner=15 - Alps TSCH6
|
||||
tuner=16 - Temic PAL_DK (4016 FY5)
|
||||
tuner=17 - Philips NTSC_M (MK2)
|
||||
tuner=18 - Temic PAL_I (4066 FY5)
|
||||
tuner=19 - Temic PAL* auto (4006 FN5)
|
||||
tuner=20 - Temic PAL_BG (4009 FR5) or PAL_I (4069 FR5)
|
||||
tuner=21 - Temic NTSC (4039 FR5)
|
||||
tuner=22 - Temic PAL/SECAM multi (4046 FM5)
|
||||
tuner=23 - Philips PAL_DK (FI1256 and compatibles)
|
||||
tuner=24 - Philips PAL/SECAM multi (FQ1216ME)
|
||||
tuner=25 - LG PAL_I+FM (TAPC-I001D)
|
||||
tuner=26 - LG PAL_I (TAPC-I701D)
|
||||
tuner=27 - LG NTSC+FM (TPI8NSR01F)
|
||||
tuner=28 - LG PAL_BG+FM (TPI8PSB01D)
|
||||
tuner=29 - LG PAL_BG (TPI8PSB11D)
|
||||
tuner=30 - Temic PAL* auto + FM (4009 FN5)
|
||||
tuner=31 - SHARP NTSC_JP (2U5JF5540)
|
||||
tuner=32 - Samsung PAL TCPM9091PD27
|
||||
tuner=33 - MT20xx universal
|
||||
tuner=34 - Temic PAL_BG (4106 FH5)
|
||||
tuner=35 - Temic PAL_DK/SECAM_L (4012 FY5)
|
||||
tuner=36 - Temic NTSC (4136 FY5)
|
||||
tuner=37 - LG PAL (newer TAPC series)
|
||||
tuner=38 - Philips PAL/SECAM multi (FM1216ME MK3)
|
||||
tuner=39 - LG NTSC (newer TAPC series)
|
||||
tuner=40 - HITACHI V7-J180AT
|
||||
tuner=41 - Philips PAL_MK (FI1216 MK)
|
||||
tuner=42 - Philips FCV1236D ATSC/NTSC dual in
|
||||
tuner=43 - Philips NTSC MK3 (FM1236MK3 or FM1236/F)
|
||||
tuner=44 - Philips 4 in 1 (ATI TV Wonder Pro/Conexant)
|
||||
tuner=45 - Microtune 4049 FM5
|
||||
tuner=46 - Panasonic VP27s/ENGE4324D
|
||||
tuner=47 - LG NTSC (TAPE series)
|
||||
tuner=48 - Tenna TNF 8831 BGFF)
|
||||
tuner=49 - Microtune 4042 FI5 ATSC/NTSC dual in
|
||||
tuner=50 - TCL 2002N
|
||||
tuner=51 - Philips PAL/SECAM_D (FM 1256 I-H3)
|
||||
tuner=52 - Thomson DTT 7610 (ATSC/NTSC)
|
||||
tuner=53 - Philips FQ1286
|
||||
tuner=54 - Philips/NXP TDA 8290/8295 + 8275/8275A/18271
|
||||
tuner=55 - TCL 2002MB
|
||||
tuner=56 - Philips PAL/SECAM multi (FQ1216AME MK4)
|
||||
tuner=57 - Philips FQ1236A MK4
|
||||
tuner=58 - Ymec TVision TVF-8531MF/8831MF/8731MF
|
||||
tuner=59 - Ymec TVision TVF-5533MF
|
||||
tuner=60 - Thomson DTT 761X (ATSC/NTSC)
|
||||
tuner=61 - Tena TNF9533-D/IF/TNF9533-B/DF
|
||||
tuner=62 - Philips TEA5767HN FM Radio
|
||||
tuner=63 - Philips FMD1216ME MK3 Hybrid Tuner
|
||||
tuner=64 - LG TDVS-H06xF
|
||||
tuner=65 - Ymec TVF66T5-B/DFF
|
||||
tuner=66 - LG TALN series
|
||||
tuner=67 - Philips TD1316 Hybrid Tuner
|
||||
tuner=68 - Philips TUV1236D ATSC/NTSC dual in
|
||||
tuner=69 - Tena TNF 5335 and similar models
|
||||
tuner=70 - Samsung TCPN 2121P30A
|
||||
tuner=71 - Xceive xc2028/xc3028 tuner
|
||||
tuner=72 - Thomson FE6600
|
||||
tuner=73 - Samsung TCPG 6121P30A
|
||||
tuner=75 - Philips TEA5761 FM Radio
|
||||
tuner=76 - Xceive 5000 tuner
|
||||
tuner=77 - TCL tuner MF02GIP-5N-E
|
||||
tuner=78 - Philips FMD1216MEX MK3 Hybrid Tuner
|
||||
tuner=79 - Philips PAL/SECAM multi (FM1216 MK5)
|
||||
tuner=80 - Philips FQ1216LME MK3 PAL/SECAM w/active loopthrough
|
||||
tuner=81 - Partsnic (Daewoo) PTI-5NF05
|
||||
tuner=82 - Philips CU1216L
|
||||
tuner=83 - NXP TDA18271
|
||||
tuner=84 - Sony BTF-Pxn01Z
|
||||
tuner=85 - Philips FQ1236 MK5
|
||||
tuner=86 - Tena TNF5337 MFD
|
||||
tuner=87 - Xceive 4000 tuner
|
||||
tuner=88 - Xceive 5000C tuner
|
||||
tuner=89 - Sony BTF-PG472Z PAL/SECAM
|
||||
tuner=90 - Sony BTF-PK467Z NTSC-M-JP
|
||||
tuner=91 - Sony BTF-PB463Z NTSC-M
|
||||
============ =====================================================
|
||||
Tuner number Card name
|
||||
============ =====================================================
|
||||
0 Temic PAL (4002 FH5)
|
||||
1 Philips PAL_I (FI1246 and compatibles)
|
||||
2 Philips NTSC (FI1236,FM1236 and compatibles)
|
||||
3 Philips (SECAM+PAL_BG) (FI1216MF, FM1216MF, FR1216MF)
|
||||
4 NoTuner
|
||||
5 Philips PAL_BG (FI1216 and compatibles)
|
||||
6 Temic NTSC (4032 FY5)
|
||||
7 Temic PAL_I (4062 FY5)
|
||||
8 Temic NTSC (4036 FY5)
|
||||
9 Alps HSBH1
|
||||
10 Alps TSBE1
|
||||
11 Alps TSBB5
|
||||
12 Alps TSBE5
|
||||
13 Alps TSBC5
|
||||
14 Temic PAL_BG (4006FH5)
|
||||
15 Alps TSCH6
|
||||
16 Temic PAL_DK (4016 FY5)
|
||||
17 Philips NTSC_M (MK2)
|
||||
18 Temic PAL_I (4066 FY5)
|
||||
19 Temic PAL* auto (4006 FN5)
|
||||
20 Temic PAL_BG (4009 FR5) or PAL_I (4069 FR5)
|
||||
21 Temic NTSC (4039 FR5)
|
||||
22 Temic PAL/SECAM multi (4046 FM5)
|
||||
23 Philips PAL_DK (FI1256 and compatibles)
|
||||
24 Philips PAL/SECAM multi (FQ1216ME)
|
||||
25 LG PAL_I+FM (TAPC-I001D)
|
||||
26 LG PAL_I (TAPC-I701D)
|
||||
27 LG NTSC+FM (TPI8NSR01F)
|
||||
28 LG PAL_BG+FM (TPI8PSB01D)
|
||||
29 LG PAL_BG (TPI8PSB11D)
|
||||
30 Temic PAL* auto + FM (4009 FN5)
|
||||
31 SHARP NTSC_JP (2U5JF5540)
|
||||
32 Samsung PAL TCPM9091PD27
|
||||
33 MT20xx universal
|
||||
34 Temic PAL_BG (4106 FH5)
|
||||
35 Temic PAL_DK/SECAM_L (4012 FY5)
|
||||
36 Temic NTSC (4136 FY5)
|
||||
37 LG PAL (newer TAPC series)
|
||||
38 Philips PAL/SECAM multi (FM1216ME MK3)
|
||||
39 LG NTSC (newer TAPC series)
|
||||
40 HITACHI V7-J180AT
|
||||
41 Philips PAL_MK (FI1216 MK)
|
||||
42 Philips FCV1236D ATSC/NTSC dual in
|
||||
43 Philips NTSC MK3 (FM1236MK3 or FM1236/F)
|
||||
44 Philips 4 in 1 (ATI TV Wonder Pro/Conexant)
|
||||
45 Microtune 4049 FM5
|
||||
46 Panasonic VP27s/ENGE4324D
|
||||
47 LG NTSC (TAPE series)
|
||||
48 Tenna TNF 8831 BGFF)
|
||||
49 Microtune 4042 FI5 ATSC/NTSC dual in
|
||||
50 TCL 2002N
|
||||
51 Philips PAL/SECAM_D (FM 1256 I-H3)
|
||||
52 Thomson DTT 7610 (ATSC/NTSC)
|
||||
53 Philips FQ1286
|
||||
54 Philips/NXP TDA 8290/8295 + 8275/8275A/18271
|
||||
55 TCL 2002MB
|
||||
56 Philips PAL/SECAM multi (FQ1216AME MK4)
|
||||
57 Philips FQ1236A MK4
|
||||
58 Ymec TVision TVF-8531MF/8831MF/8731MF
|
||||
59 Ymec TVision TVF-5533MF
|
||||
60 Thomson DTT 761X (ATSC/NTSC)
|
||||
61 Tena TNF9533-D/IF/TNF9533-B/DF
|
||||
62 Philips TEA5767HN FM Radio
|
||||
63 Philips FMD1216ME MK3 Hybrid Tuner
|
||||
64 LG TDVS-H06xF
|
||||
65 Ymec TVF66T5-B/DFF
|
||||
66 LG TALN series
|
||||
67 Philips TD1316 Hybrid Tuner
|
||||
68 Philips TUV1236D ATSC/NTSC dual in
|
||||
69 Tena TNF 5335 and similar models
|
||||
70 Samsung TCPN 2121P30A
|
||||
71 Xceive xc2028/xc3028 tuner
|
||||
72 Thomson FE6600
|
||||
73 Samsung TCPG 6121P30A
|
||||
75 Philips TEA5761 FM Radio
|
||||
76 Xceive 5000 tuner
|
||||
77 TCL tuner MF02GIP-5N-E
|
||||
78 Philips FMD1216MEX MK3 Hybrid Tuner
|
||||
79 Philips PAL/SECAM multi (FM1216 MK5)
|
||||
80 Philips FQ1216LME MK3 PAL/SECAM w/active loopthrough
|
||||
81 Partsnic (Daewoo) PTI-5NF05
|
||||
82 Philips CU1216L
|
||||
83 NXP TDA18271
|
||||
84 Sony BTF-Pxn01Z
|
||||
85 Philips FQ1236 MK5
|
||||
86 Tena TNF5337 MFD
|
||||
87 Xceive 4000 tuner
|
||||
88 Xceive 5000C tuner
|
||||
89 Sony BTF-PG472Z PAL/SECAM
|
||||
90 Sony BTF-PK467Z NTSC-M-JP
|
||||
91 Sony BTF-PB463Z NTSC-M
|
||||
============ =====================================================
|
||||
|
@@ -1,72 +1,74 @@
|
||||
Usbvision cards list
|
||||
USBvision cards list
|
||||
====================
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
0 -> Xanboo [0a6f:0400]
|
||||
1 -> Belkin USB VideoBus II Adapter [050d:0106]
|
||||
2 -> Belkin Components USB VideoBus [050d:0207]
|
||||
3 -> Belkin USB VideoBus II [050d:0208]
|
||||
4 -> echoFX InterView Lite [0571:0002]
|
||||
5 -> USBGear USBG-V1 resp. HAMA USB [0573:0003]
|
||||
6 -> D-Link V100 [0573:0400]
|
||||
7 -> X10 USB Camera [0573:2000]
|
||||
8 -> Hauppauge WinTV USB Live (PAL B/G) [0573:2d00]
|
||||
9 -> Hauppauge WinTV USB Live Pro (NTSC M/N) [0573:2d01]
|
||||
10 -> Zoran Co. PMD (Nogatech) AV-grabber Manhattan [0573:2101]
|
||||
11 -> Nogatech USB-TV (NTSC) FM [0573:4100]
|
||||
12 -> PNY USB-TV (NTSC) FM [0573:4110]
|
||||
13 -> PixelView PlayTv-USB PRO (PAL) FM [0573:4450]
|
||||
14 -> ZTV ZT-721 2.4GHz USB A/V Receiver [0573:4550]
|
||||
15 -> Hauppauge WinTV USB (NTSC M/N) [0573:4d00]
|
||||
16 -> Hauppauge WinTV USB (PAL B/G) [0573:4d01]
|
||||
17 -> Hauppauge WinTV USB (PAL I) [0573:4d02]
|
||||
18 -> Hauppauge WinTV USB (PAL/SECAM L) [0573:4d03]
|
||||
19 -> Hauppauge WinTV USB (PAL D/K) [0573:4d04]
|
||||
20 -> Hauppauge WinTV USB (NTSC FM) [0573:4d10]
|
||||
21 -> Hauppauge WinTV USB (PAL B/G FM) [0573:4d11]
|
||||
22 -> Hauppauge WinTV USB (PAL I FM) [0573:4d12]
|
||||
23 -> Hauppauge WinTV USB (PAL D/K FM) [0573:4d14]
|
||||
24 -> Hauppauge WinTV USB Pro (NTSC M/N) [0573:4d2a]
|
||||
25 -> Hauppauge WinTV USB Pro (NTSC M/N) V2 [0573:4d2b]
|
||||
26 -> Hauppauge WinTV USB Pro (PAL/SECAM B/G/I/D/K/L) [0573:4d2c]
|
||||
27 -> Hauppauge WinTV USB Pro (NTSC M/N) V3 [0573:4d20]
|
||||
28 -> Hauppauge WinTV USB Pro (PAL B/G) [0573:4d21]
|
||||
29 -> Hauppauge WinTV USB Pro (PAL I) [0573:4d22]
|
||||
30 -> Hauppauge WinTV USB Pro (PAL/SECAM L) [0573:4d23]
|
||||
31 -> Hauppauge WinTV USB Pro (PAL D/K) [0573:4d24]
|
||||
32 -> Hauppauge WinTV USB Pro (PAL/SECAM BGDK/I/L) [0573:4d25]
|
||||
33 -> Hauppauge WinTV USB Pro (PAL/SECAM BGDK/I/L) V2 [0573:4d26]
|
||||
34 -> Hauppauge WinTV USB Pro (PAL B/G) V2 [0573:4d27]
|
||||
35 -> Hauppauge WinTV USB Pro (PAL B/G,D/K) [0573:4d28]
|
||||
36 -> Hauppauge WinTV USB Pro (PAL I,D/K) [0573:4d29]
|
||||
37 -> Hauppauge WinTV USB Pro (NTSC M/N FM) [0573:4d30]
|
||||
38 -> Hauppauge WinTV USB Pro (PAL B/G FM) [0573:4d31]
|
||||
39 -> Hauppauge WinTV USB Pro (PAL I FM) [0573:4d32]
|
||||
40 -> Hauppauge WinTV USB Pro (PAL D/K FM) [0573:4d34]
|
||||
41 -> Hauppauge WinTV USB Pro (Temic PAL/SECAM B/G/I/D/K/L FM) [0573:4d35]
|
||||
42 -> Hauppauge WinTV USB Pro (Temic PAL B/G FM) [0573:4d36]
|
||||
43 -> Hauppauge WinTV USB Pro (PAL/SECAM B/G/I/D/K/L FM) [0573:4d37]
|
||||
44 -> Hauppauge WinTV USB Pro (NTSC M/N FM) V2 [0573:4d38]
|
||||
45 -> Camtel Technology USB TV Genie Pro FM Model TVB330 [0768:0006]
|
||||
46 -> Digital Video Creator I [07d0:0001]
|
||||
47 -> Global Village GV-007 (NTSC) [07d0:0002]
|
||||
48 -> Dazzle Fusion Model DVC-50 Rev 1 (NTSC) [07d0:0003]
|
||||
49 -> Dazzle Fusion Model DVC-80 Rev 1 (PAL) [07d0:0004]
|
||||
50 -> Dazzle Fusion Model DVC-90 Rev 1 (SECAM) [07d0:0005]
|
||||
51 -> Eskape Labs MyTV2Go [07f8:9104]
|
||||
52 -> Pinnacle Studio PCTV USB (PAL) [2304:010d]
|
||||
53 -> Pinnacle Studio PCTV USB (SECAM) [2304:0109]
|
||||
54 -> Pinnacle Studio PCTV USB (PAL) FM [2304:0110]
|
||||
55 -> Miro PCTV USB [2304:0111]
|
||||
56 -> Pinnacle Studio PCTV USB (NTSC) FM [2304:0112]
|
||||
57 -> Pinnacle Studio PCTV USB (PAL) FM V2 [2304:0210]
|
||||
58 -> Pinnacle Studio PCTV USB (NTSC) FM V2 [2304:0212]
|
||||
59 -> Pinnacle Studio PCTV USB (PAL) FM V3 [2304:0214]
|
||||
60 -> Pinnacle Studio Linx Video input cable (NTSC) [2304:0300]
|
||||
61 -> Pinnacle Studio Linx Video input cable (PAL) [2304:0301]
|
||||
62 -> Pinnacle PCTV Bungee USB (PAL) FM [2304:0419]
|
||||
63 -> Hauppauge WinTv-USB [2400:4200]
|
||||
64 -> Pinnacle Studio PCTV USB (NTSC) FM V3 [2304:0113]
|
||||
65 -> Nogatech USB MicroCam NTSC (NV3000N) [0573:3000]
|
||||
66 -> Nogatech USB MicroCam PAL (NV3001P) [0573:3001]
|
||||
=========== ======================================================== =========
|
||||
Card number Card name USB IDs
|
||||
=========== ======================================================== =========
|
||||
0 Xanboo 0a6f:0400
|
||||
1 Belkin USB VideoBus II Adapter 050d:0106
|
||||
2 Belkin Components USB VideoBus 050d:0207
|
||||
3 Belkin USB VideoBus II 050d:0208
|
||||
4 echoFX InterView Lite 0571:0002
|
||||
5 USBGear USBG-V1 resp. HAMA USB 0573:0003
|
||||
6 D-Link V100 0573:0400
|
||||
7 X10 USB Camera 0573:2000
|
||||
8 Hauppauge WinTV USB Live (PAL B/G) 0573:2d00
|
||||
9 Hauppauge WinTV USB Live Pro (NTSC M/N) 0573:2d01
|
||||
10 Zoran Co. PMD (Nogatech) AV-grabber Manhattan 0573:2101
|
||||
11 Nogatech USB-TV (NTSC) FM 0573:4100
|
||||
12 PNY USB-TV (NTSC) FM 0573:4110
|
||||
13 PixelView PlayTv-USB PRO (PAL) FM 0573:4450
|
||||
14 ZTV ZT-721 2.4GHz USB A/V Receiver 0573:4550
|
||||
15 Hauppauge WinTV USB (NTSC M/N) 0573:4d00
|
||||
16 Hauppauge WinTV USB (PAL B/G) 0573:4d01
|
||||
17 Hauppauge WinTV USB (PAL I) 0573:4d02
|
||||
18 Hauppauge WinTV USB (PAL/SECAM L) 0573:4d03
|
||||
19 Hauppauge WinTV USB (PAL D/K) 0573:4d04
|
||||
20 Hauppauge WinTV USB (NTSC FM) 0573:4d10
|
||||
21 Hauppauge WinTV USB (PAL B/G FM) 0573:4d11
|
||||
22 Hauppauge WinTV USB (PAL I FM) 0573:4d12
|
||||
23 Hauppauge WinTV USB (PAL D/K FM) 0573:4d14
|
||||
24 Hauppauge WinTV USB Pro (NTSC M/N) 0573:4d2a
|
||||
25 Hauppauge WinTV USB Pro (NTSC M/N) V2 0573:4d2b
|
||||
26 Hauppauge WinTV USB Pro (PAL/SECAM B/G/I/D/K/L) 0573:4d2c
|
||||
27 Hauppauge WinTV USB Pro (NTSC M/N) V3 0573:4d20
|
||||
28 Hauppauge WinTV USB Pro (PAL B/G) 0573:4d21
|
||||
29 Hauppauge WinTV USB Pro (PAL I) 0573:4d22
|
||||
30 Hauppauge WinTV USB Pro (PAL/SECAM L) 0573:4d23
|
||||
31 Hauppauge WinTV USB Pro (PAL D/K) 0573:4d24
|
||||
32 Hauppauge WinTV USB Pro (PAL/SECAM BGDK/I/L) 0573:4d25
|
||||
33 Hauppauge WinTV USB Pro (PAL/SECAM BGDK/I/L) V2 0573:4d26
|
||||
34 Hauppauge WinTV USB Pro (PAL B/G) V2 0573:4d27
|
||||
35 Hauppauge WinTV USB Pro (PAL B/G,D/K) 0573:4d28
|
||||
36 Hauppauge WinTV USB Pro (PAL I,D/K) 0573:4d29
|
||||
37 Hauppauge WinTV USB Pro (NTSC M/N FM) 0573:4d30
|
||||
38 Hauppauge WinTV USB Pro (PAL B/G FM) 0573:4d31
|
||||
39 Hauppauge WinTV USB Pro (PAL I FM) 0573:4d32
|
||||
40 Hauppauge WinTV USB Pro (PAL D/K FM) 0573:4d34
|
||||
41 Hauppauge WinTV USB Pro (Temic PAL/SECAM B/G/I/D/K/L FM) 0573:4d35
|
||||
42 Hauppauge WinTV USB Pro (Temic PAL B/G FM) 0573:4d36
|
||||
43 Hauppauge WinTV USB Pro (PAL/SECAM B/G/I/D/K/L FM) 0573:4d37
|
||||
44 Hauppauge WinTV USB Pro (NTSC M/N FM) V2 0573:4d38
|
||||
45 Camtel Technology USB TV Genie Pro FM Model TVB330 0768:0006
|
||||
46 Digital Video Creator I 07d0:0001
|
||||
47 Global Village GV-007 (NTSC) 07d0:0002
|
||||
48 Dazzle Fusion Model DVC-50 Rev 1 (NTSC) 07d0:0003
|
||||
49 Dazzle Fusion Model DVC-80 Rev 1 (PAL) 07d0:0004
|
||||
50 Dazzle Fusion Model DVC-90 Rev 1 (SECAM) 07d0:0005
|
||||
51 Eskape Labs MyTV2Go 07f8:9104
|
||||
52 Pinnacle Studio PCTV USB (PAL) 2304:010d
|
||||
53 Pinnacle Studio PCTV USB (SECAM) 2304:0109
|
||||
54 Pinnacle Studio PCTV USB (PAL) FM 2304:0110
|
||||
55 Miro PCTV USB 2304:0111
|
||||
56 Pinnacle Studio PCTV USB (NTSC) FM 2304:0112
|
||||
57 Pinnacle Studio PCTV USB (PAL) FM V2 2304:0210
|
||||
58 Pinnacle Studio PCTV USB (NTSC) FM V2 2304:0212
|
||||
59 Pinnacle Studio PCTV USB (PAL) FM V3 2304:0214
|
||||
60 Pinnacle Studio Linx Video input cable (NTSC) 2304:0300
|
||||
61 Pinnacle Studio Linx Video input cable (PAL) 2304:0301
|
||||
62 Pinnacle PCTV Bungee USB (PAL) FM 2304:0419
|
||||
63 Hauppauge WinTv-USB 2400:4200
|
||||
64 Pinnacle Studio PCTV USB (NTSC) FM V3 2304:0113
|
||||
65 Nogatech USB MicroCam NTSC (NV3000N) 0573:3000
|
||||
66 Nogatech USB MicroCam PAL (NV3001P) 0573:3001
|
||||
=========== ======================================================== =========
|
||||
|
@@ -87,6 +87,10 @@ replace symbol V4L2_YCBCR_ENC_XV601 :c:type:`v4l2_ycbcr_encoding`
|
||||
replace symbol V4L2_YCBCR_ENC_XV709 :c:type:`v4l2_ycbcr_encoding`
|
||||
replace symbol V4L2_YCBCR_ENC_SMPTE240M :c:type:`v4l2_ycbcr_encoding`
|
||||
|
||||
# Documented enum v4l2_hsv_encoding
|
||||
replace symbol V4L2_HSV_ENC_180 :c:type:`v4l2_hsv_encoding`
|
||||
replace symbol V4L2_HSV_ENC_256 :c:type:`v4l2_hsv_encoding`
|
||||
|
||||
# Documented enum v4l2_quantization
|
||||
replace symbol V4L2_QUANTIZATION_DEFAULT :c:type:`v4l2_quantization`
|
||||
replace symbol V4L2_QUANTIZATION_FULL_RANGE :c:type:`v4l2_quantization`
|
||||
@@ -276,6 +280,9 @@ replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards
|
||||
replace define V4L2_DV_FL_HALF_LINE dv-bt-standards
|
||||
replace define V4L2_DV_FL_IS_CE_VIDEO dv-bt-standards
|
||||
replace define V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE dv-bt-standards
|
||||
replace define V4L2_DV_FL_HAS_PICTURE_ASPECT dv-bt-standards
|
||||
replace define V4L2_DV_FL_HAS_CEA861_VIC dv-bt-standards
|
||||
replace define V4L2_DV_FL_HAS_HDMI_VIC dv-bt-standards
|
||||
|
||||
replace define V4L2_DV_BT_656_1120 dv-timing-types
|
||||
|
||||
|