Commit b23056ef authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 704fd4a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ config VIDEO_SAA7146

config VIDEO_SAA7146_VV
	tristate
	select VIDEO_V4L2
	select VIDEO_BUF
	select VIDEO_VIDEOBUF
	select VIDEO_SAA7146
+0 −1
Original line number Diff line number Diff line
@@ -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,
};
+0 −1
Original line number Diff line number Diff line
@@ -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,
+0 −1
Original line number Diff line number Diff line
@@ -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,
};

+0 −1
Original line number Diff line number Diff line
@@ -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,
};