V4L/DVB (3350): Added USB ID for DigitalNow DVB-T Dual USB, DViCO clone
- Added USB ID for DigitalNow DVB-T Dual USB, DViCO FusionHDTV DVB-T Dual USB clone Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
6bfb2e1f19
commit
ac9ffb90b8
|
@ -451,6 +451,8 @@ static struct usb_device_id cxusb_table [] = {
|
||||||
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_LGZ201_WARM) },
|
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_LGZ201_WARM) },
|
||||||
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_COLD) },
|
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_COLD) },
|
||||||
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_WARM) },
|
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_WARM) },
|
||||||
|
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_COLD) },
|
||||||
|
{ USB_DEVICE(USB_VID_DVICO, USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_WARM) },
|
||||||
{} /* Terminating entry */
|
{} /* Terminating entry */
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE (usb, cxusb_table);
|
MODULE_DEVICE_TABLE (usb, cxusb_table);
|
||||||
|
@ -567,12 +569,16 @@ static struct dvb_usb_properties cxusb_bluebird_dee1601_properties = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
.num_device_descs = 1,
|
.num_device_descs = 2,
|
||||||
.devices = {
|
.devices = {
|
||||||
{ "DViCO FusionHDTV DVB-T Dual USB",
|
{ "DViCO FusionHDTV DVB-T Dual USB",
|
||||||
{ &cxusb_table[3], NULL },
|
{ &cxusb_table[3], NULL },
|
||||||
{ &cxusb_table[4], NULL },
|
{ &cxusb_table[4], NULL },
|
||||||
},
|
},
|
||||||
|
{ "DigitalNow DVB-T Dual USB",
|
||||||
|
{ &cxusb_table[9], NULL },
|
||||||
|
{ &cxusb_table[10], NULL },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -95,6 +95,8 @@
|
||||||
#define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11
|
#define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11
|
||||||
#define USB_PID_DVICO_BLUEBIRD_DEE1601_COLD 0xdb50
|
#define USB_PID_DVICO_BLUEBIRD_DEE1601_COLD 0xdb50
|
||||||
#define USB_PID_DVICO_BLUEBIRD_DEE1601_WARM 0xdb51
|
#define USB_PID_DVICO_BLUEBIRD_DEE1601_WARM 0xdb51
|
||||||
|
#define USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_COLD 0xdb54
|
||||||
|
#define USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_WARM 0xdb55
|
||||||
#define USB_PID_MEDION_MD95700 0x0932
|
#define USB_PID_MEDION_MD95700 0x0932
|
||||||
#define USB_PID_KYE_DVB_T_COLD 0x701e
|
#define USB_PID_KYE_DVB_T_COLD 0x701e
|
||||||
#define USB_PID_KYE_DVB_T_WARM 0x701f
|
#define USB_PID_KYE_DVB_T_WARM 0x701f
|
||||||
|
|
Loading…
Reference in New Issue