Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39bcb3ae authored by Alan Young's avatar Alan Young Committed by Mauro Carvalho Chehab
Browse files

[media] hdpvr: decrease URB timeout to 90ms



Based on USB traces of the windows driver.

Signed-off-by: default avatarJanne Grunau <j@jannau.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent fe023ad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,	\