/* SPDX-License-Identifier: GPL-2.0 */
/* dvb-usb-ids.h is part of the DVB USB library.
*
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) see
* dvb-usb-init.c for copyright information.
*
* a header file containing define's for the USB device supported by the
* various drivers.
*/
#ifndef _DVB_USB_IDS_H_
#define _DVB_USB_IDS_H_
#include <linux/usb.h>
#define DVB_USB_DEV(pid, vid) \
[vid] = { USB_DEVICE(USB_VID_ ## pid, USB_PID_ ## vid) }
#define DVB_USB_DEV_VER(pid, vid, lo, hi) \
[vid] = { USB_DEVICE_VER(USB_VID_ ## pid, USB_PID_ ## vid, lo, hi) }
/* Vendor IDs */
#define USB_VID_774 0 x7a69
#define USB_VID_ADSTECH 0 x06e1
#define USB_VID_AFATECH 0 x15a4
#define USB_VID_ALCOR_MICRO 0 x058f
#define USB_VID_ALINK 0 x05e3
#define USB_VID_AME 0 x06be
#define USB_VID_AMT 0 x1c73
#define USB_VID_ANCHOR 0 x0547
#define USB_VID_ANSONIC 0 x10b9
#define USB_VID_ANUBIS_ELECTRONIC 0 x10fd
#define USB_VID_ASUS 0 x0b05
#define USB_VID_AVERMEDIA 0 x07ca
#define USB_VID_AZUREWAVE 0 x13d3
#define USB_VID_COMPRO 0 x185b
#define USB_VID_COMPRO_UNK 0 x145f
#define USB_VID_CONEXANT 0 x0572
#define USB_VID_CYPRESS 0 x04b4
#define USB_VID_DEXATEK 0 x1d19
#define USB_VID_DIBCOM 0 x10b8
#define USB_VID_DPOSH 0 x1498
#define USB_VID_DVICO 0 x0fe9
#define USB_VID_E3C 0 x18b4
#define USB_VID_ELGATO 0 x0fd9
#define USB_VID_EMPIA 0 xeb1a
#define USB_VID_EVOLUTEPC 0 x1e59
#define USB_VID_GENPIX 0 x09c0
#define USB_VID_GIGABYTE 0 x1044
#define USB_VID_GOTVIEW 0 x1fe1
#define USB_VID_GRANDTEC 0 x5032
#define USB_VID_GTEK 0 x1f4d
#define USB_VID_HAMA 0 x147f
#define USB_VID_HANFTEK 0 x15f4
#define USB_VID_HAUPPAUGE 0 x2040
#define USB_VID_HUMAX_COEX 0 x10b9
#define USB_VID_HYPER_PALTEK 0 x1025
#define USB_VID_INTEL 0 x8086
#define USB_VID_ITETECH 0 x048d
#define USB_VID_KWORLD 0 xeb2a
#define USB_VID_KWORLD_2 0 x1b80
#define USB_VID_KYE 0 x0458
#define USB_VID_LEADTEK 0 x0413
#define USB_VID_LITEON 0 x04ca
#define USB_VID_MEDION 0 x1660
#define USB_VID_MICROSOFT 0 x045e
#define USB_VID_MIGLIA 0 x18f3
#define USB_VID_MSI 0 x0db0
#define USB_VID_MSI_2 0 x1462
#define USB_VID_OPERA1 0 x695c
#define USB_VID_PCTV 0 x2013
#define USB_VID_PINNACLE 0 x2304
#define USB_VID_PIXELVIEW 0 x1554
#define USB_VID_PROF_1 0 x3011
#define USB_VID_PROF_2 0 x3034
#define USB_VID_REALTEK 0 x0bda
#define USB_VID_SONY 0 x1415
#define USB_VID_TECHNISAT 0 x14f7
#define USB_VID_TECHNOTREND 0 x0b48
#define USB_VID_TELESTAR 0 x10b9
#define USB_VID_TERRATEC 0 x0ccd
#define USB_VID_TERRATEC_2 0 x153b
#define USB_VID_TEVII 0 x9022
#define USB_VID_TWINHAN 0 x1822
#define USB_VID_ULTIMA_ELECTRONIC 0 x05d8
#define USB_VID_UNIWILL 0 x1584
#define USB_VID_VISIONPLUS 0 x13d3
#define USB_VID_WIDEVIEW 0 x14aa
#define USB_VID_XTENSIONS 0 x1ae7
#define USB_VID_YUAN 0 x1164
#define USB_VID_ZYDAS 0 x0ace
/* Product IDs */
#define USB_PID_ADSTECH_USB2_COLD 0 xa333
#define USB_PID_ADSTECH_USB2_WARM 0 xa334
#define USB_PID_AFATECH_AF9005 0 x9020
#define USB_PID_AFATECH_AF9015_9015 0 x9015
#define USB_PID_AFATECH_AF9015_9016 0 x9016
#define USB_PID_AFATECH_AF9035_1000 0 x1000
#define USB_PID_AFATECH_AF9035_1001 0 x1001
#define USB_PID_AFATECH_AF9035_1002 0 x1002
#define USB_PID_AFATECH_AF9035_1003 0 x1003
#define USB_PID_AFATECH_AF9035_9035 0 x9035
#define USB_PID_ALINK_DTU 0 xf170
#define USB_PID_AME_DTV5100 0 xa232
#define USB_PID_ANCHOR_NEBULA_DIGITV 0 x0201
#define USB_PID_ANSONIC_DVBT_USB 0 x6000
#define USB_PID_ANUBIS_LIFEVIEW_TV_WALKER_TWIN_COLD 0 x0514
#define USB_PID_ANUBIS_LIFEVIEW_TV_WALKER_TWIN_WARM 0 x0513
#define USB_PID_ANUBIS_MSI_DIGI_VOX_MINI_II 0 x1513
#define USB_PID_ANYSEE 0 x861f
#define USB_PID_ASUS_U3000 0 x171f
#define USB_PID_ASUS_U3000H 0 x1736
#define USB_PID_ASUS_U3100 0 x173f
#define USB_PID_ASUS_U3100MINI_PLUS 0 x1779
#define USB_PID_AVERMEDIA_1867 0 x1867
#define USB_PID_AVERMEDIA_A309 0 xa309
#define USB_PID_AVERMEDIA_A310 0 xa310
#define USB_PID_AVERMEDIA_A805 0 xa805
#define USB_PID_AVERMEDIA_A815M 0 x815a
#define USB_PID_AVERMEDIA_A835 0 xa835
#define USB_PID_AVERMEDIA_A835B_1835 0 x1835
#define USB_PID_AVERMEDIA_A835B_2835 0 x2835
#define USB_PID_AVERMEDIA_A835B_3835 0 x3835
#define USB_PID_AVERMEDIA_A835B_4835 0 x4835
#define USB_PID_AVERMEDIA_A850 0 x850a
#define USB_PID_AVERMEDIA_A850T 0 x850b
#define USB_PID_AVERMEDIA_A867 0 xa867
#define USB_PID_AVERMEDIA_B835 0 xb835
#define USB_PID_AVERMEDIA_DVBT_USB2_COLD 0 xa800
#define USB_PID_AVERMEDIA_DVBT_USB2_WARM 0 xa801
#define USB_PID_AVERMEDIA_EXPRESS 0 xb568
#define USB_PID_AVERMEDIA_H335 0 x0335
#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R 0 x0039
#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_ATSC 0 x1039
#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_DVBT 0 x2039
#define USB_PID_AVERMEDIA_MCE_USB_M038 0 x1228
#define USB_PID_AVERMEDIA_TD110 0 xa110
#define USB_PID_AVERMEDIA_TD310 0 x1871
#define USB_PID_AVERMEDIA_TWINSTAR 0 x0825
#define USB_PID_AVERMEDIA_VOLAR 0 xa807
#define USB_PID_AVERMEDIA_VOLAR_2 0 xb808
#define USB_PID_AVERMEDIA_VOLAR_A868R 0 xa868
#define USB_PID_AVERMEDIA_VOLAR_X 0 xa815
#define USB_PID_AVERMEDIA_VOLAR_X_2 0 x8150
#define USB_PID_AZUREWAVE_6007 0 x0ccd
#define USB_PID_AZUREWAVE_AD_TU700 0 x3237
#define USB_PID_AZUREWAVE_AZ6027 0 x3275
#define USB_PID_AZUREWAVE_TWINHAN_VP7049 0 x3219
#define USB_PID_COMPRO_DVBU2000_COLD 0 xd000
#define USB_PID_COMPRO_DVBU2000_UNK_COLD 0 x010c
#define USB_PID_COMPRO_DVBU2000_UNK_WARM 0 x010d
#define USB_PID_COMPRO_DVBU2000_WARM 0 xd001
#define USB_PID_COMPRO_VIDEOMATE_U500 0 x1e78
#define USB_PID_COMPRO_VIDEOMATE_U500_PC 0 x1e80
#define USB_PID_CONCEPTRONIC_CTVDIGRCU 0 xe397
#define USB_PID_CONEXANT_D680_DMB 0 x86d6
#define USB_PID_CPYTO_REDI_PC50A 0 xa803
#define USB_PID_CTVDIGDUAL_V2 0 xe410
#define USB_PID_CYPRESS_DW2101 0 x2101
#define USB_PID_CYPRESS_DW2102 0 x2102
#define USB_PID_CYPRESS_DW2104 0 x2104
#define USB_PID_CYPRESS_DW3101 0 x3101
#define USB_PID_CYPRESS_OPERA1_COLD 0 x2830
#define USB_PID_DELOCK_USB2_DVBT 0 xb803
#define USB_PID_DIBCOM_ANCHOR_2135_COLD 0 x2131
#define USB_PID_DIBCOM_HOOK_DEFAULT 0 x0064
#define USB_PID_DIBCOM_HOOK_DEFAULT_REENUM 0 x0065
#define USB_PID_DIBCOM_MOD3000_COLD 0 x0bb8
#define USB_PID_DIBCOM_MOD3000_WARM 0 x0bb9
#define USB_PID_DIBCOM_MOD3001_COLD 0 x0bc6
#define USB_PID_DIBCOM_MOD3001_WARM 0 x0bc7
#define USB_PID_DIBCOM_NIM7090 0 x1bb2
#define USB_PID_DIBCOM_NIM8096MD 0 x1fa8
#define USB_PID_DIBCOM_NIM9090M 0 x2383
#define USB_PID_DIBCOM_NIM9090MD 0 x2384
#define USB_PID_DIBCOM_STK7070P 0 x1ebc
#define USB_PID_DIBCOM_STK7070PD 0 x1ebe
#define USB_PID_DIBCOM_STK7700D 0 x1ef0
#define USB_PID_DIBCOM_STK7700P 0 x1e14
#define USB_PID_DIBCOM_STK7700P_PC 0 x1e78
#define USB_PID_DIBCOM_STK7700_U7000 0 x7001
#define USB_PID_DIBCOM_STK7770P 0 x1e80
#define USB_PID_DIBCOM_STK807XP 0 x1f90
#define USB_PID_DIBCOM_STK807XPVR 0 x1f98
#define USB_PID_DIBCOM_STK8096GP 0 x1fa0
#define USB_PID_DIBCOM_STK8096PVR 0 x1faa
#define USB_PID_DIBCOM_TFE7090PVR 0 x1bb4
#define USB_PID_DIBCOM_TFE7790P 0 x1e6e
#define USB_PID_DIBCOM_TFE8096P 0 x1f9C
#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_COLD 0 xdb54
#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0 xdb55
#define USB_PID_DPOSH_M9206_COLD 0 x9206
#define USB_PID_DPOSH_M9206_WARM 0 xa090
#define USB_PID_DVICO_BLUEBIRD_DUAL_1_COLD 0 xdb50
#define USB_PID_DVICO_BLUEBIRD_DUAL_1_WARM 0 xdb51
#define USB_PID_DVICO_BLUEBIRD_DUAL_2_COLD 0 xdb58
#define USB_PID_DVICO_BLUEBIRD_DUAL_2_WARM 0 xdb59
#define USB_PID_DVICO_BLUEBIRD_DUAL_4 0 xdb78
#define USB_PID_DVICO_BLUEBIRD_DUAL_4_REV_2 0 xdb98
#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2 0 xdb70
#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2_NFW_WARM 0 xdb71
#define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0 xd500
#define USB_PID_DVICO_BLUEBIRD_LG064F_WARM 0 xd501
#define USB_PID_DVICO_BLUEBIRD_LGDT 0 xd820
#define USB_PID_DVICO_BLUEBIRD_LGZ201_COLD 0 xdb00
#define USB_PID_DVICO_BLUEBIRD_LGZ201_WARM 0 xdb01
#define USB_PID_DVICO_BLUEBIRD_TH7579_COLD 0 xdb10
#define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0 xdb11
#define USB_PID_E3C_EC168 0 x1689
#define USB_PID_E3C_EC168_2 0 xfffa
#define USB_PID_E3C_EC168_3 0 xfffb
#define USB_PID_E3C_EC168_4 0 x1001
#define USB_PID_E3C_EC168_5 0 x1002
#define USB_PID_ELGATO_EYETV_DIVERSITY 0 x0011
#define USB_PID_ELGATO_EYETV_DTT 0 x0021
#define USB_PID_ELGATO_EYETV_DTT_2 0 x003f
#define USB_PID_ELGATO_EYETV_DTT_Dlx 0 x0020
#define USB_PID_ELGATO_EYETV_SAT 0 x002a
#define USB_PID_ELGATO_EYETV_SAT_V2 0 x0025
#define USB_PID_ELGATO_EYETV_SAT_V3 0 x0036
#define USB_PID_EMPIA_DIGIVOX_MINI_SL_COLD 0 xe360
#define USB_PID_EMPIA_DIGIVOX_MINI_SL_WARM 0 xe361
#define USB_PID_EMPIA_VSTREAM_COLD 0 x17de
#define USB_PID_EMPIA_VSTREAM_WARM 0 x17df
#define USB_PID_EVOLUTEPC_TVWAY_PLUS 0 x0002
#define USB_PID_EVOLVEO_XTRATV_STICK 0 xa115
#define USB_PID_FREECOM_DVBT 0 x0160
#define USB_PID_FREECOM_DVBT_2 0 x0161
#define USB_PID_FRIIO_WHITE 0 x0001
#define USB_PID_GENIATECH_SU3000 0 x3000
#define USB_PID_GENIATECH_T220 0 xd220
#define USB_PID_GENIATECH_X3M_SPC1400HD 0 x3100
#define USB_PID_GENIUS_TVGO_DVB_T03 0 x4012
#define USB_PID_GENPIX_8PSK_REV_1_COLD 0 x0200
#define USB_PID_GENPIX_8PSK_REV_1_WARM 0 x0201
#define USB_PID_GENPIX_8PSK_REV_2 0 x0202
#define USB_PID_GENPIX_SKYWALKER_1 0 x0203
#define USB_PID_GENPIX_SKYWALKER_2 0 x0206
#define USB_PID_GENPIX_SKYWALKER_CW3K 0 x0204
#define USB_PID_GIGABYTE_U7000 0 x7001
#define USB_PID_GIGABYTE_U8000 0 x7002
#define USB_PID_GOTVIEW_SAT_HD 0 x5456
#define USB_PID_GRANDTEC_DVBT_USB2_COLD 0 x0bc6
#define USB_PID_GRANDTEC_DVBT_USB2_WARM 0 x0bc7
#define USB_PID_GRANDTEC_DVBT_USB_COLD 0 x0fa0
#define USB_PID_GRANDTEC_DVBT_USB_WARM 0 x0fa1
#define USB_PID_GRANDTEC_MOD3000_COLD 0 x0bb8
#define USB_PID_GRANDTEC_MOD3000_WARM 0 x0bb9
#define USB_PID_HAMA_DVBT_HYBRID 0 x2758
#define USB_PID_HANFTEK_UMT_010_COLD 0 x0001
#define USB_PID_HANFTEK_UMT_010_WARM 0 x0015
#define USB_PID_HAUPPAUGE_MAX_S2 0 xd900
#define USB_PID_HAUPPAUGE_MYTV_T 0 x7080
#define USB_PID_HAUPPAUGE_NOVA_TD_STICK 0 x9580
#define USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009 0 x5200
#define USB_PID_HAUPPAUGE_NOVA_T_500 0 x9941
#define USB_PID_HAUPPAUGE_NOVA_T_500_2 0 x9950
#define USB_PID_HAUPPAUGE_NOVA_T_500_3 0 x8400
#define USB_PID_HAUPPAUGE_NOVA_T_STICK 0 x7050
#define USB_PID_HAUPPAUGE_NOVA_T_STICK_2 0 x7060
#define USB_PID_HAUPPAUGE_NOVA_T_STICK_3 0 x7070
#define USB_PID_HAUPPAUGE_TIGER_ATSC 0 xb200
#define USB_PID_HAUPPAUGE_TIGER_ATSC_B210 0 xb210
#define USB_PID_HAUPPAUGE_WINTV_NOVA_T_USB2_COLD 0 x9300
#define USB_PID_HAUPPAUGE_WINTV_NOVA_T_USB2_WARM 0 x9301
#define USB_PID_HUMAX_DVB_T_STICK_HIGH_SPEED_COLD 0 x5000
#define USB_PID_HUMAX_DVB_T_STICK_HIGH_SPEED_WARM 0 x5001
#define USB_PID_INTEL_CE9500 0 x9500
#define USB_PID_ITETECH_IT9135 0 x9135
#define USB_PID_ITETECH_IT9135_9005 0 x9005
#define USB_PID_ITETECH_IT9135_9006 0 x9006
#define USB_PID_ITETECH_IT9303 0 x9306
#define USB_PID_KWORLD_395U 0 xe396
#define USB_PID_KWORLD_395U_2 0 xe39b
#define USB_PID_KWORLD_395U_3 0 xe395
#define USB_PID_KWORLD_395U_4 0 xe39a
#define USB_PID_KWORLD_399U 0 xe399
#define USB_PID_KWORLD_399U_2 0 xe400
#define USB_PID_KWORLD_MC810 0 xc810
#define USB_PID_KWORLD_PC160_2T 0 xc160
#define USB_PID_KWORLD_PC160_T 0 xc161
#define USB_PID_KWORLD_UB383_T 0 xe383
#define USB_PID_KWORLD_UB499_2T_T09 0 xe409
#define USB_PID_KWORLD_VSTREAM_COLD 0 x17de
#define USB_PID_KYE_DVB_T_COLD 0 x701e
#define USB_PID_KYE_DVB_T_WARM 0 x701f
#define USB_PID_LEADTEK_WINFAST_DTV_DONGLE_COLD 0 x6025
#define USB_PID_LEADTEK_WINFAST_DTV_DONGLE_H 0 x60f6
#define USB_PID_LEADTEK_WINFAST_DTV_DONGLE_STK7700P 0 x6f00
#define USB_PID_LEADTEK_WINFAST_DTV_DONGLE_STK7700P_2 0 x6f01
#define USB_PID_LEADTEK_WINFAST_DTV_DONGLE_WARM 0 x6026
#define USB_PID_LITEON_DVB_T_COLD 0 xf000
#define USB_PID_LITEON_DVB_T_WARM 0 xf001
#define USB_PID_MEDION_CREATIX_CTX1921 0 x1921
#define USB_PID_MEDION_MD95700 0 x0932
#define USB_PID_MICROSOFT_XBOX_ONE_TUNER 0 x02d5
#define USB_PID_MIGLIA_WT220U_ZAP250_COLD 0 x0220
#define USB_PID_MSI_DIGIVOX_DUO 0 x8801
#define USB_PID_MSI_DIGI_VOX_MINI_III 0 x8807
#define USB_PID_MSI_MEGASKY580 0 x5580
#define USB_PID_MSI_MEGASKY580_55801 0 x5581
#define USB_PID_MYGICA_D689 0 xd811
#define USB_PID_MYGICA_T230 0 xc688
#define USB_PID_MYGICA_T230A 0 x689a
#define USB_PID_MYGICA_T230C 0 xc689
#define USB_PID_MYGICA_T230C2 0 xc68a
#define USB_PID_MYGICA_T230C2_LITE 0 xc69a
#define USB_PID_MYGICA_T230C_LITE 0 xc699
#define USB_PID_NOXON_DAB_STICK 0 x00b3
#define USB_PID_NOXON_DAB_STICK_REV2 0 x00e0
#define USB_PID_NOXON_DAB_STICK_REV3 0 x00b4
#define USB_PID_OPERA1_WARM 0 x3829
#define USB_PID_PCTV_2002E 0 x025c
#define USB_PID_PCTV_2002E_SE 0 x025d
#define USB_PID_PCTV_200E 0 x020e
#define USB_PID_PCTV_78E 0 x025a
#define USB_PID_PCTV_79E 0 x0262
#define USB_PID_PCTV_DIBCOM_STK8096PVR 0 x1faa
#define USB_PID_PCTV_PINNACLE_PCTV282E 0 x0248
#define USB_PID_PCTV_PINNACLE_PCTV73ESE 0 x0245
#define USB_PID_PINNACLE_EXPRESSCARD_320CX 0 x022e
#define USB_PID_PINNACLE_PCTV2000E 0 x022c
#define USB_PID_PINNACLE_PCTV282E 0 x0248
#define USB_PID_PINNACLE_PCTV340E 0 x023d
#define USB_PID_PINNACLE_PCTV340E_SE 0 x023e
#define USB_PID_PINNACLE_PCTV71E 0 x022b
#define USB_PID_PINNACLE_PCTV72E 0 x0236
#define USB_PID_PINNACLE_PCTV73A 0 x0243
#define USB_PID_PINNACLE_PCTV73E 0 x0237
#define USB_PID_PINNACLE_PCTV73ESE 0 x0245
#define USB_PID_PINNACLE_PCTV74E 0 x0246
#define USB_PID_PINNACLE_PCTV801E 0 x023a
#define USB_PID_PINNACLE_PCTV801E_SE 0 x023b
#define USB_PID_PINNACLE_PCTV_400E 0 x020f
#define USB_PID_PINNACLE_PCTV_450E 0 x0222
#define USB_PID_PINNACLE_PCTV_452E 0 x021f
#define USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T 0 x0229
#define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0 x0228
#define USB_PID_PIXELVIEW_SBTVD 0 x5010
#define USB_PID_PROF_1100 0 xb012
#define USB_PID_PROF_7500 0 x7500
#define USB_PID_PROLECTRIX_DV107669 0 xd803
#define USB_PID_REALTEK_RTL2831U 0 x2831
#define USB_PID_REALTEK_RTL2832U 0 x2832
#define USB_PID_SIGMATEK_DVB_110 0 x6610
#define USB_PID_SONY_PLAYTV 0 x0003
#define USB_PID_SVEON_STV20 0 xe39d
#define USB_PID_SVEON_STV20_RTL2832U 0 xd39d
#define USB_PID_SVEON_STV21 0 xd3b0
#define USB_PID_SVEON_STV22 0 xe401
#define USB_PID_SVEON_STV22_IT9137 0 xe411
#define USB_PID_SVEON_STV27 0 xd3af
#define USB_PID_TECHNISAT_AIRSTAR_TELESTICK_2 0 x0004
#define USB_PID_TECHNISAT_USB2_CABLESTAR_HDCI 0 x0003
#define USB_PID_TECHNISAT_USB2_DVB_S2 0 x0500
#define USB_PID_TECHNISAT_USB2_HDCI_V1 0 x0001
#define USB_PID_TECHNISAT_USB2_HDCI_V2 0 x0002
#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI 0 x3012
#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2 0 x3015
#define USB_PID_TECHNOTREND_CONNECT_CT3650 0 x300d
#define USB_PID_TECHNOTREND_CONNECT_S2400 0 x3006
#define USB_PID_TECHNOTREND_CONNECT_S2400_8KEEPROM 0 x3009
#define USB_PID_TECHNOTREND_CONNECT_S2_3600 0 x3007
#define USB_PID_TECHNOTREND_CONNECT_S2_3650_CI 0 x300a
#define USB_PID_TECHNOTREND_CONNECT_S2_4600 0 x3011
#define USB_PID_TECHNOTREND_CONNECT_S2_4650_CI 0 x3017
#define USB_PID_TECHNOTREND_TVSTICK_CT2_4400 0 x3014
#define USB_PID_TELESTAR_STARSTICK_2 0 x8000
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0 x005a
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2 0 x0081
#define USB_PID_TERRATEC_CINERGY_HT_EXPRESS 0 x0060
#define USB_PID_TERRATEC_CINERGY_HT_USB_XE 0 x0058
#define USB_PID_TERRATEC_CINERGY_S 0 x0064
#define USB_PID_TERRATEC_CINERGY_S2_1 0 x1181
#define USB_PID_TERRATEC_CINERGY_S2_2 0 x1182
#define USB_PID_TERRATEC_CINERGY_S2_BOX 0 x0105
#define USB_PID_TERRATEC_CINERGY_S2_R1 0 x00a8
#define USB_PID_TERRATEC_CINERGY_S2_R2 0 x00b0
#define USB_PID_TERRATEC_CINERGY_S2_R3 0 x0102
#define USB_PID_TERRATEC_CINERGY_S2_R4 0 x0105
#define USB_PID_TERRATEC_CINERGY_T2 0 x0038
#define USB_PID_TERRATEC_CINERGY_TC2_STICK 0 x10b2
#define USB_PID_TERRATEC_CINERGY_T_EXPRESS 0 x0062
#define USB_PID_TERRATEC_CINERGY_T_STICK 0 x0093
#define USB_PID_TERRATEC_CINERGY_T_STICK_BLACK_REV1 0 x00a9
#define USB_PID_TERRATEC_CINERGY_T_STICK_DUAL_RC 0 x0099
#define USB_PID_TERRATEC_CINERGY_T_STICK_RC 0 x0097
#define USB_PID_TERRATEC_CINERGY_T_USB_XE 0 x0055
#define USB_PID_TERRATEC_CINERGY_T_USB_XE_REV2 0 x0069
#define USB_PID_TERRATEC_CINERGY_T_XXS 0 x0078
#define USB_PID_TERRATEC_CINERGY_T_XXS_2 0 x00ab
#define USB_PID_TERRATEC_DVBS2CI_V1 0 x10a4
#define USB_PID_TERRATEC_DVBS2CI_V2 0 x10ac
#define USB_PID_TERRATEC_H7 0 x10b4
#define USB_PID_TERRATEC_H7_2 0 x10a3
#define USB_PID_TERRATEC_H7_3 0 x10a5
#define USB_PID_TERRATEC_T1 0 x10ae
#define USB_PID_TERRATEC_T3 0 x10a0
#define USB_PID_TERRATEC_T5 0 x10a1
#define USB_PID_TEVII_S421 0 xd421
#define USB_PID_TEVII_S480_1 0 xd481
#define USB_PID_TEVII_S480_2 0 xd482
#define USB_PID_TEVII_S482_1 0 xd483
#define USB_PID_TEVII_S482_2 0 xd484
#define USB_PID_TEVII_S630 0 xd630
#define USB_PID_TEVII_S632 0 xd632
#define USB_PID_TEVII_S650 0 xd650
#define USB_PID_TEVII_S660 0 xd660
#define USB_PID_TEVII_S662 0 xd662
#define USB_PID_TINYTWIN 0 x3226
#define USB_PID_TINYTWIN_2 0 xe402
#define USB_PID_TINYTWIN_3 0 x9016
#define USB_PID_TREKSTOR_DVBT 0 x901b
#define USB_PID_TREKSTOR_TERRES_2_0 0 xC803
#define USB_PID_TURBOX_DTT_2000 0 xd3a4
#define USB_PID_TWINHAN_VP7021_WARM 0 x3208
#define USB_PID_TWINHAN_VP7041_COLD 0 x3201
#define USB_PID_TWINHAN_VP7041_WARM 0 x3202
#define USB_PID_ULTIMA_ARTEC_T14BR 0 x810f
#define USB_PID_ULTIMA_ARTEC_T14_COLD 0 x810b
#define USB_PID_ULTIMA_ARTEC_T14_WARM 0 x810c
#define USB_PID_ULTIMA_TVBOX_AN2235_COLD 0 x8107
#define USB_PID_ULTIMA_TVBOX_AN2235_WARM 0 x8108
#define USB_PID_ULTIMA_TVBOX_ANCHOR_COLD 0 x2235
#define USB_PID_ULTIMA_TVBOX_COLD 0 x8105
#define USB_PID_ULTIMA_TVBOX_USB2_COLD 0 x8109
#define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0 x8613
#define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0 x1002
#define USB_PID_ULTIMA_TVBOX_USB2_WARM 0 x810a
#define USB_PID_ULTIMA_TVBOX_WARM 0 x8106
#define USB_PID_UNIWILL_STK7700P 0 x6003
#define USB_PID_UNK_HYPER_PALTEK_COLD 0 x005e
#define USB_PID_UNK_HYPER_PALTEK_WARM 0 x005f
#define USB_PID_VISIONPLUS_PINNACLE_PCTV310E 0 x3211
#define USB_PID_VISIONPLUS_TINYUSB2_COLD 0 x3223
#define USB_PID_VISIONPLUS_TINYUSB2_WARM 0 x3224
#define USB_PID_VISIONPLUS_VP7020_COLD 0 x3203
#define USB_PID_VISIONPLUS_VP7020_WARM 0 x3204
#define USB_PID_VISIONPLUS_VP7021_COLD 0 x3207
#define USB_PID_VISIONPLUS_VP7041_COLD 0 x3201
#define USB_PID_VISIONPLUS_VP7041_WARM 0 x3202
#define USB_PID_VISIONPLUS_VP7045_COLD 0 x3205
#define USB_PID_VISIONPLUS_VP7045_WARM 0 x3206
#define USB_PID_WIDEVIEW_DTT200U_COLD 0 x0201
#define USB_PID_WIDEVIEW_DTT200U_WARM 0 x0301
#define USB_PID_WIDEVIEW_DVBT_USB_COLD 0 x0001
#define USB_PID_WIDEVIEW_DVBT_USB_WARM 0 x0002
#define USB_PID_WIDEVIEW_WT220U_COLD 0 x0222
#define USB_PID_WIDEVIEW_WT220U_FC_COLD 0 x0225
#define USB_PID_WIDEVIEW_WT220U_FC_WARM 0 x0226
#define USB_PID_WIDEVIEW_WT220U_WARM 0 x0221
#define USB_PID_WIDEVIEW_WT220U_ZAP250_COLD 0 x0220
#define USB_PID_WIDEVIEW_WT220U_ZL0353_COLD 0 x022a
#define USB_PID_WIDEVIEW_WT220U_ZL0353_WARM 0 x022b
#define USB_PID_WINFAST_DTV2000DS 0 x6a04
#define USB_PID_WINFAST_DTV2000DS_PLUS 0 x6f12
#define USB_PID_WINFAST_DTV_DONGLE_GOLD 0 x6029
#define USB_PID_WINFAST_DTV_DONGLE_MINID 0 x6f0f
#define USB_PID_WINTV_SOLOHD 0 x0264
#define USB_PID_WINTV_SOLOHD_2 0 x8268
#define USB_PID_XTENSIONS_XD_380 0 x0381
#define USB_PID_YUAN_EC372S 0 x1edc
#define USB_PID_YUAN_MC770 0 x0871
#define USB_PID_YUAN_PD378S 0 x2edc
#define USB_PID_YUAN_STK7700D 0 x1efc
#define USB_PID_YUAN_STK7700D_2 0 x1e8c
#define USB_PID_YUAN_STK7700PH 0 x1f08
#endif
Messung V0.5 in Prozent C=96 H=92 G=93
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-07)
¤
*© Formatika GbR, Deutschland