V4L/DVB (6932): cx23885: add missing subsystem ID for Hauppauge HVR1800 Retail
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
71bc9bd96b
commit
6ccb8cfbb9
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
0 -> UNKNOWN/GENERIC [0070:3400]
|
0 -> UNKNOWN/GENERIC [0070:3400]
|
||||||
1 -> Hauppauge WinTV-HVR1800lp [0070:7600]
|
1 -> Hauppauge WinTV-HVR1800lp [0070:7600]
|
||||||
2 -> Hauppauge WinTV-HVR1800 [0070:7800,0070:7801]
|
2 -> Hauppauge WinTV-HVR1800 [0070:7800,0070:7801,0070:7809]
|
||||||
3 -> Hauppauge WinTV-HVR1250 [0070:7911]
|
3 -> Hauppauge WinTV-HVR1250 [0070:7911]
|
||||||
4 -> DViCO FusionHDTV5 Express [18ac:d500]
|
4 -> DViCO FusionHDTV5 Express [18ac:d500]
|
||||||
5 -> Hauppauge WinTV-HVR1500Q [0070:7797]
|
5 -> Hauppauge WinTV-HVR1500Q [0070:7797]
|
||||||
|
|
|
@ -144,6 +144,10 @@ struct cx23885_subid cx23885_subids[] = {
|
||||||
.subvendor = 0x0070,
|
.subvendor = 0x0070,
|
||||||
.subdevice = 0x7801,
|
.subdevice = 0x7801,
|
||||||
.card = CX23885_BOARD_HAUPPAUGE_HVR1800,
|
.card = CX23885_BOARD_HAUPPAUGE_HVR1800,
|
||||||
|
},{
|
||||||
|
.subvendor = 0x0070,
|
||||||
|
.subdevice = 0x7809,
|
||||||
|
.card = CX23885_BOARD_HAUPPAUGE_HVR1800,
|
||||||
},{
|
},{
|
||||||
.subvendor = 0x0070,
|
.subvendor = 0x0070,
|
||||||
.subdevice = 0x7911,
|
.subdevice = 0x7911,
|
||||||
|
|
Loading…
Add table
Reference in a new issue