diff options
author | Rusty Scott <rscott@che1.intranet.pchdtv.com> | 2006-04-07 01:21:31 -0400 |
---|---|---|
committer | Rusty Scott <rscott@che1.intranet.pchdtv.com> | 2006-04-07 01:21:31 -0400 |
commit | 9e876a907f566b5717449fc835cd3e0c3f8d0324 (patch) | |
tree | a0719691c3844f411bd0d5830702ca41cb8c3528 /linux/drivers/media/video/cx88/cx88-mpeg.c | |
parent | 2fec184983c06bf36e79ddae3c2ddf2d8ab61f2d (diff) | |
download | mediapointer-dvb-s2-9e876a907f566b5717449fc835cd3e0c3f8d0324.tar.gz mediapointer-dvb-s2-9e876a907f566b5717449fc835cd3e0c3f8d0324.tar.bz2 |
Add support for pcHDTV HD5500 ATSC/QAM
From: Rusty Scott <rustys@ieee.org>
Added card definitions for the pcHDTV HD5500 ATSC/QAM card
Signed-off-by: Rusty Scott <rustys@ieee.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-mpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c index e0f9db668..487c6d16c 100644 --- a/linux/drivers/media/video/cx88/cx88-mpeg.c +++ b/linux/drivers/media/video/cx88/cx88-mpeg.c @@ -87,6 +87,7 @@ static int cx8802_start_dma(struct cx8802_dev *dev, case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q: case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T: case CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD: + case CX88_BOARD_PCHDTV_HD5500: cx_write(TS_SOP_STAT, 1<<13); break; case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: |