Commit 067fb88c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] az6007: move device PID's to the proper place

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 25c16466
......@@ -27,10 +27,6 @@
#define DVB_USB_LOG_PREFIX "az6007"
/* HACK: Should be moved to the right place */
#define USB_PID_AZUREWAVE_6007 0x0ccd
#define USB_PID_TERRATEC_H7 0x10b4
/* debug */
int dvb_usb_az6007_debug;
module_param_named(debug, dvb_usb_az6007_debug, int, 0644);
......
......@@ -80,6 +80,7 @@
#define USB_PID_ANSONIC_DVBT_USB 0x6000
#define USB_PID_ANYSEE 0x861f
#define USB_PID_AZUREWAVE_AD_TU700 0x3237
#define USB_PID_AZUREWAVE_6007 0x0ccd
#define USB_PID_AVERMEDIA_DVBT_USB_COLD 0x0001
#define USB_PID_AVERMEDIA_DVBT_USB_WARM 0x0002
#define USB_PID_AVERMEDIA_DVBT_USB2_COLD 0xa800
......@@ -226,6 +227,7 @@
#define USB_PID_TERRATEC_CINERGY_T_EXPRESS 0x0062
#define USB_PID_TERRATEC_CINERGY_T_XXS 0x0078
#define USB_PID_TERRATEC_CINERGY_T_XXS_2 0x00ab
#define USB_PID_TERRATEC_H7 0x10b4
#define USB_PID_TERRATEC_T3 0x10a0
#define USB_PID_TERRATEC_T5 0x10a1
#define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment