diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-26 10:48:26 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-26 10:48:26 +0200 |
commit | fbd808231c9c40b657c3a77abd5a7b9303868617 (patch) | |
tree | ccbf845c4c15ca9aa1d03fb93316dd180f0602e4 /linux/drivers/media/video/ivtv/ivtv-cards.h | |
parent | 81038bcac9da636a5b278b570dcc80d4c6f8e772 (diff) | |
download | mediapointer-dvb-s2-fbd808231c9c40b657c3a77abd5a7b9303868617.tar.gz mediapointer-dvb-s2-fbd808231c9c40b657c3a77abd5a7b9303868617.tar.bz2 |
ivtv: add support for card comments and detected but unsupported cards.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-cards.h')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-cards.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-cards.h b/linux/drivers/media/video/ivtv/ivtv-cards.h index 9186fa2ee..bfb385c56 100644 --- a/linux/drivers/media/video/ivtv/ivtv-cards.h +++ b/linux/drivers/media/video/ivtv/ivtv-cards.h @@ -244,6 +244,7 @@ struct ivtv_card_tuner_i2c { struct ivtv_card { int type; char *name; + char *comment; u32 v4l2_capabilities; u32 hw_video; /* hardware used to process video */ u32 hw_audio; /* hardware used to process audio */ |