V4L/DVB (3392): Add PCI ID for DigitalNow DVB-T Dual, rebranded DViCO FusionHDTV DVB-T Dual.
- Add PCI ID for DigitalNow DVB-T Dual, rebranded DViCO FusionHDTV DVB-T Dual. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
5a880279dc
commit
9a61003397
|
@ -42,4 +42,4 @@
|
|||
41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile) [0070:9800,0070:9802]
|
||||
42 -> digitalnow DNTV Live! DVB-T Pro [1822:0025]
|
||||
43 -> KWorld/VStream XPert DVB-T with cx22702 [17de:08a1]
|
||||
44 -> DViCO FusionHDTV DVB-T Dual Digital [18ac:db50]
|
||||
44 -> DViCO FusionHDTV DVB-T Dual Digital [18ac:db50,18ac:db54]
|
||||
|
|
|
@ -1244,6 +1244,11 @@ struct cx88_subid cx88_subids[] = {
|
|||
.subvendor = 0x18ac,
|
||||
.subdevice = 0xdb50,
|
||||
.card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
|
||||
},{
|
||||
.subvendor = 0x18ac,
|
||||
.subdevice = 0xdb54,
|
||||
.card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
|
||||
/* Re-branded DViCO: DigitalNow DVB-T Dual */
|
||||
},{
|
||||
.subvendor = 0x18ac,
|
||||
.subdevice = 0xdb11,
|
||||
|
|
Loading…
Reference in New Issue