Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164075
b: refs/heads/master
c: 0414614
h: refs/heads/master
i:
  164073: 109fffa
  164071: 34b7db2
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 671d646 commit e221c04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 290c0cfac9050fa2442e93f35f47e4faa4227e85
refs/heads/master: 0414614aab32d84da2bb092eb83b5e456946022d
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1758,11 +1758,13 @@ static int vidioc_querycap(struct file *file, void *priv,
cap->version = EM28XX_VERSION_CODE;

cap->capabilities =
V4L2_CAP_VBI_CAPTURE |
V4L2_CAP_SLICED_VBI_CAPTURE |
V4L2_CAP_VIDEO_CAPTURE |
V4L2_CAP_READWRITE | V4L2_CAP_STREAMING;

if (dev->vbi_dev)
cap->capabilities |= V4L2_CAP_VBI_CAPTURE;

if (dev->audio_mode.has_audio)
cap->capabilities |= V4L2_CAP_AUDIO;

Expand Down

0 comments on commit e221c04

Please sign in to comment.