]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[media] hdpvr: decrease URB timeout to 90ms
authorAlan Young <ayoung@teleport.com>
Mon, 26 Jul 2010 11:50:32 +0000 (08:50 -0300)
committerMauro 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

index 761d7c5764d0aecda069d6b18c4928a25e2f7c26..d38fe1043e47dc46951ef07eb051599e98744042 100644 (file)
@@ -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,       \