From 8c6b3d3185e226db3bf7c52e5c593a366a7a51c6 Mon Sep 17 00:00:00 2001 From: Michael Grzeschik Date: Wed, 13 Feb 2013 16:54:47 +0100 Subject: 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 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 --- drivers/usb/gadget/function/uvc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3