V4L/DVB (3092): Add support for another Nova-T-PCI PCI subdevice 0x9001
- Add support for another Nova-T-PCI PCI subdevice 0x9001 Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
This commit is contained in:
parent
bcb17c421e
commit
c432a072b6
2 changed files with 5 additions and 1 deletions
|
@ -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]
|
17 -> DViCO FusionHDTV 3 Gold-Q [18ac:d810]
|
||||||
18 -> Hauppauge Nova-T DVB-T [0070:9002]
|
18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001]
|
||||||
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]
|
21 -> DViCO FusionHDTV DVB-T Plus [18ac:db10]
|
||||||
|
|
|
@ -1161,6 +1161,10 @@ struct cx88_subid cx88_subids[] = {
|
||||||
.subvendor = 0x0070,
|
.subvendor = 0x0070,
|
||||||
.subdevice = 0x9802,
|
.subdevice = 0x9802,
|
||||||
.card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
|
.card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
|
||||||
|
},{
|
||||||
|
.subvendor = 0x0070,
|
||||||
|
.subdevice = 0x9001,
|
||||||
|
.card = CX88_BOARD_HAUPPAUGE_DVB_T1,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
|
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
|
||||||
|
|
Loading…
Add table
Reference in a new issue