| Linux kernel & device driver programming |
| [ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] |
1 /* dvb-usb-ids.h is part of the DVB USB library. 2 * 3 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) see 4 * dvb-usb-init.c for copyright information. 5 * 6 * a header file containing define's for the USB device supported by the 7 * various drivers. 8 */ 9 #ifndef _DVB_USB_IDS_H_ 10 #define _DVB_USB_IDS_H_ 11 12 /* Vendor IDs */ 13 #define USB_VID_ADSTECH 0x06e1 14 #define USB_VID_AFATECH 0x15a4 15 #define USB_VID_ALCOR_MICRO 0x058f 16 #define USB_VID_ALINK 0x05e3 17 #define USB_VID_ANCHOR 0x0547 18 #define USB_VID_ANSONIC 0x10b9 19 #define USB_VID_ANUBIS_ELECTRONIC 0x10fd 20 #define USB_VID_ASUS 0x0b05 21 #define USB_VID_AVERMEDIA 0x07ca 22 #define USB_VID_COMPRO 0x185b 23 #define USB_VID_COMPRO_UNK 0x145f 24 #define USB_VID_CYPRESS 0x04b4 25 #define USB_VID_DIBCOM 0x10b8 26 #define USB_VID_DPOSH 0x1498 27 #define USB_VID_DVICO 0x0fe9 28 #define USB_VID_EMPIA 0xeb1a 29 #define USB_VID_GENPIX 0x09c0 30 #define USB_VID_GRANDTEC 0x5032 31 #define USB_VID_HANFTEK 0x15f4 32 #define USB_VID_HAUPPAUGE 0x2040 33 #define USB_VID_HYPER_PALTEK 0x1025 34 #define USB_VID_KWORLD 0xeb2a 35 #define USB_VID_KYE 0x0458 36 #define USB_VID_LEADTEK 0x0413 37 #define USB_VID_LITEON 0x04ca 38 #define USB_VID_MEDION 0x1660 39 #define USB_VID_MIGLIA 0x18f3 40 #define USB_VID_MSI 0x0db0 41 #define USB_VID_OPERA1 0x695c 42 #define USB_VID_PINNACLE 0x2304 43 #define USB_VID_TERRATEC 0x0ccd 44 #define USB_VID_VISIONPLUS 0x13d3 45 #define USB_VID_TWINHAN 0x1822 46 #define USB_VID_ULTIMA_ELECTRONIC 0x05d8 47 #define USB_VID_UNIWILL 0x1584 48 #define USB_VID_WIDEVIEW 0x14aa 49 #define USB_VID_GIGABYTE 0x1044 50 #define USB_VID_YUAN 0x1164 51 52 53 /* Product IDs */ 54 #define USB_PID_ADSTECH_USB2_COLD 0xa333 55 #define USB_PID_ADSTECH_USB2_WARM 0xa334 56 #define USB_PID_AFATECH_AF9005 0x9020 57 #define USB_VID_ALINK_DTU 0xf170 58 #define USB_PID_ANSONIC_DVBT_USB 0x6000 59 #define USB_PID_AVERMEDIA_DVBT_USB_COLD 0x0001 60 #define USB_PID_AVERMEDIA_DVBT_USB_WARM 0x0002 61 #define USB_PID_AVERMEDIA_DVBT_USB2_COLD 0xa800 62 #define USB_PID_AVERMEDIA_DVBT_USB2_WARM 0xa801 63 #define USB_PID_COMPRO_DVBU2000_COLD 0xd000 64 #define USB_PID_COMPRO_DVBU2000_WARM 0xd001 65 #define USB_PID_COMPRO_DVBU2000_UNK_COLD 0x010c 66 #define USB_PID_COMPRO_DVBU2000_UNK_WARM 0x010d 67 #define USB_PID_COMPRO_VIDEOMATE_U500 0x1e78 68 #define USB_PID_COMPRO_VIDEOMATE_U500_PC 0x1e80 69 #define USB_PID_DIBCOM_HOOK_DEFAULT 0x0064 70 #define USB_PID_DIBCOM_HOOK_DEFAULT_REENUM 0x0065 71 #define USB_PID_DIBCOM_MOD3000_COLD 0x0bb8 72 #define USB_PID_DIBCOM_MOD3000_WARM 0x0bb9 73 #define USB_PID_DIBCOM_MOD3001_COLD 0x0bc6 74 #define USB_PID_DIBCOM_MOD3001_WARM 0x0bc7 75 #define USB_PID_DIBCOM_STK7700P 0x1e14 76 #define USB_PID_DIBCOM_STK7700P_PC 0x1e78 77 #define USB_PID_DIBCOM_STK7700D 0x1ef0 78 #define USB_PID_DIBCOM_STK7700_U7000 0x7001 79 #define USB_PID_DIBCOM_STK7070P 0x1ebc 80 #define USB_PID_DIBCOM_STK7070PD 0x1ebe 81 #define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131 82 #define USB_PID_DPOSH_M9206_COLD 0x9206 83 #define USB_PID_DPOSH_M9206_WARM 0xa090 84 #define USB_PID_UNIWILL_STK7700P 0x6003 85 #define USB_PID_GRANDTEC_DVBT_USB_COLD 0x0fa0 86 #define USB_PID_GRANDTEC_DVBT_USB_WARM 0x0fa1 87 #define USB_PID_KWORLD_VSTREAM_COLD 0x17de 88 #define USB_PID_KWORLD_VSTREAM_WARM 0x17df 89 #define USB_PID_TERRATEC_CINERGY_T_USB_XE 0x0055 90 #define USB_PID_TWINHAN_VP7041_COLD 0x3201 91 #define USB_PID_TWINHAN_VP7041_WARM 0x3202 92 #define USB_PID_TWINHAN_VP7020_COLD 0x3203 93 #define USB_PID_TWINHAN_VP7020_WARM 0x3204 94 #define USB_PID_TWINHAN_VP7045_COLD 0x3205 95 #define USB_PID_TWINHAN_VP7045_WARM 0x3206 96 #define USB_PID_TWINHAN_VP7021_COLD 0x3207 97 #define USB_PID_TWINHAN_VP7021_WARM 0x3208 98 #define USB_PID_DNTV_TINYUSB2_COLD 0x3223 99 #define USB_PID_DNTV_TINYUSB2_WARM 0x3224 100 #define USB_PID_ULTIMA_TVBOX_COLD 0x8105 101 #define USB_PID_ULTIMA_TVBOX_WARM 0x8106 102 #define USB_PID_ULTIMA_TVBOX_AN2235_COLD 0x8107 103 #define USB_PID_ULTIMA_TVBOX_AN2235_WARM 0x8108 104 #define USB_PID_ULTIMA_TVBOX_ANCHOR_COLD 0x2235 105 #define USB_PID_ULTIMA_TVBOX_USB2_COLD 0x8109 106 #define USB_PID_ULTIMA_TVBOX_USB2_WARM 0x810a 107 #define USB_PID_ARTEC_T14_COLD 0x810b 108 #define USB_PID_ARTEC_T14_WARM 0x810c 109 #define USB_PID_ARTEC_T14BR 0x810f 110 #define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0x8613 111 #define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0x1002 112 #define USB_PID_UNK_HYPER_PALTEK_COLD 0x005e 113 #define USB_PID_UNK_HYPER_PALTEK_WARM 0x005f 114 #define USB_PID_HANFTEK_UMT_010_COLD 0x0001 115 #define USB_PID_HANFTEK_UMT_010_WARM 0x0015 116 #define USB_PID_DTT200U_COLD 0x0201 117 #define USB_PID_DTT200U_WARM 0x0301 118 #define USB_PID_WT220U_ZAP250_COLD 0x0220 119 #define USB_PID_WT220U_COLD 0x0222 120 #define USB_PID_WT220U_WARM 0x0221 121 #define USB_PID_WT220U_FC_COLD 0x0225 122 #define USB_PID_WT220U_FC_WARM 0x0226 123 #define USB_PID_WT220U_ZL0353_COLD 0x022a 124 #define USB_PID_WT220U_ZL0353_WARM 0x022b 125 #define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300 126 #define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301 127 #define USB_PID_HAUPPAUGE_NOVA_T_500 0x9941 128 #define USB_PID_HAUPPAUGE_NOVA_T_500_2 0x9950 129 #define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7050 130 #define USB_PID_HAUPPAUGE_NOVA_T_STICK_2 0x7060 131 #define USB_PID_HAUPPAUGE_NOVA_T_STICK_3 0x7070 132 #define USB_PID_HAUPPAUGE_MYTV_T 0x7080 133 #define USB_PID_HAUPPAUGE_NOVA_TD_STICK 0x9580 134 #define USB_PID_AVERMEDIA_EXPRESS 0xb568 135 #define USB_PID_AVERMEDIA_VOLAR 0xa807 136 #define USB_PID_AVERMEDIA_VOLAR_2 0xb808 137 #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a 138 #define USB_PID_TERRATEC_CINERGY_HT_USB_XE 0x0058 139 #define USB_PID_TERRATEC_CINERGY_HT_EXPRESS 0x0060 140 #define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e 141 #define USB_PID_PINNACLE_PCTV2000E 0x022c 142 #define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228 143 #define USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T 0x0229 144 #define USB_PID_PINNACLE_PCTV72E 0x0236 145 #define USB_PID_PINNACLE_PCTV73E 0x0237 146 #define USB_PID_PCTV_200E 0x020e 147 #define USB_PID_PCTV_400E 0x020f 148 #define USB_PID_PCTV_450E 0x0222 149 #define USB_PID_NEBULA_DIGITV 0x0201 150 #define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820 151 #define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500 152 #define USB_PID_DVICO_BLUEBIRD_LG064F_WARM 0xd501 153 #define USB_PID_DVICO_BLUEBIRD_LGZ201_COLD 0xdb00 154 #define USB_PID_DVICO_BLUEBIRD_LGZ201_WARM 0xdb01 155 #define USB_PID_DVICO_BLUEBIRD_TH7579_COLD 0xdb10 156 #define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11 157 #define USB_PID_DVICO_BLUEBIRD_DUAL_1_COLD 0xdb50 158 #define USB_PID_DVICO_BLUEBIRD_DUAL_1_WARM 0xdb51 159 #define USB_PID_DVICO_BLUEBIRD_DUAL_2_COLD 0xdb58 160 #define USB_PID_DVICO_BLUEBIRD_DUAL_2_WARM 0xdb59 161 #define USB_PID_DVICO_BLUEBIRD_DUAL_4 0xdb78 162 #define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2 0xdb70 163 #define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2_NFW_WARM 0xdb71 164 #define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_COLD 0xdb54 165 #define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55 166 #define USB_PID_MEDION_MD95700 0x0932 167 #define USB_PID_MSI_MEGASKY580 0x5580 168 #define USB_PID_MSI_MEGASKY580_55801 0x5581 169 #define USB_PID_KYE_DVB_T_COLD 0x701e 170 #define USB_PID_KYE_DVB_T_WARM 0x701f 171 #define USB_PID_LITEON_DVB_T_COLD 0xf000 172 #define USB_PID_LITEON_DVB_T_WARM 0xf001 173 #define USB_PID_DIGIVOX_MINI_SL_COLD 0xe360 174 #define USB_PID_DIGIVOX_MINI_SL_WARM 0xe361 175 #define USB_PID_GRANDTEC_DVBT_USB2_COLD 0x0bc6 176 #define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7 177 #define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 178 #define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 179 #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00 180 #define USB_PID_GENPIX_8PSK_REV_1_COLD 0x0200 181 #define USB_PID_GENPIX_8PSK_REV_1_WARM 0x0201 182 #define USB_PID_GENPIX_8PSK_REV_2 0x0202 183 #define USB_PID_GENPIX_SKYWALKER_1 0x0203 184 #define USB_PID_GENPIX_SKYWALKER_CW3K 0x0204 185 #define USB_PID_SIGMATEK_DVB_110 0x6610 186 #define USB_PID_MSI_DIGI_VOX_MINI_II 0x1513 187 #define USB_PID_OPERA1_COLD 0x2830 188 #define USB_PID_OPERA1_WARM 0x3829 189 #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_COLD 0x0514 190 #define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM 0x0513 191 #define USB_PID_GIGABYTE_U7000 0x7001 192 #define USB_PID_ASUS_U3000 0x171f 193 #define USB_PID_ASUS_U3100 0x173f 194 #define USB_PID_YUAN_EC372S 0x1edc 195 196 #endif 197
| This page was automatically generated by the LXR engine. |