diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-26 16:16:18 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-26 16:16:18 +0200 |
commit | 1f097239385b1fd33b50c5fee7fb5651d252110c (patch) | |
tree | bdf240729f2924e9c0c0aa4fc784b85b0f908696 /linux/drivers/media/video/ivtv/ivtv-cards.h | |
parent | 70c9c6f84ae84a899c74796653e9528e4312ce30 (diff) | |
download | mediapointer-dvb-s2-1f097239385b1fd33b50c5fee7fb5651d252110c.tar.gz mediapointer-dvb-s2-1f097239385b1fd33b50c5fee7fb5651d252110c.tar.bz2 |
ivtv: add tuner support for the AverMedia M116
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 196c0445d..748485dce 100644 --- a/linux/drivers/media/video/ivtv/ivtv-cards.h +++ b/linux/drivers/media/video/ivtv/ivtv-cards.h @@ -258,6 +258,7 @@ struct ivtv_card { int nof_outputs; const struct ivtv_card_output *video_outputs; u8 gr_config; /* config byte for the ghost reduction device */ + u8 xceive_pin; /* XCeive tuner GPIO reset pin */ /* GPIO card-specific settings */ struct ivtv_gpio_init gpio_init; |