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>

authored by Michael Krufky and committed by Mauro Carvalho Chehab ac9ffb90 6bfb2e1f

+9 -1
+7 -1
drivers/media/dvb/dvb-usb/cxusb.c
··· 451 { USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_LGZ201_WARM) }, 452 { USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_COLD) }, 453 { USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_WARM) }, 454 {} /* Terminating entry */ 455 }; 456 MODULE_DEVICE_TABLE (usb, cxusb_table); ··· 569 } 570 }, 571 572 - .num_device_descs = 1, 573 .devices = { 574 { "DViCO FusionHDTV DVB-T Dual USB", 575 { &cxusb_table[3], NULL }, 576 { &cxusb_table[4], NULL }, 577 }, 578 } 579 };
··· 451 { USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_LGZ201_WARM) }, 452 { USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_COLD) }, 453 { USB_DEVICE(USB_VID_DVICO, USB_PID_DVICO_BLUEBIRD_TH7579_WARM) }, 454 + { USB_DEVICE(USB_VID_DVICO, USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_COLD) }, 455 + { USB_DEVICE(USB_VID_DVICO, USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_WARM) }, 456 {} /* Terminating entry */ 457 }; 458 MODULE_DEVICE_TABLE (usb, cxusb_table); ··· 567 } 568 }, 569 570 + .num_device_descs = 2, 571 .devices = { 572 { "DViCO FusionHDTV DVB-T Dual USB", 573 { &cxusb_table[3], NULL }, 574 { &cxusb_table[4], NULL }, 575 + }, 576 + { "DigitalNow DVB-T Dual USB", 577 + { &cxusb_table[9], NULL }, 578 + { &cxusb_table[10], NULL }, 579 }, 580 } 581 };
+2
drivers/media/dvb/dvb-usb/dvb-usb-ids.h
··· 95 #define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11 96 #define USB_PID_DVICO_BLUEBIRD_DEE1601_COLD 0xdb50 97 #define USB_PID_DVICO_BLUEBIRD_DEE1601_WARM 0xdb51 98 #define USB_PID_MEDION_MD95700 0x0932 99 #define USB_PID_KYE_DVB_T_COLD 0x701e 100 #define USB_PID_KYE_DVB_T_WARM 0x701f
··· 95 #define USB_PID_DVICO_BLUEBIRD_TH7579_WARM 0xdb11 96 #define USB_PID_DVICO_BLUEBIRD_DEE1601_COLD 0xdb50 97 #define USB_PID_DVICO_BLUEBIRD_DEE1601_WARM 0xdb51 98 + #define USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_COLD 0xdb54 99 + #define USB_PID_DIGITALNOW_BLUEBIRD_DEE1601_WARM 0xdb55 100 #define USB_PID_MEDION_MD95700 0x0932 101 #define USB_PID_KYE_DVB_T_COLD 0x701e 102 #define USB_PID_KYE_DVB_T_WARM 0x701f