Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21091
b: refs/heads/master
c: 7215fdb
h: refs/heads/master
i:
  21089: 42276f9
  21087: 208165a
v: v3
  • Loading branch information
Markus Rechberger authored and Linus Torvalds committed Mar 18, 2006
1 parent 0d3cc7b commit 0af7857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d61b86775a5676a8fba2ba2f0f869564e35c630
refs/heads/master: 7215fdb214ad8d76c9d667be07f870f0f0544959
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ static int em28xx_v4l2_open(struct inode *inode, struct file *filp)
em28xx_capture_start(dev, 1);
em28xx_resolution_set(dev);

/* device needs to be initialized before isoc transfer */
video_mux(dev, 0);

/* start the transfer */
errCode = em28xx_init_isoc(dev);
if (errCode)
Expand Down

0 comments on commit 0af7857

Please sign in to comment.