diff options
author | Oleg Roitburd <oroitburd@gmail.com> | 2008-10-08 05:48:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 10:41:21 -0400 |
commit | 57f51dbc45f65f7ee1e8c8f77200bb8000e3e271 (patch) | |
tree | 64168bd7218f93dedf63e20956b724350adee505 /drivers/media/video/cx88/cx88-cards.c | |
parent | a52f68c648585ff615175269d8f6cbcbb08d7f4d (diff) |
V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cards
Added support for Prof 7300 DVB-S/S2 card. The card
based on cx24116 demodulator.
Signed-off-by: Oleg Roitburd <oroitburd@gmail.com>
Signed-off-by: Steven Toth <stoth@linuxtv.org>
[mchehab@redhat.com: fixed CARDLIST.cx88 entry]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index a9e52decb6f9..5da04e811ca2 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1822,6 +1822,18 @@ static const struct cx88_board cx88_boards[] = { | |||
1822 | } }, | 1822 | } }, |
1823 | .mpeg = CX88_MPEG_DVB, | 1823 | .mpeg = CX88_MPEG_DVB, |
1824 | }, | 1824 | }, |
1825 | [CX88_BOARD_PROF_7300] = { | ||
1826 | .name = "PROF 7300 DVB-S/S2", | ||
1827 | .tuner_type = UNSET, | ||
1828 | .radio_type = UNSET, | ||
1829 | .tuner_addr = ADDR_UNSET, | ||
1830 | .radio_addr = ADDR_UNSET, | ||
1831 | .input = {{ | ||
1832 | .type = CX88_VMUX_DVB, | ||
1833 | .vmux = 0, | ||
1834 | } }, | ||
1835 | .mpeg = CX88_MPEG_DVB, | ||
1836 | }, | ||
1825 | }; | 1837 | }; |
1826 | 1838 | ||
1827 | /* ------------------------------------------------------------------ */ | 1839 | /* ------------------------------------------------------------------ */ |
@@ -2211,6 +2223,10 @@ static const struct cx88_subid cx88_subids[] = { | |||
2211 | .subvendor = 0x8920, | 2223 | .subvendor = 0x8920, |
2212 | .subdevice = 0x8888, | 2224 | .subdevice = 0x8888, |
2213 | .card = CX88_BOARD_TBS_8920, | 2225 | .card = CX88_BOARD_TBS_8920, |
2226 | }, { | ||
2227 | .subvendor = 0xB033, | ||
2228 | .subdevice = 0x3033, | ||
2229 | .card = CX88_BOARD_PROF_7300, | ||
2214 | }, | 2230 | }, |
2215 | }; | 2231 | }; |
2216 | 2232 | ||
@@ -2817,18 +2833,9 @@ static void cx88_card_setup(struct cx88_core *core) | |||
2817 | } | 2833 | } |
2818 | case CX88_BOARD_TEVII_S420: | 2834 | case CX88_BOARD_TEVII_S420: |
2819 | case CX88_BOARD_TEVII_S460: | 2835 | case CX88_BOARD_TEVII_S460: |
2820 | cx_write(MO_SRST_IO, 0); | ||
2821 | msleep(100); | ||
2822 | cx_write(MO_SRST_IO, 1); | ||
2823 | msleep(100); | ||
2824 | break; | ||
2825 | case CX88_BOARD_OMICOM_SS4_PCI: | 2836 | case CX88_BOARD_OMICOM_SS4_PCI: |
2826 | cx_write(MO_SRST_IO, 0); | ||
2827 | msleep(100); | ||
2828 | cx_write(MO_SRST_IO, 1); | ||
2829 | msleep(100); | ||
2830 | break; | ||
2831 | case CX88_BOARD_TBS_8920: | 2837 | case CX88_BOARD_TBS_8920: |
2838 | case CX88_BOARD_PROF_7300: | ||
2832 | cx_write(MO_SRST_IO, 0); | 2839 | cx_write(MO_SRST_IO, 0); |
2833 | msleep(100); | 2840 | msleep(100); |
2834 | cx_write(MO_SRST_IO, 1); | 2841 | cx_write(MO_SRST_IO, 1); |