V4L/DVB (4421): V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_gemini
Just a few adjustments were required on those drivers to be V4L2 compliant. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
704fd4a567
commit
b23056ef37
5 changed files with 0 additions and 5 deletions
|
@ -4,7 +4,6 @@ config VIDEO_SAA7146
|
|||
|
||||
config VIDEO_SAA7146_VV
|
||||
tristate
|
||||
select VIDEO_V4L2
|
||||
select VIDEO_BUF
|
||||
select VIDEO_VIDEOBUF
|
||||
select VIDEO_SAA7146
|
||||
|
|
|
@ -455,7 +455,6 @@ static void vv_callback(struct saa7146_dev *dev, unsigned long status)
|
|||
|
||||
static struct video_device device_template =
|
||||
{
|
||||
.hardware = VID_HARDWARE_SAA7146,
|
||||
.fops = &video_fops,
|
||||
.minor = -1,
|
||||
};
|
||||
|
|
|
@ -830,7 +830,6 @@ static struct video_device saa_template =
|
|||
.owner = THIS_MODULE,
|
||||
.name = IF_NAME,
|
||||
.type = VID_TYPE_TELETEXT,
|
||||
.hardware = VID_HARDWARE_SAA5249,
|
||||
.fops = &saa_fops,
|
||||
.release = video_device_release,
|
||||
.minor = -1,
|
||||
|
|
|
@ -713,7 +713,6 @@ static struct video_device saa_template =
|
|||
.owner = THIS_MODULE,
|
||||
.name = IF_NAME,
|
||||
.type = VID_TYPE_TELETEXT, /*| VID_TYPE_TUNER ?? */
|
||||
.hardware = VID_HARDWARE_SAA5249,
|
||||
.fops = &saa_fops,
|
||||
};
|
||||
|
||||
|
|
|
@ -4404,7 +4404,6 @@ static struct video_device v4l_device_template = {
|
|||
.name = "NOT SET",
|
||||
//.type = VID_TYPE_CAPTURE | VID_TYPE_SUBCAPTURE |
|
||||
// VID_TYPE_CLIPPING | VID_TYPE_SCALES, VID_TYPE_OVERLAY
|
||||
.hardware = VID_HARDWARE_VINO,
|
||||
.fops = &vino_fops,
|
||||
.minor = -1,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue