diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-12-27 20:19:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:29 -0500 |
commit | b00fff0be5655614bb18a4b1d6e33b27c56c6f7e (patch) | |
tree | 39847384116482dc8067238ce7ac3d970cb47850 | |
parent | 68370cf94e2511aeda3b7cb8490692570a8c9dab (diff) |
V4L/DVB (6935): cx23885: add missing subsystem IDs for Hauppauge HVR1500 Retail
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | Documentation/video4linux/CARDLIST.cx23885 | 4 | ||||
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/video4linux/CARDLIST.cx23885 b/Documentation/video4linux/CARDLIST.cx23885 index 302c84f45edb..0924e6e142c4 100644 --- a/Documentation/video4linux/CARDLIST.cx23885 +++ b/Documentation/video4linux/CARDLIST.cx23885 | |||
@@ -3,5 +3,5 @@ | |||
3 | 2 -> Hauppauge WinTV-HVR1800 [0070:7800,0070:7801,0070:7809] | 3 | 2 -> Hauppauge WinTV-HVR1800 [0070:7800,0070:7801,0070:7809] |
4 | 3 -> Hauppauge WinTV-HVR1250 [0070:7911] | 4 | 3 -> Hauppauge WinTV-HVR1250 [0070:7911] |
5 | 4 -> DViCO FusionHDTV5 Express [18ac:d500] | 5 | 4 -> DViCO FusionHDTV5 Express [18ac:d500] |
6 | 5 -> Hauppauge WinTV-HVR1500Q [0070:7797] | 6 | 5 -> Hauppauge WinTV-HVR1500Q [0070:7790,0070:7797] |
7 | 6 -> Hauppauge WinTV-HVR1500 [0070:7717] | 7 | 6 -> Hauppauge WinTV-HVR1500 [0070:7710,0070:7717] |
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index 4068695383ee..82af44884f0b 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -158,10 +158,18 @@ struct cx23885_subid cx23885_subids[] = { | |||
158 | .card = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP, | 158 | .card = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP, |
159 | },{ | 159 | },{ |
160 | .subvendor = 0x0070, | 160 | .subvendor = 0x0070, |
161 | .subdevice = 0x7790, | ||
162 | .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q, | ||
163 | },{ | ||
164 | .subvendor = 0x0070, | ||
161 | .subdevice = 0x7797, | 165 | .subdevice = 0x7797, |
162 | .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q, | 166 | .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q, |
163 | },{ | 167 | },{ |
164 | .subvendor = 0x0070, | 168 | .subvendor = 0x0070, |
169 | .subdevice = 0x7710, | ||
170 | .card = CX23885_BOARD_HAUPPAUGE_HVR1500, | ||
171 | },{ | ||
172 | .subvendor = 0x0070, | ||
165 | .subdevice = 0x7717, | 173 | .subdevice = 0x7717, |
166 | .card = CX23885_BOARD_HAUPPAUGE_HVR1500, | 174 | .card = CX23885_BOARD_HAUPPAUGE_HVR1500, |
167 | }, | 175 | }, |