projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe023ad
)
[media] hdpvr: decrease URB timeout to 90ms
author
Alan Young
<ayoung@teleport.com>
Mon, 26 Jul 2010 11:50:32 +0000
(08:50 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 21 Oct 2010 09:56:07 +0000
(07:56 -0200)
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>
drivers/media/video/hdpvr/hdpvr-video.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/hdpvr/hdpvr-video.c
b/drivers/media/video/hdpvr/hdpvr-video.c
index 761d7c5764d0aecda069d6b18c4928a25e2f7c26..d38fe1043e47dc46951ef07eb051599e98744042 100644
(file)
--- a/
drivers/media/video/hdpvr/hdpvr-video.c
+++ b/
drivers/media/video/hdpvr/hdpvr-video.c
@@
-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, \