Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 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 */ |
Olivier DANET | d7357a5 | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 13 | #define USB_VID_ADSTECH 0x06e1 |
| 14 | #define USB_VID_ANCHOR 0x0547 |
| 15 | #define USB_VID_AVERMEDIA 0x07ca |
| 16 | #define USB_VID_COMPRO 0x185b |
| 17 | #define USB_VID_COMPRO_UNK 0x145f |
| 18 | #define USB_VID_CYPRESS 0x04b4 |
| 19 | #define USB_VID_DIBCOM 0x10b8 |
| 20 | #define USB_VID_DVICO 0x0fe9 |
| 21 | #define USB_VID_EMPIA 0xeb1a |
| 22 | #define USB_VID_GENPIX 0x09c0 |
| 23 | #define USB_VID_GRANDTEC 0x5032 |
| 24 | #define USB_VID_HANFTEK 0x15f4 |
| 25 | #define USB_VID_HAUPPAUGE 0x2040 |
| 26 | #define USB_VID_HYPER_PALTEK 0x1025 |
| 27 | #define USB_VID_KWORLD 0xeb2a |
| 28 | #define USB_VID_KYE 0x0458 |
| 29 | #define USB_VID_LEADTEK 0x0413 |
| 30 | #define USB_VID_LITEON 0x04ca |
| 31 | #define USB_VID_MEDION 0x1660 |
| 32 | #define USB_VID_PINNACLE 0x2304 |
| 33 | #define USB_VID_VISIONPLUS 0x13d3 |
| 34 | #define USB_VID_TWINHAN 0x1822 |
| 35 | #define USB_VID_ULTIMA_ELECTRONIC 0x05d8 |
| 36 | #define USB_VID_WIDEVIEW 0x14aa |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 37 | |
| 38 | /* Product IDs */ |
| 39 | #define USB_PID_ADSTECH_USB2_COLD 0xa333 |
| 40 | #define USB_PID_ADSTECH_USB2_WARM 0xa334 |
Patrick Boettcher | e4d6c1f | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 41 | #define USB_PID_AVERMEDIA_DVBT_USB_COLD 0x0001 |
| 42 | #define USB_PID_AVERMEDIA_DVBT_USB_WARM 0x0002 |
| 43 | #define USB_PID_AVERMEDIA_DVBT_USB2_COLD 0xa800 |
| 44 | #define USB_PID_AVERMEDIA_DVBT_USB2_WARM 0xa801 |
| 45 | #define USB_PID_COMPRO_DVBU2000_COLD 0xd000 |
| 46 | #define USB_PID_COMPRO_DVBU2000_WARM 0xd001 |
| 47 | #define USB_PID_COMPRO_DVBU2000_UNK_COLD 0x010c |
| 48 | #define USB_PID_COMPRO_DVBU2000_UNK_WARM 0x010d |
Patrick Boettcher | f6f4b72 | 2005-11-08 21:35:52 -0800 | [diff] [blame] | 49 | #define USB_PID_DIBCOM_HOOK_DEFAULT 0x0064 |
Patrick Boettcher | e4d6c1f | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 50 | #define USB_PID_DIBCOM_HOOK_DEFAULT_REENUM 0x0065 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 51 | #define USB_PID_DIBCOM_MOD3000_COLD 0x0bb8 |
| 52 | #define USB_PID_DIBCOM_MOD3000_WARM 0x0bb9 |
| 53 | #define USB_PID_DIBCOM_MOD3001_COLD 0x0bc6 |
| 54 | #define USB_PID_DIBCOM_MOD3001_WARM 0x0bc7 |
Patrick Boettcher | 136cafb | 2006-09-19 12:51:33 -0300 | [diff] [blame] | 55 | #define USB_PID_DIBCOM_STK7700P 0x1e14 |
Patrick Boettcher | 69ea31e | 2006-10-17 18:28:14 -0300 | [diff] [blame^] | 56 | #define USB_PID_DIBCOM_STK7700P_PC 0x1e78 |
Patrick Boettcher | e4d6c1f | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 57 | #define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131 |
| 58 | #define USB_PID_GRANDTEC_DVBT_USB_COLD 0x0fa0 |
| 59 | #define USB_PID_GRANDTEC_DVBT_USB_WARM 0x0fa1 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 60 | #define USB_PID_KWORLD_VSTREAM_COLD 0x17de |
| 61 | #define USB_PID_KWORLD_VSTREAM_WARM 0x17df |
| 62 | #define USB_PID_TWINHAN_VP7041_COLD 0x3201 |
| 63 | #define USB_PID_TWINHAN_VP7041_WARM 0x3202 |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 64 | #define USB_PID_TWINHAN_VP7020_COLD 0x3203 |
| 65 | #define USB_PID_TWINHAN_VP7020_WARM 0x3204 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 66 | #define USB_PID_TWINHAN_VP7045_COLD 0x3205 |
| 67 | #define USB_PID_TWINHAN_VP7045_WARM 0x3206 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 68 | #define USB_PID_TWINHAN_VP7021_COLD 0x3207 |
| 69 | #define USB_PID_TWINHAN_VP7021_WARM 0x3208 |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 70 | #define USB_PID_DNTV_TINYUSB2_COLD 0x3223 |
| 71 | #define USB_PID_DNTV_TINYUSB2_WARM 0x3224 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 72 | #define USB_PID_ULTIMA_TVBOX_COLD 0x8105 |
| 73 | #define USB_PID_ULTIMA_TVBOX_WARM 0x8106 |
Patrick Boettcher | e4d6c1f | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 74 | #define USB_PID_ULTIMA_TVBOX_AN2235_COLD 0x8107 |
| 75 | #define USB_PID_ULTIMA_TVBOX_AN2235_WARM 0x8108 |
| 76 | #define USB_PID_ULTIMA_TVBOX_ANCHOR_COLD 0x2235 |
| 77 | #define USB_PID_ULTIMA_TVBOX_USB2_COLD 0x8109 |
| 78 | #define USB_PID_ULTIMA_TVBOX_USB2_WARM 0x810a |
Patrick Boettcher | cb25a74 | 2006-03-31 18:48:39 -0300 | [diff] [blame] | 79 | #define USB_PID_ARTEC_T14_COLD 0x810b |
| 80 | #define USB_PID_ARTEC_T14_WARM 0x810c |
Patrick Boettcher | e4d6c1f | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 81 | #define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0x8613 |
| 82 | #define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0x1002 |
| 83 | #define USB_PID_UNK_HYPER_PALTEK_COLD 0x005e |
| 84 | #define USB_PID_UNK_HYPER_PALTEK_WARM 0x005f |
| 85 | #define USB_PID_HANFTEK_UMT_010_COLD 0x0001 |
| 86 | #define USB_PID_HANFTEK_UMT_010_WARM 0x0015 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 87 | #define USB_PID_DTT200U_COLD 0x0201 |
| 88 | #define USB_PID_DTT200U_WARM 0x0301 |
Jochen Issing | ded38d2 | 2006-08-19 16:03:21 -0300 | [diff] [blame] | 89 | #define USB_PID_WT220U_ZAP250_COLD 0x0220 |
Olivier DANET | d7357a5 | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 90 | #define USB_PID_WT220U_COLD 0x0222 |
| 91 | #define USB_PID_WT220U_WARM 0x0221 |
| 92 | #define USB_PID_WT220U_FC_COLD 0x0225 |
| 93 | #define USB_PID_WT220U_FC_WARM 0x0226 |
Patrick Boettcher | cb25a74 | 2006-03-31 18:48:39 -0300 | [diff] [blame] | 94 | #define USB_PID_WT220U_ZL0353_COLD 0x022a |
| 95 | #define USB_PID_WT220U_ZL0353_WARM 0x022b |
Olivier DANET | d7357a5 | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 96 | #define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300 |
| 97 | #define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301 |
Patrick Boettcher | 6958eff | 2006-09-19 12:51:40 -0300 | [diff] [blame] | 98 | #define USB_PID_HAUPPAUGE_NOVA_T_500 0x9941 |
Patrick Boettcher | d535cfa | 2006-09-19 12:51:49 -0300 | [diff] [blame] | 99 | #define USB_PID_HAUPPAUGE_NOVA_T_500_2 0x9950 |
Patrick Boettcher | 6958eff | 2006-09-19 12:51:40 -0300 | [diff] [blame] | 100 | #define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7050 |
Patrick Boettcher | 45a9b83 | 2006-10-19 08:15:40 -0300 | [diff] [blame] | 101 | #define USB_PID_AVERMEDIA_VOLAR 0xa807 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 102 | #define USB_PID_NEBULA_DIGITV 0x0201 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 103 | #define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820 |
Michael Krufky | effee03 | 2006-01-09 15:25:47 -0200 | [diff] [blame] | 104 | #define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500 |
Chris Pascoe | 0029ee1 | 2006-01-09 18:21:28 -0200 | [diff] [blame] | 105 | #define USB_PID_DVICO_BLUEBIRD_LG064F_WARM 0xd501 |
| 106 | #define USB_PID_DVICO_BLUEBIRD_LGZ201_COLD 0xdb00 |
| 107 | #define USB_PID_DVICO_BLUEBIRD_LGZ201_WARM 0xdb01 |
| 108 | #define USB_PID_DVICO_BLUEBIRD_TH7579_COLD 0xdb10 |
| 109 | #define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11 |
Michael Krufky | 587c03d | 2006-09-28 02:16:01 -0300 | [diff] [blame] | 110 | #define USB_PID_DVICO_BLUEBIRD_DUAL_1_COLD 0xdb50 |
| 111 | #define USB_PID_DVICO_BLUEBIRD_DUAL_1_WARM 0xdb51 |
| 112 | #define USB_PID_DVICO_BLUEBIRD_DUAL_2_COLD 0xdb58 |
| 113 | #define USB_PID_DVICO_BLUEBIRD_DUAL_2_WARM 0xdb59 |
| 114 | #define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_COLD 0xdb54 |
| 115 | #define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55 |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 116 | #define USB_PID_MEDION_MD95700 0x0932 |
Patrick Boettcher | 2f7f96b | 2005-07-07 17:58:16 -0700 | [diff] [blame] | 117 | #define USB_PID_KYE_DVB_T_COLD 0x701e |
| 118 | #define USB_PID_KYE_DVB_T_WARM 0x701f |
Patrick Boettcher | e4d6c1f | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 119 | #define USB_PID_PCTV_200E 0x020e |
| 120 | #define USB_PID_PCTV_400E 0x020f |
Olivier DANET | a16bf5d | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 121 | #define USB_PID_LITEON_DVB_T_COLD 0xf000 |
| 122 | #define USB_PID_LITEON_DVB_T_WARM 0xf001 |
| 123 | #define USB_PID_DIGIVOX_MINI_SL_COLD 0xe360 |
| 124 | #define USB_PID_DIGIVOX_MINI_SL_WARM 0xe361 |
| 125 | #define USB_PID_GRANDTEC_DVBT_USB2_COLD 0x0bc6 |
| 126 | #define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7 |
Olivier DANET | d7357a5 | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 127 | #define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 |
| 128 | #define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 |
| 129 | #define USB_PID_GENPIX_8PSK_COLD 0x0200 |
| 130 | #define USB_PID_GENPIX_8PSK_WARM 0x0201 |
Olivier DANET | a16bf5d | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 131 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 132 | #endif |