diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index 5efe01ebe9db..e274043657dd 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * Derived from ivtv-cards.c | 4 | * Derived from ivtv-cards.c |
5 | * | 5 | * |
6 | * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> | 6 | * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> |
7 | * Copyright (C) 2008 Andy Walls <awalls@radix.net> | ||
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
@@ -50,7 +51,7 @@ static struct cx18_card_tuner_i2c cx18_i2c_std = { | |||
50 | static const struct cx18_card cx18_card_hvr1600_esmt = { | 51 | static const struct cx18_card cx18_card_hvr1600_esmt = { |
51 | .type = CX18_CARD_HVR_1600_ESMT, | 52 | .type = CX18_CARD_HVR_1600_ESMT, |
52 | .name = "Hauppauge HVR-1600", | 53 | .name = "Hauppauge HVR-1600", |
53 | .comment = "VBI is not yet supported\n", | 54 | .comment = "Raw VBI supported; Sliced VBI is not yet supported\n", |
54 | .v4l2_capabilities = CX18_CAP_ENCODER, | 55 | .v4l2_capabilities = CX18_CAP_ENCODER, |
55 | .hw_audio_ctrl = CX18_HW_CX23418, | 56 | .hw_audio_ctrl = CX18_HW_CX23418, |
56 | .hw_muxer = CX18_HW_CS5345, | 57 | .hw_muxer = CX18_HW_CS5345, |
@@ -96,7 +97,7 @@ static const struct cx18_card cx18_card_hvr1600_esmt = { | |||
96 | static const struct cx18_card cx18_card_hvr1600_samsung = { | 97 | static const struct cx18_card cx18_card_hvr1600_samsung = { |
97 | .type = CX18_CARD_HVR_1600_SAMSUNG, | 98 | .type = CX18_CARD_HVR_1600_SAMSUNG, |
98 | .name = "Hauppauge HVR-1600 (Preproduction)", | 99 | .name = "Hauppauge HVR-1600 (Preproduction)", |
99 | .comment = "VBI is not yet supported\n", | 100 | .comment = "Raw VBI supported; Sliced VBI is not yet supported\n", |
100 | .v4l2_capabilities = CX18_CAP_ENCODER, | 101 | .v4l2_capabilities = CX18_CAP_ENCODER, |
101 | .hw_audio_ctrl = CX18_HW_CX23418, | 102 | .hw_audio_ctrl = CX18_HW_CX23418, |
102 | .hw_muxer = CX18_HW_CS5345, | 103 | .hw_muxer = CX18_HW_CS5345, |
@@ -151,7 +152,7 @@ static const struct cx18_card_pci_info cx18_pci_h900[] = { | |||
151 | static const struct cx18_card cx18_card_h900 = { | 152 | static const struct cx18_card cx18_card_h900 = { |
152 | .type = CX18_CARD_COMPRO_H900, | 153 | .type = CX18_CARD_COMPRO_H900, |
153 | .name = "Compro VideoMate H900", | 154 | .name = "Compro VideoMate H900", |
154 | .comment = "VBI is not yet supported\n", | 155 | .comment = "Raw VBI supported; Sliced VBI is not yet supported\n", |
155 | .v4l2_capabilities = CX18_CAP_ENCODER, | 156 | .v4l2_capabilities = CX18_CAP_ENCODER, |
156 | .hw_audio_ctrl = CX18_HW_CX23418, | 157 | .hw_audio_ctrl = CX18_HW_CX23418, |
157 | .hw_all = CX18_HW_TUNER, | 158 | .hw_all = CX18_HW_TUNER, |
@@ -248,7 +249,7 @@ static const struct cx18_card_pci_info cx18_pci_cnxt_raptor_pal[] = { | |||
248 | static const struct cx18_card cx18_card_cnxt_raptor_pal = { | 249 | static const struct cx18_card cx18_card_cnxt_raptor_pal = { |
249 | .type = CX18_CARD_CNXT_RAPTOR_PAL, | 250 | .type = CX18_CARD_CNXT_RAPTOR_PAL, |
250 | .name = "Conexant Raptor PAL/SECAM", | 251 | .name = "Conexant Raptor PAL/SECAM", |
251 | .comment = "VBI is not yet supported\n", | 252 | .comment = "Raw VBI supported; Sliced VBI is not yet supported\n", |
252 | .v4l2_capabilities = CX18_CAP_ENCODER, | 253 | .v4l2_capabilities = CX18_CAP_ENCODER, |
253 | .hw_audio_ctrl = CX18_HW_CX23418, | 254 | .hw_audio_ctrl = CX18_HW_CX23418, |
254 | .hw_muxer = CX18_HW_GPIO, | 255 | .hw_muxer = CX18_HW_GPIO, |