Skip to content

Commit

Permalink
V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 seconds
Browse files Browse the repository at this point in the history
This fixes timeout issues with some Logitech webcams. The timeout value
seems to match the one used in the Logitech Windows driver, so no
further increase should be necessary.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent e070bf9 commit 56d15cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/uvc/uvcvideo.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ struct uvc_xu_control {
#define UVC_MAX_STATUS_SIZE 16

#define UVC_CTRL_CONTROL_TIMEOUT 300
#define UVC_CTRL_STREAMING_TIMEOUT 3000
#define UVC_CTRL_STREAMING_TIMEOUT 5000

/* Devices quirks */
#define UVC_QUIRK_STATUS_INTERVAL 0x00000001
Expand Down

0 comments on commit 56d15cd

Please sign in to comment.