diff options
author | Alan Young <ayoung@teleport.com> | 2010-07-26 07:50:32 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 05:56:07 -0400 |
commit | 39bcb3ae030b0b64262adf6c5243bf767d8b75dc (patch) | |
tree | 1ccef6a5f535720a6da8a3041d80a39d934e7673 /drivers/media/video/hdpvr/hdpvr-video.c | |
parent | fe023ad15e4a9147c208e4c4cac98d7fd40ab0bd (diff) |
[media] hdpvr: decrease URB timeout to 90ms
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>
Diffstat (limited to 'drivers/media/video/hdpvr/hdpvr-video.c')
-rw-r--r-- | drivers/media/video/hdpvr/hdpvr-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/hdpvr/hdpvr-video.c b/drivers/media/video/hdpvr/hdpvr-video.c index 761d7c5764d0..d38fe1043e47 100644 --- a/drivers/media/video/hdpvr/hdpvr-video.c +++ b/drivers/media/video/hdpvr/hdpvr-video.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <media/v4l2-ioctl.h> | 26 | #include <media/v4l2-ioctl.h> |
27 | #include "hdpvr.h" | 27 | #include "hdpvr.h" |
28 | 28 | ||
29 | #define BULK_URB_TIMEOUT 1250 /* 1.25 seconds */ | 29 | #define BULK_URB_TIMEOUT 90 /* 0.09 seconds */ |
30 | 30 | ||
31 | #define print_buffer_status() { \ | 31 | #define print_buffer_status() { \ |
32 | v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev, \ | 32 | v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev, \ |