mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
[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>
This commit is contained in:
parent
fe023ad15e
commit
39bcb3ae03
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user