blob: 7ae262e08f8f1f52d8fbdf05f0a79ac7fc2e8d10 [file] [log] [blame]
Johannes Stezenbach776338e2005-06-23 22:02:35 -07001/* 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 DANETd7357a52006-08-08 15:48:09 -030013#define USB_VID_ADSTECH 0x06e1
Luca Olivettiaf4e0672007-05-07 15:19:32 -030014#define USB_VID_AFATECH 0x15a4
Olivier DANET54d75eb2007-07-25 14:42:54 -030015#define USB_VID_ALCOR_MICRO 0x058f
Aapo Tahkola4919c492007-05-08 17:36:40 -030016#define USB_VID_ALINK 0x05e3
Antti Palosaaria51e34d2008-05-17 23:05:48 -030017#define USB_VID_AMT 0x1c73
Olivier DANETd7357a52006-08-08 15:48:09 -030018#define USB_VID_ANCHOR 0x0547
Luca Olivetti8cb93292008-01-20 17:56:43 -030019#define USB_VID_ANSONIC 0x10b9
Pierre Willenbrockd4ca23b2007-03-18 19:54:07 -030020#define USB_VID_ANUBIS_ELECTRONIC 0x10fd
Daniel Gimpelevich132c3182008-01-25 06:02:42 -030021#define USB_VID_ASUS 0x0b05
Olivier DANETd7357a52006-08-08 15:48:09 -030022#define USB_VID_AVERMEDIA 0x07ca
23#define USB_VID_COMPRO 0x185b
24#define USB_VID_COMPRO_UNK 0x145f
Timothy Leedfbdce02008-08-09 13:36:51 -030025#define USB_VID_CONEXANT 0x0572
Olivier DANETd7357a52006-08-08 15:48:09 -030026#define USB_VID_CYPRESS 0x04b4
27#define USB_VID_DIBCOM 0x10b8
Aapo Tahkolaf8e0bd52007-03-22 17:37:58 -030028#define USB_VID_DPOSH 0x1498
Olivier DANETd7357a52006-08-08 15:48:09 -030029#define USB_VID_DVICO 0x0fe9
30#define USB_VID_EMPIA 0xeb1a
31#define USB_VID_GENPIX 0x09c0
32#define USB_VID_GRANDTEC 0x5032
33#define USB_VID_HANFTEK 0x15f4
34#define USB_VID_HAUPPAUGE 0x2040
35#define USB_VID_HYPER_PALTEK 0x1025
36#define USB_VID_KWORLD 0xeb2a
Antti Palosaari80619de2008-09-15 17:18:09 -030037#define USB_VID_KWORLD_2 0x1b80
Olivier DANETd7357a52006-08-08 15:48:09 -030038#define USB_VID_KYE 0x0458
39#define USB_VID_LEADTEK 0x0413
40#define USB_VID_LITEON 0x04ca
41#define USB_VID_MEDION 0x1660
Rasmus Rohded3c35ac2007-07-21 15:37:35 -030042#define USB_VID_MIGLIA 0x18f3
Aapo Tahkola5fecd9f2006-09-23 20:00:41 -030043#define USB_VID_MSI 0x0db0
Antti Palosaari80619de2008-09-15 17:18:09 -030044#define USB_VID_MSI_2 0x1462
Marco Gittler86534e52007-04-23 17:52:58 -030045#define USB_VID_OPERA1 0x695c
Olivier DANETd7357a52006-08-08 15:48:09 -030046#define USB_VID_PINNACLE 0x2304
Andre Weidemann8c899bc2008-03-29 21:30:49 -030047#define USB_VID_TECHNOTREND 0x0b48
Luca Olivettiaf4e0672007-05-07 15:19:32 -030048#define USB_VID_TERRATEC 0x0ccd
Mikko Ohtamaa111f9ec2008-09-19 18:26:05 -030049#define USB_VID_TELESTAR 0x10b9
Olivier DANETd7357a52006-08-08 15:48:09 -030050#define USB_VID_VISIONPLUS 0x13d3
51#define USB_VID_TWINHAN 0x1822
52#define USB_VID_ULTIMA_ELECTRONIC 0x05d8
Michael Krufky4be32762006-11-24 17:04:24 -030053#define USB_VID_UNIWILL 0x1584
Olivier DANETd7357a52006-08-08 15:48:09 -030054#define USB_VID_WIDEVIEW 0x14aa
dominik67053a42007-11-10 19:23:31 -030055#define USB_VID_GIGABYTE 0x1044
Albert Comerma6ca8f0b2008-03-29 21:35:57 -030056#define USB_VID_YUAN 0x1164
Antti Palosaari80619de2008-09-15 17:18:09 -030057#define USB_VID_XTENSIONS 0x1ae7
Johannes Stezenbach776338e2005-06-23 22:02:35 -070058
59/* Product IDs */
60#define USB_PID_ADSTECH_USB2_COLD 0xa333
61#define USB_PID_ADSTECH_USB2_WARM 0xa334
Luca Olivettiaf4e0672007-05-07 15:19:32 -030062#define USB_PID_AFATECH_AF9005 0x9020
Antti Palosaari80619de2008-09-15 17:18:09 -030063#define USB_PID_AFATECH_AF9015_9015 0x9015
64#define USB_PID_AFATECH_AF9015_9016 0x9016
Aapo Tahkola4919c492007-05-08 17:36:40 -030065#define USB_VID_ALINK_DTU 0xf170
Luca Olivetti8cb93292008-01-20 17:56:43 -030066#define USB_PID_ANSONIC_DVBT_USB 0x6000
Antti Palosaaria51e34d2008-05-17 23:05:48 -030067#define USB_PID_ANYSEE 0x861f
Antti Palosaari80619de2008-09-15 17:18:09 -030068#define USB_PID_AZUREWAVE_AD_TU700 0x3237
Patrick Boettchere4d6c1f2006-08-08 15:48:09 -030069#define USB_PID_AVERMEDIA_DVBT_USB_COLD 0x0001
70#define USB_PID_AVERMEDIA_DVBT_USB_WARM 0x0002
71#define USB_PID_AVERMEDIA_DVBT_USB2_COLD 0xa800
72#define USB_PID_AVERMEDIA_DVBT_USB2_WARM 0xa801
73#define USB_PID_COMPRO_DVBU2000_COLD 0xd000
74#define USB_PID_COMPRO_DVBU2000_WARM 0xd001
75#define USB_PID_COMPRO_DVBU2000_UNK_COLD 0x010c
76#define USB_PID_COMPRO_DVBU2000_UNK_WARM 0x010d
Tomi Koivulahti49a13762006-10-19 07:27:19 -030077#define USB_PID_COMPRO_VIDEOMATE_U500 0x1e78
Patrick Boettcher1f8ca4b2007-07-30 14:24:37 -030078#define USB_PID_COMPRO_VIDEOMATE_U500_PC 0x1e80
Timothy Leedfbdce02008-08-09 13:36:51 -030079#define USB_PID_CONEXANT_D680_DMB 0x86d6
Patrick Boettcherf6f4b722005-11-08 21:35:52 -080080#define USB_PID_DIBCOM_HOOK_DEFAULT 0x0064
Patrick Boettchere4d6c1f2006-08-08 15:48:09 -030081#define USB_PID_DIBCOM_HOOK_DEFAULT_REENUM 0x0065
Johannes Stezenbach776338e2005-06-23 22:02:35 -070082#define USB_PID_DIBCOM_MOD3000_COLD 0x0bb8
83#define USB_PID_DIBCOM_MOD3000_WARM 0x0bb9
84#define USB_PID_DIBCOM_MOD3001_COLD 0x0bc6
85#define USB_PID_DIBCOM_MOD3001_WARM 0x0bc7
Patrick Boettcher136cafb2006-09-19 12:51:33 -030086#define USB_PID_DIBCOM_STK7700P 0x1e14
Patrick Boettcher69ea31e2006-10-17 18:28:14 -030087#define USB_PID_DIBCOM_STK7700P_PC 0x1e78
Patrick Boettcherb6884a12007-07-27 10:08:51 -030088#define USB_PID_DIBCOM_STK7700D 0x1ef0
dominik67053a42007-11-10 19:23:31 -030089#define USB_PID_DIBCOM_STK7700_U7000 0x7001
Patrick Boettcher01373a52007-07-30 12:49:04 -030090#define USB_PID_DIBCOM_STK7070P 0x1ebc
91#define USB_PID_DIBCOM_STK7070PD 0x1ebe
Patrick Boettchere4d6c1f2006-08-08 15:48:09 -030092#define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131
Aapo Tahkolaf8e0bd52007-03-22 17:37:58 -030093#define USB_PID_DPOSH_M9206_COLD 0x9206
94#define USB_PID_DPOSH_M9206_WARM 0xa090
Henning Schroeer0ce215e2006-10-19 07:58:22 -030095#define USB_PID_UNIWILL_STK7700P 0x6003
Patrick Boettchere4d6c1f2006-08-08 15:48:09 -030096#define USB_PID_GRANDTEC_DVBT_USB_COLD 0x0fa0
97#define USB_PID_GRANDTEC_DVBT_USB_WARM 0x0fa1
Antti Palosaari80619de2008-09-15 17:18:09 -030098#define USB_PID_KWORLD_399U 0xe399
99#define USB_PID_KWORLD_PC160_2T 0xc160
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700100#define USB_PID_KWORLD_VSTREAM_COLD 0x17de
101#define USB_PID_KWORLD_VSTREAM_WARM 0x17df
Luca Olivettiaf4e0672007-05-07 15:19:32 -0300102#define USB_PID_TERRATEC_CINERGY_T_USB_XE 0x0055
Antti Palosaari80619de2008-09-15 17:18:09 -0300103#define USB_PID_TERRATEC_CINERGY_T_USB_XE_REV2 0x0069
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700104#define USB_PID_TWINHAN_VP7041_COLD 0x3201
105#define USB_PID_TWINHAN_VP7041_WARM 0x3202
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700106#define USB_PID_TWINHAN_VP7020_COLD 0x3203
107#define USB_PID_TWINHAN_VP7020_WARM 0x3204
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700108#define USB_PID_TWINHAN_VP7045_COLD 0x3205
109#define USB_PID_TWINHAN_VP7045_WARM 0x3206
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700110#define USB_PID_TWINHAN_VP7021_COLD 0x3207
111#define USB_PID_TWINHAN_VP7021_WARM 0x3208
Antti Palosaari80619de2008-09-15 17:18:09 -0300112#define USB_PID_TINYTWIN 0x3226
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700113#define USB_PID_DNTV_TINYUSB2_COLD 0x3223
114#define USB_PID_DNTV_TINYUSB2_WARM 0x3224
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700115#define USB_PID_ULTIMA_TVBOX_COLD 0x8105
116#define USB_PID_ULTIMA_TVBOX_WARM 0x8106
Patrick Boettchere4d6c1f2006-08-08 15:48:09 -0300117#define USB_PID_ULTIMA_TVBOX_AN2235_COLD 0x8107
118#define USB_PID_ULTIMA_TVBOX_AN2235_WARM 0x8108
119#define USB_PID_ULTIMA_TVBOX_ANCHOR_COLD 0x2235
120#define USB_PID_ULTIMA_TVBOX_USB2_COLD 0x8109
121#define USB_PID_ULTIMA_TVBOX_USB2_WARM 0x810a
Patrick Boettchercb25a742006-03-31 18:48:39 -0300122#define USB_PID_ARTEC_T14_COLD 0x810b
123#define USB_PID_ARTEC_T14_WARM 0x810c
Yousef Lamlum7999a812008-01-25 05:51:48 -0300124#define USB_PID_ARTEC_T14BR 0x810f
Patrick Boettchere4d6c1f2006-08-08 15:48:09 -0300125#define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0x8613
126#define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0x1002
127#define USB_PID_UNK_HYPER_PALTEK_COLD 0x005e
128#define USB_PID_UNK_HYPER_PALTEK_WARM 0x005f
129#define USB_PID_HANFTEK_UMT_010_COLD 0x0001
130#define USB_PID_HANFTEK_UMT_010_WARM 0x0015
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700131#define USB_PID_DTT200U_COLD 0x0201
132#define USB_PID_DTT200U_WARM 0x0301
Jochen Issingded38d22006-08-19 16:03:21 -0300133#define USB_PID_WT220U_ZAP250_COLD 0x0220
Olivier DANETd7357a52006-08-08 15:48:09 -0300134#define USB_PID_WT220U_COLD 0x0222
135#define USB_PID_WT220U_WARM 0x0221
136#define USB_PID_WT220U_FC_COLD 0x0225
137#define USB_PID_WT220U_FC_WARM 0x0226
Patrick Boettchercb25a742006-03-31 18:48:39 -0300138#define USB_PID_WT220U_ZL0353_COLD 0x022a
139#define USB_PID_WT220U_ZL0353_WARM 0x022b
Olivier DANETd7357a52006-08-08 15:48:09 -0300140#define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300
141#define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301
Patrick Boettcher6958eff2006-09-19 12:51:40 -0300142#define USB_PID_HAUPPAUGE_NOVA_T_500 0x9941
Patrick Boettcherd535cfa2006-09-19 12:51:49 -0300143#define USB_PID_HAUPPAUGE_NOVA_T_500_2 0x9950
Michael Krufky9a0c04a2008-09-03 17:12:24 -0300144#define USB_PID_HAUPPAUGE_NOVA_T_500_3 0x8400
Patrick Boettcher6958eff2006-09-19 12:51:40 -0300145#define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7050
Stefan Trabyf9aeba42006-11-12 13:02:51 -0300146#define USB_PID_HAUPPAUGE_NOVA_T_STICK_2 0x7060
Tim Taubertc7637b12008-01-25 06:16:36 -0300147#define USB_PID_HAUPPAUGE_NOVA_T_STICK_3 0x7070
Darren Salt13b83b52008-01-25 06:20:02 -0300148#define USB_PID_HAUPPAUGE_MYTV_T 0x7080
Olivier DANET54d75eb2007-07-25 14:42:54 -0300149#define USB_PID_HAUPPAUGE_NOVA_TD_STICK 0x9580
Michael Krufkyd01eb2d2008-07-03 23:43:36 -0300150#define USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009 0x5200
Joachim Steigerfa3b8772007-10-08 20:08:46 -0300151#define USB_PID_AVERMEDIA_EXPRESS 0xb568
Patrick Boettcher45a9b832006-10-19 08:15:40 -0300152#define USB_PID_AVERMEDIA_VOLAR 0xa807
Jose Carlos Garcia Sogoced8fec2006-11-14 05:01:47 -0300153#define USB_PID_AVERMEDIA_VOLAR_2 0xb808
Daniel Gimpelevichf5376ad2008-06-28 05:01:30 -0300154#define USB_PID_AVERMEDIA_VOLAR_A868R 0xa868
155#define USB_PID_AVERMEDIA_MCE_USB_M038 0x1228
156#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R 0x0039
157#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_ATSC 0x1039
158#define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_DVBT 0x2039
Antti Palosaari80619de2008-09-15 17:18:09 -0300159#define USB_PID_AVERMEDIA_VOLAR_X 0xa815
160#define USB_PID_AVERMEDIA_VOLAR_X_2 0x8150
Antti Palosaari05c1cab2008-09-22 12:32:37 -0300161#define USB_PID_AVERMEDIA_A309 0xa309
Andre Weidemann8c899bc2008-03-29 21:30:49 -0300162#define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006
Olivier DANET54d75eb2007-07-25 14:42:54 -0300163#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300164#define USB_PID_TERRATEC_CINERGY_HT_USB_XE 0x0058
165#define USB_PID_TERRATEC_CINERGY_HT_EXPRESS 0x0060
Alexander Simondc888072008-03-29 21:37:54 -0300166#define USB_PID_TERRATEC_CINERGY_T_XXS 0x0078
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300167#define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e
Olivier DANET54d75eb2007-07-25 14:42:54 -0300168#define USB_PID_PINNACLE_PCTV2000E 0x022c
Patrick Boettcher01373a52007-07-30 12:49:04 -0300169#define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228
170#define USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T 0x0229
Antti Palosaari80619de2008-09-15 17:18:09 -0300171#define USB_PID_PINNACLE_PCTV71E 0x022b
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300172#define USB_PID_PINNACLE_PCTV72E 0x0236
173#define USB_PID_PINNACLE_PCTV73E 0x0237
Patrick Boettcher01373a52007-07-30 12:49:04 -0300174#define USB_PID_PCTV_200E 0x020e
175#define USB_PID_PCTV_400E 0x020f
176#define USB_PID_PCTV_450E 0x0222
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700177#define USB_PID_NEBULA_DIGITV 0x0201
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700178#define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820
Michael Krufkyeffee032006-01-09 15:25:47 -0200179#define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500
Chris Pascoe0029ee12006-01-09 18:21:28 -0200180#define USB_PID_DVICO_BLUEBIRD_LG064F_WARM 0xd501
181#define USB_PID_DVICO_BLUEBIRD_LGZ201_COLD 0xdb00
182#define USB_PID_DVICO_BLUEBIRD_LGZ201_WARM 0xdb01
183#define USB_PID_DVICO_BLUEBIRD_TH7579_COLD 0xdb10
184#define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11
Michael Krufky587c03d2006-09-28 02:16:01 -0300185#define USB_PID_DVICO_BLUEBIRD_DUAL_1_COLD 0xdb50
186#define USB_PID_DVICO_BLUEBIRD_DUAL_1_WARM 0xdb51
187#define USB_PID_DVICO_BLUEBIRD_DUAL_2_COLD 0xdb58
188#define USB_PID_DVICO_BLUEBIRD_DUAL_2_WARM 0xdb59
Chris Pascoeaeb012b2007-11-19 21:57:10 -0300189#define USB_PID_DVICO_BLUEBIRD_DUAL_4 0xdb78
Anton Blanchard8d798982008-08-09 12:23:15 -0300190#define USB_PID_DVICO_BLUEBIRD_DUAL_4_REV_2 0xdb98
Chris Pascoe5ccaf902007-11-20 01:53:31 -0300191#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2 0xdb70
Chris Pascoe702a6762007-11-20 03:34:11 -0300192#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2_NFW_WARM 0xdb71
Tomi Koivulahti49a13762006-10-19 07:27:19 -0300193#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_COLD 0xdb54
194#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700195#define USB_PID_MEDION_MD95700 0x0932
Aapo Tahkola5fecd9f2006-09-23 20:00:41 -0300196#define USB_PID_MSI_MEGASKY580 0x5580
Michael Krufky6f7880f2006-10-03 17:12:14 -0300197#define USB_PID_MSI_MEGASKY580_55801 0x5581
Patrick Boettcher2f7f96b2005-07-07 17:58:16 -0700198#define USB_PID_KYE_DVB_T_COLD 0x701e
199#define USB_PID_KYE_DVB_T_WARM 0x701f
Olivier DANETa16bf5d2006-08-08 15:48:09 -0300200#define USB_PID_LITEON_DVB_T_COLD 0xf000
201#define USB_PID_LITEON_DVB_T_WARM 0xf001
202#define USB_PID_DIGIVOX_MINI_SL_COLD 0xe360
203#define USB_PID_DIGIVOX_MINI_SL_WARM 0xe361
204#define USB_PID_GRANDTEC_DVBT_USB2_COLD 0x0bc6
205#define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7
Olivier DANETd7357a52006-08-08 15:48:09 -0300206#define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025
207#define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026
Michael Krufky8637a872006-11-08 16:47:32 -0300208#define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00
Darryl Green5da4e2c2008-03-29 21:47:43 -0300209#define USB_PID_WINFAST_DTV_DONGLE_STK7700P_2 0x6f01
Antti Palosaari80619de2008-09-15 17:18:09 -0300210#define USB_PID_WINFAST_DTV_DONGLE_GOLD 0x6029
Alan Nisota458b6342007-08-18 17:52:35 -0300211#define USB_PID_GENPIX_8PSK_REV_1_COLD 0x0200
212#define USB_PID_GENPIX_8PSK_REV_1_WARM 0x0201
213#define USB_PID_GENPIX_8PSK_REV_2 0x0202
214#define USB_PID_GENPIX_SKYWALKER_1 0x0203
215#define USB_PID_GENPIX_SKYWALKER_CW3K 0x0204
Antti Palosaari5decdd22006-11-05 16:05:38 -0300216#define USB_PID_SIGMATEK_DVB_110 0x6610
Pierre Willenbrockd4ca23b2007-03-18 19:54:07 -0300217#define USB_PID_MSI_DIGI_VOX_MINI_II 0x1513
Antti Palosaari80619de2008-09-15 17:18:09 -0300218#define USB_PID_MSI_DIGIVOX_DUO 0x8801
Marco Gittler941491f2007-04-19 11:26:47 -0300219#define USB_PID_OPERA1_COLD 0x2830
220#define USB_PID_OPERA1_WARM 0x3829
Nick Andrewaa50ec22007-03-22 17:09:35 -0300221#define USB_PID_LIFEVIEW_TV_WALKER_TWIN_COLD 0x0514
222#define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM 0x0513
dominik67053a42007-11-10 19:23:31 -0300223#define USB_PID_GIGABYTE_U7000 0x7001
Daniel Gimpelevich132c3182008-01-25 06:02:42 -0300224#define USB_PID_ASUS_U3000 0x171f
225#define USB_PID_ASUS_U3100 0x173f
Alexander Simondc888072008-03-29 21:37:54 -0300226#define USB_PID_YUAN_EC372S 0x1edc
Igor M Liplianin7fd48282008-07-20 08:05:50 -0300227#define USB_PID_DW2102 0x2102
Antti Palosaari80619de2008-09-15 17:18:09 -0300228#define USB_PID_XTENSIONS_XD_380 0x0381
Antti Palosaaria3765882008-09-19 18:34:06 -0300229#define USB_PID_TELESTAR_STARSTICK_2 0x8000
Henning Schroeer0ce215e2006-10-19 07:58:22 -0300230
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700231#endif