diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-06-30 19:58:38 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-06-30 19:58:38 -0400 |
commit | e4b4beeee4577a06e48f44169a3b4617a62391e0 (patch) | |
tree | ff225d81dff0fded3d07f44e6c7f44bad3918635 /linux/drivers/media/video/cx23885/cx23885-cards.c | |
parent | a14a52dcbc9e8093154f6309a9ea98221e9db948 (diff) | |
download | mediapointer-dvb-s2-e4b4beeee4577a06e48f44169a3b4617a62391e0.tar.gz mediapointer-dvb-s2-e4b4beeee4577a06e48f44169a3b4617a62391e0.tar.bz2 |
cx23885: Ensure the second transport port is enabled for streaming.
From: Steven Toth <stoth@hauppauge.com>
It was previously disabled pending a bugfix, which has since been
resolved.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: <>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-cards.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-cards.c b/linux/drivers/media/video/cx23885/cx23885-cards.c index 7171e344a..476c33d29 100644 --- a/linux/drivers/media/video/cx23885/cx23885-cards.c +++ b/linux/drivers/media/video/cx23885/cx23885-cards.c @@ -146,9 +146,7 @@ struct cx23885_board cx23885_boards[] = { }, [CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP] = { .name = "DViCO FusionHDTV7 Dual Express", -#if 0 .portb = CX23885_MPEG_DVB, -#endif .portc = CX23885_MPEG_DVB, }, }; |