diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-26 22:08:43 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-26 22:08:43 -0500 |
commit | f29edc22109840be0dd8e2d7d532cabac97d9c19 (patch) | |
tree | 607822122b014f297c2a8387f2840e3ce29e932a /drivers/media/video/cx88/cx88-cards.c | |
parent | 20b5ee5d491238b8de7ba0c06945d8e3935d42e6 (diff) |
V4L/DVB (3368): KWorld HardwareMpegTV XPert: update comments
Standard video using the cx88 broadcast decoder is
working, but blackbird isn't working yet, audio is only
working correctly for television mode. S-Video and Composite
are working for video-only, so I have them disabled for now.
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 09f5739b518d..cc9d6601eafa 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1049,9 +1049,7 @@ struct cx88_board cx88_boards[] = { | |||
1049 | .dvb = 1, | 1049 | .dvb = 1, |
1050 | }, | 1050 | }, |
1051 | [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = { | 1051 | [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = { |
1052 | /* FIXME: This card is shipped without a windows tv app, | 1052 | /* FIXME: Standard video using the cx88 broadcast decoder is |
1053 | * so I haven't been able to use regspy to figure out the GPIO | ||
1054 | * settings. Standard video using the cx88 broadcast decoder is | ||
1055 | * working, but blackbird isn't working yet, audio is only | 1053 | * working, but blackbird isn't working yet, audio is only |
1056 | * working correctly for television mode. S-Video and Composite | 1054 | * working correctly for television mode. S-Video and Composite |
1057 | * are working for video-only, so I have them disabled for now. | 1055 | * are working for video-only, so I have them disabled for now. |