diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:45:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:44 -0400 |
commit | 8efd2e28265ca031072d8d94cdbdd53904ce9b2d (patch) | |
tree | 9b2da1933412da1df2182f021dbf2f6d10e8c907 /drivers/media/video/cx88/cx88-cards.c | |
parent | 5c00fac0bab95a378e60c1a67e3d3c5ac44df412 (diff) |
V4L/DVB (7254): cx88: fix FusionHDTV 5 PCI nano name and enable IR support
load ir-kbd-i2c for IR remote control support on DViCO FusionHDTV 5 PCI nano
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 23b58bc9cf2b..a1756c6c6dca 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1402,7 +1402,8 @@ static const struct cx88_board cx88_boards[] = { | |||
1402 | .mpeg = CX88_MPEG_DVB, | 1402 | .mpeg = CX88_MPEG_DVB, |
1403 | }, | 1403 | }, |
1404 | [CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO] = { | 1404 | [CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO] = { |
1405 | .name = "DVICO HDTV5 PCI Nano", | 1405 | .name = "DViCO FusionHDTV 5 PCI nano", |
1406 | /* xc3008 tuner, digital only for now */ | ||
1406 | .tuner_type = TUNER_ABSENT, | 1407 | .tuner_type = TUNER_ABSENT, |
1407 | .radio_type = UNSET, | 1408 | .radio_type = UNSET, |
1408 | .tuner_addr = ADDR_UNSET, | 1409 | .tuner_addr = ADDR_UNSET, |