Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168401
b: refs/heads/master
c: a2e35af
h: refs/heads/master
i:
  168399: bb52cdb
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Nov 7, 2009
1 parent 8ad8189 commit 11401dd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7157fbd0ed1a00024fb915cfa5ed93fb4ce9dfaf
refs/heads/master: a2e35af6c756b5fa827fec5e0431cf2ce449beef
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/uvc/uvc_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ static void uvc_fixup_video_ctrl(struct uvc_streaming *stream,
ctrl->dwMaxVideoFrameSize =
frame->dwMaxVideoFrameBufferSize;

if (stream->dev->quirks & UVC_QUIRK_FIX_BANDWIDTH &&
if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) &&
stream->dev->quirks & UVC_QUIRK_FIX_BANDWIDTH &&
stream->intf->num_altsetting > 1) {
u32 interval;
u32 bandwidth;
Expand Down

0 comments on commit 11401dd

Please sign in to comment.