Skip to content

Commit

Permalink
[media] hdpvr: decrease URB timeout to 90ms
Browse files Browse the repository at this point in the history
Based on USB traces of the windows driver.

Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Alan Young authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent fe023ad commit 39bcb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/hdpvr/hdpvr-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <media/v4l2-ioctl.h>
#include "hdpvr.h"

#define BULK_URB_TIMEOUT 1250 /* 1.25 seconds */
#define BULK_URB_TIMEOUT 90 /* 0.09 seconds */

#define print_buffer_status() { \
v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev, \
Expand Down

0 comments on commit 39bcb3a

Please sign in to comment.