18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* dvb-usb-ids.h is part of the DVB USB library. 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) see 58c2ecf20Sopenharmony_ci * dvb-usb-init.c for copyright information. 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * a header file containing define's for the USB device supported by the 88c2ecf20Sopenharmony_ci * various drivers. 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci#ifndef _DVB_USB_IDS_H_ 118c2ecf20Sopenharmony_ci#define _DVB_USB_IDS_H_ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci/* Vendor IDs */ 148c2ecf20Sopenharmony_ci#define USB_VID_ADSTECH 0x06e1 158c2ecf20Sopenharmony_ci#define USB_VID_AFATECH 0x15a4 168c2ecf20Sopenharmony_ci#define USB_VID_ALCOR_MICRO 0x058f 178c2ecf20Sopenharmony_ci#define USB_VID_ALINK 0x05e3 188c2ecf20Sopenharmony_ci#define USB_VID_AMT 0x1c73 198c2ecf20Sopenharmony_ci#define USB_VID_ANCHOR 0x0547 208c2ecf20Sopenharmony_ci#define USB_VID_ANSONIC 0x10b9 218c2ecf20Sopenharmony_ci#define USB_VID_ANUBIS_ELECTRONIC 0x10fd 228c2ecf20Sopenharmony_ci#define USB_VID_ASUS 0x0b05 238c2ecf20Sopenharmony_ci#define USB_VID_AVERMEDIA 0x07ca 248c2ecf20Sopenharmony_ci#define USB_VID_COMPRO 0x185b 258c2ecf20Sopenharmony_ci#define USB_VID_COMPRO_UNK 0x145f 268c2ecf20Sopenharmony_ci#define USB_VID_CONEXANT 0x0572 278c2ecf20Sopenharmony_ci#define USB_VID_CYPRESS 0x04b4 288c2ecf20Sopenharmony_ci#define USB_VID_DEXATEK 0x1d19 298c2ecf20Sopenharmony_ci#define USB_VID_DIBCOM 0x10b8 308c2ecf20Sopenharmony_ci#define USB_VID_DPOSH 0x1498 318c2ecf20Sopenharmony_ci#define USB_VID_DVICO 0x0fe9 328c2ecf20Sopenharmony_ci#define USB_VID_E3C 0x18b4 338c2ecf20Sopenharmony_ci#define USB_VID_ELGATO 0x0fd9 348c2ecf20Sopenharmony_ci#define USB_VID_EMPIA 0xeb1a 358c2ecf20Sopenharmony_ci#define USB_VID_GENPIX 0x09c0 368c2ecf20Sopenharmony_ci#define USB_VID_GRANDTEC 0x5032 378c2ecf20Sopenharmony_ci#define USB_VID_GTEK 0x1f4d 388c2ecf20Sopenharmony_ci#define USB_VID_HANFTEK 0x15f4 398c2ecf20Sopenharmony_ci#define USB_VID_HAUPPAUGE 0x2040 408c2ecf20Sopenharmony_ci#define USB_VID_HYPER_PALTEK 0x1025 418c2ecf20Sopenharmony_ci#define USB_VID_INTEL 0x8086 428c2ecf20Sopenharmony_ci#define USB_VID_ITETECH 0x048d 438c2ecf20Sopenharmony_ci#define USB_VID_KWORLD 0xeb2a 448c2ecf20Sopenharmony_ci#define USB_VID_KWORLD_2 0x1b80 458c2ecf20Sopenharmony_ci#define USB_VID_KYE 0x0458 468c2ecf20Sopenharmony_ci#define USB_VID_LEADTEK 0x0413 478c2ecf20Sopenharmony_ci#define USB_VID_LITEON 0x04ca 488c2ecf20Sopenharmony_ci#define USB_VID_MEDION 0x1660 498c2ecf20Sopenharmony_ci#define USB_VID_MIGLIA 0x18f3 508c2ecf20Sopenharmony_ci#define USB_VID_MSI 0x0db0 518c2ecf20Sopenharmony_ci#define USB_VID_MSI_2 0x1462 528c2ecf20Sopenharmony_ci#define USB_VID_OPERA1 0x695c 538c2ecf20Sopenharmony_ci#define USB_VID_PINNACLE 0x2304 548c2ecf20Sopenharmony_ci#define USB_VID_PCTV 0x2013 558c2ecf20Sopenharmony_ci#define USB_VID_PIXELVIEW 0x1554 568c2ecf20Sopenharmony_ci#define USB_VID_REALTEK 0x0bda 578c2ecf20Sopenharmony_ci#define USB_VID_TECHNOTREND 0x0b48 588c2ecf20Sopenharmony_ci#define USB_VID_TERRATEC 0x0ccd 598c2ecf20Sopenharmony_ci#define USB_VID_TERRATEC_2 0x153b 608c2ecf20Sopenharmony_ci#define USB_VID_TELESTAR 0x10b9 618c2ecf20Sopenharmony_ci#define USB_VID_VISIONPLUS 0x13d3 628c2ecf20Sopenharmony_ci#define USB_VID_SONY 0x1415 638c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S421 0xd421 648c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S480_1 0xd481 658c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S480_2 0xd482 668c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S630 0xd630 678c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S632 0xd632 688c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S650 0xd650 698c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S660 0xd660 708c2ecf20Sopenharmony_ci#define USB_PID_TEVII_S662 0xd662 718c2ecf20Sopenharmony_ci#define USB_VID_TWINHAN 0x1822 728c2ecf20Sopenharmony_ci#define USB_VID_ULTIMA_ELECTRONIC 0x05d8 738c2ecf20Sopenharmony_ci#define USB_VID_UNIWILL 0x1584 748c2ecf20Sopenharmony_ci#define USB_VID_WIDEVIEW 0x14aa 758c2ecf20Sopenharmony_ci#define USB_VID_GIGABYTE 0x1044 768c2ecf20Sopenharmony_ci#define USB_VID_YUAN 0x1164 778c2ecf20Sopenharmony_ci#define USB_VID_XTENSIONS 0x1ae7 788c2ecf20Sopenharmony_ci#define USB_VID_ZYDAS 0x0ace 798c2ecf20Sopenharmony_ci#define USB_VID_HUMAX_COEX 0x10b9 808c2ecf20Sopenharmony_ci#define USB_VID_774 0x7a69 818c2ecf20Sopenharmony_ci#define USB_VID_EVOLUTEPC 0x1e59 828c2ecf20Sopenharmony_ci#define USB_VID_AZUREWAVE 0x13d3 838c2ecf20Sopenharmony_ci#define USB_VID_TECHNISAT 0x14f7 848c2ecf20Sopenharmony_ci#define USB_VID_HAMA 0x147f 858c2ecf20Sopenharmony_ci#define USB_VID_MICROSOFT 0x045e 868c2ecf20Sopenharmony_ci 878c2ecf20Sopenharmony_ci/* Product IDs */ 888c2ecf20Sopenharmony_ci#define USB_PID_ADSTECH_USB2_COLD 0xa333 898c2ecf20Sopenharmony_ci#define USB_PID_ADSTECH_USB2_WARM 0xa334 908c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9005 0x9020 918c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9015_9015 0x9015 928c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9015_9016 0x9016 938c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9035_1000 0x1000 948c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9035_1001 0x1001 958c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9035_1002 0x1002 968c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9035_1003 0x1003 978c2ecf20Sopenharmony_ci#define USB_PID_AFATECH_AF9035_9035 0x9035 988c2ecf20Sopenharmony_ci#define USB_PID_TREKSTOR_DVBT 0x901b 998c2ecf20Sopenharmony_ci#define USB_PID_TREKSTOR_TERRES_2_0 0xC803 1008c2ecf20Sopenharmony_ci#define USB_PID_ALINK_DTU 0xf170 1018c2ecf20Sopenharmony_ci#define USB_PID_ANSONIC_DVBT_USB 0x6000 1028c2ecf20Sopenharmony_ci#define USB_PID_ANYSEE 0x861f 1038c2ecf20Sopenharmony_ci#define USB_PID_AZUREWAVE_AD_TU700 0x3237 1048c2ecf20Sopenharmony_ci#define USB_PID_AZUREWAVE_6007 0x0ccd 1058c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_DVBT_USB_COLD 0x0001 1068c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_DVBT_USB_WARM 0x0002 1078c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_DVBT_USB2_COLD 0xa800 1088c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_DVBT_USB2_WARM 0xa801 1098c2ecf20Sopenharmony_ci#define USB_PID_COMPRO_DVBU2000_COLD 0xd000 1108c2ecf20Sopenharmony_ci#define USB_PID_COMPRO_DVBU2000_WARM 0xd001 1118c2ecf20Sopenharmony_ci#define USB_PID_COMPRO_DVBU2000_UNK_COLD 0x010c 1128c2ecf20Sopenharmony_ci#define USB_PID_COMPRO_DVBU2000_UNK_WARM 0x010d 1138c2ecf20Sopenharmony_ci#define USB_PID_COMPRO_VIDEOMATE_U500 0x1e78 1148c2ecf20Sopenharmony_ci#define USB_PID_COMPRO_VIDEOMATE_U500_PC 0x1e80 1158c2ecf20Sopenharmony_ci#define USB_PID_CONCEPTRONIC_CTVDIGRCU 0xe397 1168c2ecf20Sopenharmony_ci#define USB_PID_CONEXANT_D680_DMB 0x86d6 1178c2ecf20Sopenharmony_ci#define USB_PID_CREATIX_CTX1921 0x1921 1188c2ecf20Sopenharmony_ci#define USB_PID_DELOCK_USB2_DVBT 0xb803 1198c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_HOOK_DEFAULT 0x0064 1208c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_HOOK_DEFAULT_REENUM 0x0065 1218c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_MOD3000_COLD 0x0bb8 1228c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_MOD3000_WARM 0x0bb9 1238c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_MOD3001_COLD 0x0bc6 1248c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_MOD3001_WARM 0x0bc7 1258c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK7700P 0x1e14 1268c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK7700P_PC 0x1e78 1278c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK7700D 0x1ef0 1288c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK7700_U7000 0x7001 1298c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK7070P 0x1ebc 1308c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK7070PD 0x1ebe 1318c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK807XP 0x1f90 1328c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK807XPVR 0x1f98 1338c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK8096GP 0x1fa0 1348c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK8096PVR 0x1faa 1358c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_NIM8096MD 0x1fa8 1368c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_TFE8096P 0x1f9C 1378c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131 1388c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_STK7770P 0x1e80 1398c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_NIM7090 0x1bb2 1408c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_TFE7090PVR 0x1bb4 1418c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_TFE7790P 0x1e6e 1428c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_NIM9090M 0x2383 1438c2ecf20Sopenharmony_ci#define USB_PID_DIBCOM_NIM9090MD 0x2384 1448c2ecf20Sopenharmony_ci#define USB_PID_DPOSH_M9206_COLD 0x9206 1458c2ecf20Sopenharmony_ci#define USB_PID_DPOSH_M9206_WARM 0xa090 1468c2ecf20Sopenharmony_ci#define USB_PID_E3C_EC168 0x1689 1478c2ecf20Sopenharmony_ci#define USB_PID_E3C_EC168_2 0xfffa 1488c2ecf20Sopenharmony_ci#define USB_PID_E3C_EC168_3 0xfffb 1498c2ecf20Sopenharmony_ci#define USB_PID_E3C_EC168_4 0x1001 1508c2ecf20Sopenharmony_ci#define USB_PID_E3C_EC168_5 0x1002 1518c2ecf20Sopenharmony_ci#define USB_PID_FREECOM_DVBT 0x0160 1528c2ecf20Sopenharmony_ci#define USB_PID_FREECOM_DVBT_2 0x0161 1538c2ecf20Sopenharmony_ci#define USB_PID_UNIWILL_STK7700P 0x6003 1548c2ecf20Sopenharmony_ci#define USB_PID_GENIUS_TVGO_DVB_T03 0x4012 1558c2ecf20Sopenharmony_ci#define USB_PID_GRANDTEC_DVBT_USB_COLD 0x0fa0 1568c2ecf20Sopenharmony_ci#define USB_PID_GRANDTEC_DVBT_USB_WARM 0x0fa1 1578c2ecf20Sopenharmony_ci#define USB_PID_GOTVIEW_SAT_HD 0x5456 1588c2ecf20Sopenharmony_ci#define USB_PID_INTEL_CE9500 0x9500 1598c2ecf20Sopenharmony_ci#define USB_PID_ITETECH_IT9135 0x9135 1608c2ecf20Sopenharmony_ci#define USB_PID_ITETECH_IT9135_9005 0x9005 1618c2ecf20Sopenharmony_ci#define USB_PID_ITETECH_IT9135_9006 0x9006 1628c2ecf20Sopenharmony_ci#define USB_PID_ITETECH_IT9303 0x9306 1638c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_399U 0xe399 1648c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_399U_2 0xe400 1658c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_395U 0xe396 1668c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_395U_2 0xe39b 1678c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_395U_3 0xe395 1688c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_395U_4 0xe39a 1698c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_MC810 0xc810 1708c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_PC160_2T 0xc160 1718c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_PC160_T 0xc161 1728c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_UB383_T 0xe383 1738c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_UB499_2T_T09 0xe409 1748c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_VSTREAM_COLD 0x17de 1758c2ecf20Sopenharmony_ci#define USB_PID_KWORLD_VSTREAM_WARM 0x17df 1768c2ecf20Sopenharmony_ci#define USB_PID_PROF_1100 0xb012 1778c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_S 0x0064 1788c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_USB_XE 0x0055 1798c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_USB_XE_REV2 0x0069 1808c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_STICK 0x0093 1818c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_STICK_RC 0x0097 1828c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_STICK_DUAL_RC 0x0099 1838c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_STICK_BLACK_REV1 0x00a9 1848c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_TC2_STICK 0x10b2 1858c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7041_COLD 0x3201 1868c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7041_WARM 0x3202 1878c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7020_COLD 0x3203 1888c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7020_WARM 0x3204 1898c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7045_COLD 0x3205 1908c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7045_WARM 0x3206 1918c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7021_COLD 0x3207 1928c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7021_WARM 0x3208 1938c2ecf20Sopenharmony_ci#define USB_PID_TWINHAN_VP7049 0x3219 1948c2ecf20Sopenharmony_ci#define USB_PID_TINYTWIN 0x3226 1958c2ecf20Sopenharmony_ci#define USB_PID_TINYTWIN_2 0xe402 1968c2ecf20Sopenharmony_ci#define USB_PID_TINYTWIN_3 0x9016 1978c2ecf20Sopenharmony_ci#define USB_PID_DNTV_TINYUSB2_COLD 0x3223 1988c2ecf20Sopenharmony_ci#define USB_PID_DNTV_TINYUSB2_WARM 0x3224 1998c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_COLD 0x8105 2008c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_WARM 0x8106 2018c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_AN2235_COLD 0x8107 2028c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_AN2235_WARM 0x8108 2038c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_ANCHOR_COLD 0x2235 2048c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_USB2_COLD 0x8109 2058c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_USB2_WARM 0x810a 2068c2ecf20Sopenharmony_ci#define USB_PID_ARTEC_T14_COLD 0x810b 2078c2ecf20Sopenharmony_ci#define USB_PID_ARTEC_T14_WARM 0x810c 2088c2ecf20Sopenharmony_ci#define USB_PID_ARTEC_T14BR 0x810f 2098c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0x8613 2108c2ecf20Sopenharmony_ci#define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0x1002 2118c2ecf20Sopenharmony_ci#define USB_PID_UNK_HYPER_PALTEK_COLD 0x005e 2128c2ecf20Sopenharmony_ci#define USB_PID_UNK_HYPER_PALTEK_WARM 0x005f 2138c2ecf20Sopenharmony_ci#define USB_PID_HANFTEK_UMT_010_COLD 0x0001 2148c2ecf20Sopenharmony_ci#define USB_PID_HANFTEK_UMT_010_WARM 0x0015 2158c2ecf20Sopenharmony_ci#define USB_PID_DTT200U_COLD 0x0201 2168c2ecf20Sopenharmony_ci#define USB_PID_DTT200U_WARM 0x0301 2178c2ecf20Sopenharmony_ci#define USB_PID_WT220U_ZAP250_COLD 0x0220 2188c2ecf20Sopenharmony_ci#define USB_PID_WT220U_COLD 0x0222 2198c2ecf20Sopenharmony_ci#define USB_PID_WT220U_WARM 0x0221 2208c2ecf20Sopenharmony_ci#define USB_PID_WT220U_FC_COLD 0x0225 2218c2ecf20Sopenharmony_ci#define USB_PID_WT220U_FC_WARM 0x0226 2228c2ecf20Sopenharmony_ci#define USB_PID_WT220U_ZL0353_COLD 0x022a 2238c2ecf20Sopenharmony_ci#define USB_PID_WT220U_ZL0353_WARM 0x022b 2248c2ecf20Sopenharmony_ci#define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300 2258c2ecf20Sopenharmony_ci#define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301 2268c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_T_500 0x9941 2278c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_T_500_2 0x9950 2288c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_T_500_3 0x8400 2298c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7050 2308c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_T_STICK_2 0x7060 2318c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_T_STICK_3 0x7070 2328c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_MYTV_T 0x7080 2338c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_TD_STICK 0x9580 2348c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009 0x5200 2358c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_TIGER_ATSC 0xb200 2368c2ecf20Sopenharmony_ci#define USB_PID_HAUPPAUGE_TIGER_ATSC_B210 0xb210 2378c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_EXPRESS 0xb568 2388c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_VOLAR 0xa807 2398c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_VOLAR_2 0xb808 2408c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_VOLAR_A868R 0xa868 2418c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_MCE_USB_M038 0x1228 2428c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R 0x0039 2438c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_ATSC 0x1039 2448c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_DVBT 0x2039 2458c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_VOLAR_X 0xa815 2468c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_VOLAR_X_2 0x8150 2478c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A309 0xa309 2488c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A310 0xa310 2498c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A850 0x850a 2508c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A850T 0x850b 2518c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A805 0xa805 2528c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A815M 0x815a 2538c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A835 0xa835 2548c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_B835 0xb835 2558c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A835B_1835 0x1835 2568c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A835B_2835 0x2835 2578c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A835B_3835 0x3835 2588c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A835B_4835 0x4835 2598c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_1867 0x1867 2608c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_A867 0xa867 2618c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_H335 0x0335 2628c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_TD110 0xa110 2638c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_TD310 0x1871 2648c2ecf20Sopenharmony_ci#define USB_PID_AVERMEDIA_TWINSTAR 0x0825 2658c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006 2668c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_S2400_8KEEPROM 0x3009 2678c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_CT3650 0x300d 2688c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_S2_4600 0x3011 2698c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI 0x3012 2708c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2 0x3015 2718c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_TVSTICK_CT2_4400 0x3014 2728c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_S2_4650_CI 0x3017 2738c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a 2748c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2 0x0081 2758c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_HT_USB_XE 0x0058 2768c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_HT_EXPRESS 0x0060 2778c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_EXPRESS 0x0062 2788c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_XXS 0x0078 2798c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_T_XXS_2 0x00ab 2808c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_S2_R1 0x00a8 2818c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_S2_R2 0x00b0 2828c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_S2_R3 0x0102 2838c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_S2_R4 0x0105 2848c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_S2_1 0x1181 2858c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_CINERGY_S2_2 0x1182 2868c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_H7 0x10b4 2878c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_H7_2 0x10a3 2888c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_H7_3 0x10a5 2898c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_T1 0x10ae 2908c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_T3 0x10a0 2918c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_T5 0x10a1 2928c2ecf20Sopenharmony_ci#define USB_PID_NOXON_DAB_STICK 0x00b3 2938c2ecf20Sopenharmony_ci#define USB_PID_NOXON_DAB_STICK_REV2 0x00e0 2948c2ecf20Sopenharmony_ci#define USB_PID_NOXON_DAB_STICK_REV3 0x00b4 2958c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e 2968c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV2000E 0x022c 2978c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228 2988c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T 0x0229 2998c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV71E 0x022b 3008c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV72E 0x0236 3018c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV73E 0x0237 3028c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV310E 0x3211 3038c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV801E 0x023a 3048c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV801E_SE 0x023b 3058c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV340E 0x023d 3068c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV340E_SE 0x023e 3078c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV73A 0x0243 3088c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV73ESE 0x0245 3098c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV74E 0x0246 3108c2ecf20Sopenharmony_ci#define USB_PID_PINNACLE_PCTV282E 0x0248 3118c2ecf20Sopenharmony_ci#define USB_PID_PIXELVIEW_SBTVD 0x5010 3128c2ecf20Sopenharmony_ci#define USB_PID_PCTV_200E 0x020e 3138c2ecf20Sopenharmony_ci#define USB_PID_PCTV_400E 0x020f 3148c2ecf20Sopenharmony_ci#define USB_PID_PCTV_450E 0x0222 3158c2ecf20Sopenharmony_ci#define USB_PID_PCTV_452E 0x021f 3168c2ecf20Sopenharmony_ci#define USB_PID_PCTV_78E 0x025a 3178c2ecf20Sopenharmony_ci#define USB_PID_PCTV_79E 0x0262 3188c2ecf20Sopenharmony_ci#define USB_PID_REALTEK_RTL2831U 0x2831 3198c2ecf20Sopenharmony_ci#define USB_PID_REALTEK_RTL2832U 0x2832 3208c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_S2_3600 0x3007 3218c2ecf20Sopenharmony_ci#define USB_PID_TECHNOTREND_CONNECT_S2_3650_CI 0x300a 3228c2ecf20Sopenharmony_ci#define USB_PID_NEBULA_DIGITV 0x0201 3238c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820 3248c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500 3258c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_LG064F_WARM 0xd501 3268c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_LGZ201_COLD 0xdb00 3278c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_LGZ201_WARM 0xdb01 3288c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_TH7579_COLD 0xdb10 3298c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11 3308c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DUAL_1_COLD 0xdb50 3318c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DUAL_1_WARM 0xdb51 3328c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DUAL_2_COLD 0xdb58 3338c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DUAL_2_WARM 0xdb59 3348c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DUAL_4 0xdb78 3358c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DUAL_4_REV_2 0xdb98 3368c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2 0xdb70 3378c2ecf20Sopenharmony_ci#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2_NFW_WARM 0xdb71 3388c2ecf20Sopenharmony_ci#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_COLD 0xdb54 3398c2ecf20Sopenharmony_ci#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55 3408c2ecf20Sopenharmony_ci#define USB_PID_MEDION_MD95700 0x0932 3418c2ecf20Sopenharmony_ci#define USB_PID_MSI_MEGASKY580 0x5580 3428c2ecf20Sopenharmony_ci#define USB_PID_MSI_MEGASKY580_55801 0x5581 3438c2ecf20Sopenharmony_ci#define USB_PID_KYE_DVB_T_COLD 0x701e 3448c2ecf20Sopenharmony_ci#define USB_PID_KYE_DVB_T_WARM 0x701f 3458c2ecf20Sopenharmony_ci#define USB_PID_LITEON_DVB_T_COLD 0xf000 3468c2ecf20Sopenharmony_ci#define USB_PID_LITEON_DVB_T_WARM 0xf001 3478c2ecf20Sopenharmony_ci#define USB_PID_DIGIVOX_MINI_SL_COLD 0xe360 3488c2ecf20Sopenharmony_ci#define USB_PID_DIGIVOX_MINI_SL_WARM 0xe361 3498c2ecf20Sopenharmony_ci#define USB_PID_GRANDTEC_DVBT_USB2_COLD 0x0bc6 3508c2ecf20Sopenharmony_ci#define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7 3518c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV2000DS 0x6a04 3528c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV2000DS_PLUS 0x6f12 3538c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 3548c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 3558c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00 3568c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV_DONGLE_H 0x60f6 3578c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV_DONGLE_STK7700P_2 0x6f01 3588c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV_DONGLE_GOLD 0x6029 3598c2ecf20Sopenharmony_ci#define USB_PID_WINFAST_DTV_DONGLE_MINID 0x6f0f 3608c2ecf20Sopenharmony_ci#define USB_PID_GENPIX_8PSK_REV_1_COLD 0x0200 3618c2ecf20Sopenharmony_ci#define USB_PID_GENPIX_8PSK_REV_1_WARM 0x0201 3628c2ecf20Sopenharmony_ci#define USB_PID_GENPIX_8PSK_REV_2 0x0202 3638c2ecf20Sopenharmony_ci#define USB_PID_GENPIX_SKYWALKER_1 0x0203 3648c2ecf20Sopenharmony_ci#define USB_PID_GENPIX_SKYWALKER_CW3K 0x0204 3658c2ecf20Sopenharmony_ci#define USB_PID_GENPIX_SKYWALKER_2 0x0206 3668c2ecf20Sopenharmony_ci#define USB_PID_SIGMATEK_DVB_110 0x6610 3678c2ecf20Sopenharmony_ci#define USB_PID_MSI_DIGI_VOX_MINI_II 0x1513 3688c2ecf20Sopenharmony_ci#define USB_PID_MSI_DIGIVOX_DUO 0x8801 3698c2ecf20Sopenharmony_ci#define USB_PID_OPERA1_COLD 0x2830 3708c2ecf20Sopenharmony_ci#define USB_PID_OPERA1_WARM 0x3829 3718c2ecf20Sopenharmony_ci#define USB_PID_LIFEVIEW_TV_WALKER_TWIN_COLD 0x0514 3728c2ecf20Sopenharmony_ci#define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM 0x0513 3738c2ecf20Sopenharmony_ci#define USB_PID_GIGABYTE_U7000 0x7001 3748c2ecf20Sopenharmony_ci#define USB_PID_GIGABYTE_U8000 0x7002 3758c2ecf20Sopenharmony_ci#define USB_PID_ASUS_U3000 0x171f 3768c2ecf20Sopenharmony_ci#define USB_PID_ASUS_U3000H 0x1736 3778c2ecf20Sopenharmony_ci#define USB_PID_ASUS_U3100 0x173f 3788c2ecf20Sopenharmony_ci#define USB_PID_ASUS_U3100MINI_PLUS 0x1779 3798c2ecf20Sopenharmony_ci#define USB_PID_YUAN_EC372S 0x1edc 3808c2ecf20Sopenharmony_ci#define USB_PID_YUAN_STK7700PH 0x1f08 3818c2ecf20Sopenharmony_ci#define USB_PID_YUAN_PD378S 0x2edc 3828c2ecf20Sopenharmony_ci#define USB_PID_YUAN_MC770 0x0871 3838c2ecf20Sopenharmony_ci#define USB_PID_YUAN_STK7700D 0x1efc 3848c2ecf20Sopenharmony_ci#define USB_PID_YUAN_STK7700D_2 0x1e8c 3858c2ecf20Sopenharmony_ci#define USB_PID_DW2102 0x2102 3868c2ecf20Sopenharmony_ci#define USB_PID_DW2104 0x2104 3878c2ecf20Sopenharmony_ci#define USB_PID_DW3101 0x3101 3888c2ecf20Sopenharmony_ci#define USB_PID_XTENSIONS_XD_380 0x0381 3898c2ecf20Sopenharmony_ci#define USB_PID_TELESTAR_STARSTICK_2 0x8000 3908c2ecf20Sopenharmony_ci#define USB_PID_MSI_DIGI_VOX_MINI_III 0x8807 3918c2ecf20Sopenharmony_ci#define USB_PID_SONY_PLAYTV 0x0003 3928c2ecf20Sopenharmony_ci#define USB_PID_MYGICA_D689 0xd811 3938c2ecf20Sopenharmony_ci#define USB_PID_MYGICA_T230 0xc688 3948c2ecf20Sopenharmony_ci#define USB_PID_MYGICA_T230C 0xc689 3958c2ecf20Sopenharmony_ci#define USB_PID_MYGICA_T230C2 0xc68a 3968c2ecf20Sopenharmony_ci#define USB_PID_MYGICA_T230C_LITE 0xc699 3978c2ecf20Sopenharmony_ci#define USB_PID_ELGATO_EYETV_DIVERSITY 0x0011 3988c2ecf20Sopenharmony_ci#define USB_PID_ELGATO_EYETV_DTT 0x0021 3998c2ecf20Sopenharmony_ci#define USB_PID_ELGATO_EYETV_DTT_2 0x003f 4008c2ecf20Sopenharmony_ci#define USB_PID_ELGATO_EYETV_DTT_Dlx 0x0020 4018c2ecf20Sopenharmony_ci#define USB_PID_ELGATO_EYETV_SAT 0x002a 4028c2ecf20Sopenharmony_ci#define USB_PID_ELGATO_EYETV_SAT_V2 0x0025 4038c2ecf20Sopenharmony_ci#define USB_PID_ELGATO_EYETV_SAT_V3 0x0036 4048c2ecf20Sopenharmony_ci#define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_COLD 0x5000 4058c2ecf20Sopenharmony_ci#define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_WARM 0x5001 4068c2ecf20Sopenharmony_ci#define USB_PID_FRIIO_WHITE 0x0001 4078c2ecf20Sopenharmony_ci#define USB_PID_TVWAY_PLUS 0x0002 4088c2ecf20Sopenharmony_ci#define USB_PID_SVEON_STV20 0xe39d 4098c2ecf20Sopenharmony_ci#define USB_PID_SVEON_STV20_RTL2832U 0xd39d 4108c2ecf20Sopenharmony_ci#define USB_PID_SVEON_STV21 0xd3b0 4118c2ecf20Sopenharmony_ci#define USB_PID_SVEON_STV22 0xe401 4128c2ecf20Sopenharmony_ci#define USB_PID_SVEON_STV22_IT9137 0xe411 4138c2ecf20Sopenharmony_ci#define USB_PID_AZUREWAVE_AZ6027 0x3275 4148c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_DVBS2CI_V1 0x10a4 4158c2ecf20Sopenharmony_ci#define USB_PID_TERRATEC_DVBS2CI_V2 0x10ac 4168c2ecf20Sopenharmony_ci#define USB_PID_TECHNISAT_USB2_HDCI_V1 0x0001 4178c2ecf20Sopenharmony_ci#define USB_PID_TECHNISAT_USB2_HDCI_V2 0x0002 4188c2ecf20Sopenharmony_ci#define USB_PID_TECHNISAT_USB2_CABLESTAR_HDCI 0x0003 4198c2ecf20Sopenharmony_ci#define USB_PID_TECHNISAT_AIRSTAR_TELESTICK_2 0x0004 4208c2ecf20Sopenharmony_ci#define USB_PID_TECHNISAT_USB2_DVB_S2 0x0500 4218c2ecf20Sopenharmony_ci#define USB_PID_CPYTO_REDI_PC50A 0xa803 4228c2ecf20Sopenharmony_ci#define USB_PID_CTVDIGDUAL_V2 0xe410 4238c2ecf20Sopenharmony_ci#define USB_PID_PCTV_2002E 0x025c 4248c2ecf20Sopenharmony_ci#define USB_PID_PCTV_2002E_SE 0x025d 4258c2ecf20Sopenharmony_ci#define USB_PID_SVEON_STV27 0xd3af 4268c2ecf20Sopenharmony_ci#define USB_PID_TURBOX_DTT_2000 0xd3a4 4278c2ecf20Sopenharmony_ci#define USB_PID_WINTV_SOLOHD 0x0264 4288c2ecf20Sopenharmony_ci#define USB_PID_WINTV_SOLOHD_2 0x8268 4298c2ecf20Sopenharmony_ci#define USB_PID_EVOLVEO_XTRATV_STICK 0xa115 4308c2ecf20Sopenharmony_ci#define USB_PID_HAMA_DVBT_HYBRID 0x2758 4318c2ecf20Sopenharmony_ci#define USB_PID_XBOX_ONE_TUNER 0x02d5 4328c2ecf20Sopenharmony_ci#define USB_PID_PROLECTRIX_DV107669 0xd803 4338c2ecf20Sopenharmony_ci#endif 434