|
@@ -875,6 +875,7 @@ 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,
|
|
@@ -940,6 +941,7 @@ static const struct ivtv_card_pci_info ivtv_pci_avertv_mce116[] = {
|
|
|
static const struct ivtv_card ivtv_card_avertv_mce116 = {
|
|
|
.type = IVTV_CARD_AVERTV_MCE116,
|
|
|
.name = "AVerTV MCE 116 Plus",
|
|
|
+ .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,
|