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