Skip to content

Commit 1b45b61

Browse files
committed
media: uvcvideo: Increase number of URBs for UVC
Speculative for https://forums.raspberrypi.com/viewtopic.php?t=371104 based on a past experience with "fast" USB3 UVC devices on "slow" processors, and running out of URBs resulting in dropped image data. Signed-off-by: Dave Stevenson <[email protected]>
1 parent f8d59c3 commit 1b45b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/usb/uvc/uvcvideo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define DRIVER_VERSION "1.1.1"
4949

5050
/* Number of isochronous URBs. */
51-
#define UVC_URBS 5
51+
#define UVC_URBS 16
5252
/* Maximum number of packets per URB. */
5353
#define UVC_MAX_PACKETS 32
5454

0 commit comments

Comments
 (0)