Skip to content

Commit

Permalink
V4L/DVB (4421): V4L2 Conversion: saa5246a, saa5249, vino, hexium_orio…
Browse files Browse the repository at this point in the history
…n, hexium_gemini

Just a few adjustments were required on those drivers to be V4L2 compliant.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 704fd4a commit b23056e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion drivers/media/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ config VIDEO_SAA7146

config VIDEO_SAA7146_VV
tristate
select VIDEO_V4L2
select VIDEO_BUF
select VIDEO_VIDEOBUF
select VIDEO_SAA7146
Expand Down
1 change: 0 additions & 1 deletion drivers/media/common/saa7146_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/saa5246a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/saa5249.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/vino.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit b23056e

Please sign in to comment.