diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb-ids.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h new file mode 100644 index 000000000000..bcb34191868b --- /dev/null +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
@@ -0,0 +1,83 @@ | |||
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_ANCHOR 0x0547 | ||
15 | #define USB_VID_AVERMEDIA_UNK 0x14aa | ||
16 | #define USB_VID_AVERMEDIA 0x07ca | ||
17 | #define USB_VID_COMPRO 0x185b | ||
18 | #define USB_VID_COMPRO_UNK 0x145f | ||
19 | #define USB_VID_CYPRESS 0x04b4 | ||
20 | #define USB_VID_DIBCOM 0x10b8 | ||
21 | #define USB_VID_DVICO 0x0fe9 | ||
22 | #define USB_VID_EMPIA 0xeb1a | ||
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_VISIONPLUS 0x13d3 | ||
28 | #define USB_VID_TWINHAN 0x1822 | ||
29 | #define USB_VID_ULTIMA_ELECTRONIC 0x05d8 | ||
30 | |||
31 | /* Product IDs */ | ||
32 | #define USB_PID_ADSTECH_USB2_COLD 0xa333 | ||
33 | #define USB_PID_ADSTECH_USB2_WARM 0xa334 | ||
34 | #define USB_PID_AVERMEDIA_DVBT_USB_COLD 0x0001 | ||
35 | #define USB_PID_AVERMEDIA_DVBT_USB_WARM 0x0002 | ||
36 | #define USB_PID_AVERMEDIA_DVBT_USB2_COLD 0xa800 | ||
37 | #define USB_PID_AVERMEDIA_DVBT_USB2_WARM 0xa801 | ||
38 | #define USB_PID_COMPRO_DVBU2000_COLD 0xd000 | ||
39 | #define USB_PID_COMPRO_DVBU2000_WARM 0xd001 | ||
40 | #define USB_PID_COMPRO_DVBU2000_UNK_COLD 0x010c | ||
41 | #define USB_PID_COMPRO_DVBU2000_UNK_WARM 0x010d | ||
42 | #define USB_PID_DIBCOM_MOD3000_COLD 0x0bb8 | ||
43 | #define USB_PID_DIBCOM_MOD3000_WARM 0x0bb9 | ||
44 | #define USB_PID_DIBCOM_MOD3001_COLD 0x0bc6 | ||
45 | #define USB_PID_DIBCOM_MOD3001_WARM 0x0bc7 | ||
46 | #define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131 | ||
47 | #define USB_PID_GRANDTEC_DVBT_USB_COLD 0x0fa0 | ||
48 | #define USB_PID_GRANDTEC_DVBT_USB_WARM 0x0fa1 | ||
49 | #define USB_PID_KWORLD_VSTREAM_COLD 0x17de | ||
50 | #define USB_PID_KWORLD_VSTREAM_WARM 0x17df | ||
51 | #define USB_PID_TWINHAN_VP7041_COLD 0x3201 | ||
52 | #define USB_PID_TWINHAN_VP7041_WARM 0x3202 | ||
53 | #define USB_PID_TWINHAN_VP7045_COLD 0x3205 | ||
54 | #define USB_PID_TWINHAN_VP7045_WARM 0x3206 | ||
55 | #define USB_PID_DNTV_TINYUSB2_COLD 0x3223 | ||
56 | #define USB_PID_DNTV_TINYUSB2_WARM 0x3224 | ||
57 | #define USB_PID_TWINHAN_VP7021_COLD 0x3207 | ||
58 | #define USB_PID_TWINHAN_VP7021_WARM 0x3208 | ||
59 | #define USB_PID_ULTIMA_TVBOX_COLD 0x8105 | ||
60 | #define USB_PID_ULTIMA_TVBOX_WARM 0x8106 | ||
61 | #define USB_PID_ULTIMA_TVBOX_AN2235_COLD 0x8107 | ||
62 | #define USB_PID_ULTIMA_TVBOX_AN2235_WARM 0x8108 | ||
63 | #define USB_PID_ULTIMA_TVBOX_ANCHOR_COLD 0x2235 | ||
64 | #define USB_PID_ULTIMA_TVBOX_USB2_COLD 0x8109 | ||
65 | #define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0x8613 | ||
66 | #define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0x1002 | ||
67 | #define USB_PID_UNK_HYPER_PALTEK_COLD 0x005e | ||
68 | #define USB_PID_UNK_HYPER_PALTEK_WARM 0x005f | ||
69 | #define USB_PID_HANFTEK_UMT_010_COLD 0x0001 | ||
70 | #define USB_PID_HANFTEK_UMT_010_WARM 0x0015 | ||
71 | #define USB_PID_DTT200U_COLD 0x0201 | ||
72 | #define USB_PID_DTT200U_WARM 0x0301 | ||
73 | #define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300 | ||
74 | #define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301 | ||
75 | #define USB_PID_NEBULA_DIGITV 0x0201 | ||
76 | #define USB_PID_DVICO_BLUEBIRD_LGZ201 0xdb00 | ||
77 | #define USB_PID_DVICO_BLUEBIRD_TH7579 0xdb10 | ||
78 | #define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820 | ||
79 | #define USB_PID_DVICO_BLUEBIRD_LGZ201_1 0xdb01 | ||
80 | #define USB_PID_DVICO_BLUEBIRD_TH7579_2 0xdb11 | ||
81 | |||
82 | |||
83 | #endif | ||