Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3979ecc7 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4689): Adding support for Nova-T-PCI PCI ID 0070:9000



Adding support for Nova-T-PCI PCI ID 0070:9000

Signed-off-by: default avatarSteven Toth <stoth@hauppauge.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent de98cdaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@
 15 -> DViCO FusionHDTV DVB-T1                             [18ac:db00]
 15 -> DViCO FusionHDTV DVB-T1                             [18ac:db00]
 16 -> KWorld LTV883RF
 16 -> KWorld LTV883RF
 17 -> DViCO FusionHDTV 3 Gold-Q                           [18ac:d810,18ac:d800]
 17 -> DViCO FusionHDTV 3 Gold-Q                           [18ac:d810,18ac:d800]
 18 -> Hauppauge Nova-T DVB-T                              [0070:9002,0070:9001]
 18 -> Hauppauge Nova-T DVB-T                              [0070:9002,0070:9001,0070:9000]
 19 -> Conexant DVB-T reference design                     [14f1:0187]
 19 -> Conexant DVB-T reference design                     [14f1:0187]
 20 -> Provideo PV259                                      [1540:2580]
 20 -> Provideo PV259                                      [1540:2580]
 21 -> DViCO FusionHDTV DVB-T Plus                         [18ac:db10,18ac:db11]
 21 -> DViCO FusionHDTV DVB-T Plus                         [18ac:db10,18ac:db11]
+4 −0
Original line number Original line Diff line number Diff line
@@ -1586,6 +1586,10 @@ struct cx88_subid cx88_subids[] = {
		.subvendor = 0x12ab,
		.subvendor = 0x12ab,
		.subdevice = 0x2300, /* Club3D Zap TV2100 */
		.subdevice = 0x2300, /* Club3D Zap TV2100 */
		.card      = CX88_BOARD_KWORLD_DVB_T_CX22702,
		.card      = CX88_BOARD_KWORLD_DVB_T_CX22702,
	},{
		.subvendor = 0x0070,
		.subdevice = 0x9000,
		.card      = CX88_BOARD_HAUPPAUGE_DVB_T1,
	},
	},
};
};
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);