summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2013-02-13 16:54:47 +0100
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2014-08-13 16:23:50 +0200
commit8c6b3d3185e226db3bf7c52e5c593a366a7a51c6 (patch)
tree0f104a16c17040b2425d6703cf29b1adad1ee1a3
parent4e9b7d80b934c4b94c1df3ffa7fc0057247277f3 (diff)
downloadlinux-8c6b3d3185e226db3bf7c52e5c593a366a7a51c6.tar.gz
linux-8c6b3d3185e226db3bf7c52e5c593a366a7a51c6.tar.xz
usb: gadget/uvc: bump isoc requests from 4 to 16
While sending bigger images it is better to use more isochronous requests in flight. This patch bumps the default from 4 to 16. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Notes: This patch got already posted with the v2 series: usb: gadget/uvc: simple fixes and ENUM_FMT Message-ID: 1407512339-8433-4-git-send-email-m.grzeschik@pengutronix.de
-rw-r--r--drivers/usb/gadget/function/uvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/uvc.h b/drivers/usb/gadget/function/uvc.h
index e7c7ba033723..70bd426d9b6c 100644
--- a/drivers/usb/gadget/function/uvc.h
+++ b/drivers/usb/gadget/function/uvc.h
@@ -100,7 +100,7 @@ extern unsigned int uvc_gadget_trace_param;
#define DRIVER_VERSION "0.1.0"
#define DRIVER_VERSION_NUMBER KERNEL_VERSION(0, 1, 0)
-#define UVC_NUM_REQUESTS 4
+#define UVC_NUM_REQUESTS 16
#define UVC_MAX_REQUEST_SIZE 64
#define UVC_MAX_EVENTS 4