diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-01-09 12:25:13 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:13 -0500 |
commit | c432a072b6b597c7af138f2fee337d79261b44f4 (patch) | |
tree | e55c9e0452d1b932abfdd6f16c6f0d05c32fcbd0 /drivers/media/video/cx88 | |
parent | bcb17c421e8fa20d31a0b4a60686908b6d469ce7 (diff) |
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>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index b4fd1ef007ea..c95438abcd7b 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1161,6 +1161,10 @@ struct cx88_subid cx88_subids[] = { | |||
1161 | .subvendor = 0x0070, | 1161 | .subvendor = 0x0070, |
1162 | .subdevice = 0x9802, | 1162 | .subdevice = 0x9802, |
1163 | .card = CX88_BOARD_HAUPPAUGE_HVR1100LP, | 1163 | .card = CX88_BOARD_HAUPPAUGE_HVR1100LP, |
1164 | },{ | ||
1165 | .subvendor = 0x0070, | ||
1166 | .subdevice = 0x9001, | ||
1167 | .card = CX88_BOARD_HAUPPAUGE_DVB_T1, | ||
1164 | }, | 1168 | }, |
1165 | }; | 1169 | }; |
1166 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1170 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |