summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv/ivtv-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-05 20:04:56 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-05 20:04:56 -0200
commit7af33dc182a51e3feda1246207c939d8459dbd61 (patch)
tree81416520e5321725fa97909e5652ed7c87598893 /linux/drivers/media/video/ivtv/ivtv-cards.c
parent1272389ee0a46d702d0dc471d791b9fae7668aed (diff)
parentb4efb4ebbf8e3e7d3d0230bf4a811f7dafeef9a0 (diff)
downloadmediapointer-dvb-s2-7af33dc182a51e3feda1246207c939d8459dbd61.tar.gz
mediapointer-dvb-s2-7af33dc182a51e3feda1246207c939d8459dbd61.tar.bz2
merge: http://linuxtv.org/hg/~anttip/af9015
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-cards.c')
-rw-r--r--linux/drivers/media/video/ivtv/ivtv-cards.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-cards.c b/linux/drivers/media/video/ivtv/ivtv-cards.c
index c52371f9e..2883c8780 100644
--- a/linux/drivers/media/video/ivtv/ivtv-cards.c
+++ b/linux/drivers/media/video/ivtv/ivtv-cards.c
@@ -877,15 +877,13 @@ static const struct ivtv_card_pci_info ivtv_pci_pg600v2[] = {
static const struct ivtv_card ivtv_card_pg600v2 = {
.type = IVTV_CARD_PG600V2,
.name = "Yuan PG600-2, GotView PCI DVD Lite",
- .comment = "only Composite and S-Video inputs are supported, not the tuner\n",
.v4l2_capabilities = IVTV_CAP_ENCODER,
.hw_video = IVTV_HW_CX25840,
.hw_audio = IVTV_HW_CX25840,
.hw_audio_ctrl = IVTV_HW_CX25840,
-#if 0
.hw_all = IVTV_HW_CX25840 | IVTV_HW_TUNER,
- /* XC2028 support has not yet been tested on this card, until
- that's done support for this tuner is disabled. */
+ /* XC2028 support apparently works for the Yuan, it's still
+ uncertain whether it also works with the GotView. */
.video_inputs = {
{ IVTV_CARD_INPUT_VID_TUNER, 0, CX25840_COMPOSITE2 },
{ IVTV_CARD_INPUT_SVIDEO1, 1,
@@ -901,17 +899,6 @@ static const struct ivtv_card ivtv_card_pg600v2 = {
.tuners = {
{ .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
},
-#else
- .hw_all = IVTV_HW_CX25840,
- .video_inputs = {
- { IVTV_CARD_INPUT_SVIDEO1, 0,
- CX25840_SVIDEO_LUMA3 | CX25840_SVIDEO_CHROMA4 },
- { IVTV_CARD_INPUT_COMPOSITE1, 0, CX25840_COMPOSITE1 },
- },
- .audio_inputs = {
- { IVTV_CARD_INPUT_LINE_IN1, CX25840_AUDIO_SERIAL },
- },
-#endif
.pci_list = ivtv_pci_pg600v2,
.i2c = &ivtv_i2c_std,
};