Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37362
b: refs/heads/master
c: b23056e
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 2618fab commit 1eb8111
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 704fd4a5672a5447a7f177838236eb13232be3c1
refs/heads/master: b23056ef373c27a3bd089b40f45f4bc74674e71c
1 change: 0 additions & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 1eb8111

Please sign in to comment.