|
@@ -10,28 +10,30 @@
|
|
|
#define _DVB_USB_IDS_H_
|
|
|
|
|
|
/* Vendor IDs */
|
|
|
-#define USB_VID_ADSTECH 0x06e1
|
|
|
-#define USB_VID_ANCHOR 0x0547
|
|
|
-#define USB_VID_WIDEVIEW 0x14aa
|
|
|
-#define USB_VID_AVERMEDIA 0x07ca
|
|
|
-#define USB_VID_COMPRO 0x185b
|
|
|
-#define USB_VID_COMPRO_UNK 0x145f
|
|
|
-#define USB_VID_CYPRESS 0x04b4
|
|
|
-#define USB_VID_DIBCOM 0x10b8
|
|
|
-#define USB_VID_DVICO 0x0fe9
|
|
|
-#define USB_VID_EMPIA 0xeb1a
|
|
|
-#define USB_VID_GRANDTEC 0x5032
|
|
|
-#define USB_VID_HANFTEK 0x15f4
|
|
|
-#define USB_VID_HAUPPAUGE 0x2040
|
|
|
-#define USB_VID_HYPER_PALTEK 0x1025
|
|
|
-#define USB_VID_KWORLD 0xeb2a
|
|
|
-#define USB_VID_KYE 0x0458
|
|
|
-#define USB_VID_MEDION 0x1660
|
|
|
-#define USB_VID_PINNACLE 0x2304
|
|
|
-#define USB_VID_VISIONPLUS 0x13d3
|
|
|
-#define USB_VID_TWINHAN 0x1822
|
|
|
-#define USB_VID_ULTIMA_ELECTRONIC 0x05d8
|
|
|
-#define USB_VID_LITEON 0x04ca
|
|
|
+#define USB_VID_ADSTECH 0x06e1
|
|
|
+#define USB_VID_ANCHOR 0x0547
|
|
|
+#define USB_VID_AVERMEDIA 0x07ca
|
|
|
+#define USB_VID_COMPRO 0x185b
|
|
|
+#define USB_VID_COMPRO_UNK 0x145f
|
|
|
+#define USB_VID_CYPRESS 0x04b4
|
|
|
+#define USB_VID_DIBCOM 0x10b8
|
|
|
+#define USB_VID_DVICO 0x0fe9
|
|
|
+#define USB_VID_EMPIA 0xeb1a
|
|
|
+#define USB_VID_GENPIX 0x09c0
|
|
|
+#define USB_VID_GRANDTEC 0x5032
|
|
|
+#define USB_VID_HANFTEK 0x15f4
|
|
|
+#define USB_VID_HAUPPAUGE 0x2040
|
|
|
+#define USB_VID_HYPER_PALTEK 0x1025
|
|
|
+#define USB_VID_KWORLD 0xeb2a
|
|
|
+#define USB_VID_KYE 0x0458
|
|
|
+#define USB_VID_LEADTEK 0x0413
|
|
|
+#define USB_VID_LITEON 0x04ca
|
|
|
+#define USB_VID_MEDION 0x1660
|
|
|
+#define USB_VID_PINNACLE 0x2304
|
|
|
+#define USB_VID_VISIONPLUS 0x13d3
|
|
|
+#define USB_VID_TWINHAN 0x1822
|
|
|
+#define USB_VID_ULTIMA_ELECTRONIC 0x05d8
|
|
|
+#define USB_VID_WIDEVIEW 0x14aa
|
|
|
|
|
|
/* Product IDs */
|
|
|
#define USB_PID_ADSTECH_USB2_COLD 0xa333
|
|
@@ -84,12 +86,14 @@
|
|
|
#define USB_PID_HANFTEK_UMT_010_WARM 0x0015
|
|
|
#define USB_PID_DTT200U_COLD 0x0201
|
|
|
#define USB_PID_DTT200U_WARM 0x0301
|
|
|
-#define USB_PID_WT220U_COLD 0x0222
|
|
|
-#define USB_PID_WT220U_WARM 0x0221
|
|
|
+#define USB_PID_WT220U_COLD 0x0222
|
|
|
+#define USB_PID_WT220U_WARM 0x0221
|
|
|
+#define USB_PID_WT220U_FC_COLD 0x0225
|
|
|
+#define USB_PID_WT220U_FC_WARM 0x0226
|
|
|
#define USB_PID_WT220U_ZL0353_COLD 0x022a
|
|
|
#define USB_PID_WT220U_ZL0353_WARM 0x022b
|
|
|
-#define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300
|
|
|
-#define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301
|
|
|
+#define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300
|
|
|
+#define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301
|
|
|
#define USB_PID_NEBULA_DIGITV 0x0201
|
|
|
#define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820
|
|
|
#define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500
|
|
@@ -113,5 +117,9 @@
|
|
|
#define USB_PID_DIGIVOX_MINI_SL_WARM 0xe361
|
|
|
#define USB_PID_GRANDTEC_DVBT_USB2_COLD 0x0bc6
|
|
|
#define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7
|
|
|
+#define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025
|
|
|
+#define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026
|
|
|
+#define USB_PID_GENPIX_8PSK_COLD 0x0200
|
|
|
+#define USB_PID_GENPIX_8PSK_WARM 0x0201
|
|
|
|
|
|
#endif
|