Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61267
b: refs/heads/master
c: 8c7189d
h: refs/heads/master
i:
  61265: 1af4458
  61263: 69b8909
v: v3
  • Loading branch information
David Warman authored and Mauro Carvalho Chehab committed Jul 18, 2007
1 parent de9d23b commit c2a0a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9fe01e5c297e716c6b50166c3c032a6c07604e5b
refs/heads/master: 8c7189d1939f6e15c4ebc23a98b3b9f34bd004d7
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvision/usbvision-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ static int usbvision_set_video_format(struct usb_usbvision *usbvision, int forma
format = ISOC_MODE_YUV420;
}
value[0] = 0x0A; //TODO: See the effect of the filter
value[1] = format;
value[1] = format; // Sets the VO_MODE register which follows FILT_CONT
rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
USBVISION_OP_CODE,
USB_DIR_OUT | USB_TYPE_VENDOR |
Expand Down

0 comments on commit c2a0a0d

Please sign in to comment.