aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-cards.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-04-26 07:48:26 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-29 17:41:34 -0400
commitecfcc83b8d6ff8ac65b072b309a1774ca52d955e (patch)
tree715144aae77cf9fbaa91c3787122478594d41b89 /drivers/media/video/ivtv/ivtv-cards.h
parentd86e2ee98eeef61bdab8ca1bf4837c5709173790 (diff)
V4L/DVB (7755): ivtv: add support for card comments and detected but unsupported cards
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-cards.h')
-rw-r--r--drivers/media/video/ivtv/ivtv-cards.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-cards.h b/drivers/media/video/ivtv/ivtv-cards.h
index 9186fa2ee5fc..bfb385c56099 100644
--- a/drivers/media/video/ivtv/ivtv-cards.h
+++ b/drivers/media/video/ivtv/ivtv-cards.h
@@ -244,6 +244,7 @@ struct ivtv_card_tuner_i2c {
244struct ivtv_card { 244struct ivtv_card {
245 int type; 245 int type;
246 char *name; 246 char *name;
247 char *comment;
247 u32 v4l2_capabilities; 248 u32 v4l2_capabilities;
248 u32 hw_video; /* hardware used to process video */ 249 u32 hw_video; /* hardware used to process video */
249 u32 hw_audio; /* hardware used to process audio */ 250 u32 hw_audio; /* hardware used to process audio */