diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-16 21:04:48 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-16 21:04:48 -0500 |
commit | 7ab6cb1bce787be9f7c6d0f1c19b74070d04ee3b (patch) | |
tree | 73231ce2888af2efdc6cb46596553c1b648c8e2c /linux/drivers/media/video | |
parent | ba6fd62e300890669a26aa75573c7ca48cd7ff3b (diff) | |
download | mediapointer-dvb-s2-7ab6cb1bce787be9f7c6d0f1c19b74070d04ee3b.tar.gz mediapointer-dvb-s2-7ab6cb1bce787be9f7c6d0f1c19b74070d04ee3b.tar.bz2 |
KWorld HardwareMpegTV XPert: update comments
From: Michael Krufky <mkrufky@linuxtv.org>
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>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 15e51e3b2..d15bac0fd 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1051,9 +1051,7 @@ struct cx88_board cx88_boards[] = { .dvb = 1, }, [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = { - /* FIXME: This card is shipped without a windows tv app, - * so I haven't been able to use regspy to figure out the GPIO - * settings. Standard video using the cx88 broadcast decoder is + /* FIXME: 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. |