diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-cards.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-cards.c b/drivers/media/video/ivtv/ivtv-cards.c index e908649ea37c..bf9b32a6c1ad 100644 --- a/drivers/media/video/ivtv/ivtv-cards.c +++ b/drivers/media/video/ivtv/ivtv-cards.c | |||
@@ -875,6 +875,7 @@ static const struct ivtv_card_pci_info ivtv_pci_pg600v2[] = { | |||
875 | static const struct ivtv_card ivtv_card_pg600v2 = { | 875 | static const struct ivtv_card ivtv_card_pg600v2 = { |
876 | .type = IVTV_CARD_PG600V2, | 876 | .type = IVTV_CARD_PG600V2, |
877 | .name = "Yuan PG600-2, GotView PCI DVD Lite", | 877 | .name = "Yuan PG600-2, GotView PCI DVD Lite", |
878 | .comment = "only Composite and S-Video inputs are supported, not the tuner\n", | ||
878 | .v4l2_capabilities = IVTV_CAP_ENCODER, | 879 | .v4l2_capabilities = IVTV_CAP_ENCODER, |
879 | .hw_video = IVTV_HW_CX25840, | 880 | .hw_video = IVTV_HW_CX25840, |
880 | .hw_audio = IVTV_HW_CX25840, | 881 | .hw_audio = IVTV_HW_CX25840, |
@@ -940,6 +941,7 @@ static const struct ivtv_card_pci_info ivtv_pci_avertv_mce116[] = { | |||
940 | static const struct ivtv_card ivtv_card_avertv_mce116 = { | 941 | static const struct ivtv_card ivtv_card_avertv_mce116 = { |
941 | .type = IVTV_CARD_AVERTV_MCE116, | 942 | .type = IVTV_CARD_AVERTV_MCE116, |
942 | .name = "AVerTV MCE 116 Plus", | 943 | .name = "AVerTV MCE 116 Plus", |
944 | .comment = "only Composite and S-Video inputs are supported, not the tuner\n", | ||
943 | .v4l2_capabilities = IVTV_CAP_ENCODER, | 945 | .v4l2_capabilities = IVTV_CAP_ENCODER, |
944 | .hw_video = IVTV_HW_CX25840, | 946 | .hw_video = IVTV_HW_CX25840, |
945 | .hw_audio = IVTV_HW_CX25840, | 947 | .hw_audio = IVTV_HW_CX25840, |