diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2021-11-24 21:47:15 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2021-11-24 21:47:15 +0000 |
commit | 5f71b5b4adf3eb15a97717796aa0e7389f05a465 (patch) | |
tree | ca7365e21db9c8a16d25a790180d10a0167a240d /sys/dev/usb | |
parent | 796d13d3a2aedade90eca42018954203d266f855 (diff) |
Fix panic when running utvfu(4) on xhci(4).
tested and ok ian@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/utvfu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/utvfu.h b/sys/dev/usb/utvfu.h index 0e89cd2f526..dbf08dda5a0 100644 --- a/sys/dev/usb/utvfu.h +++ b/sys/dev/usb/utvfu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: utvfu.h,v 1.3 2016/06/13 19:52:21 mglocker Exp $ */ +/* $OpenBSD: utvfu.h,v 1.4 2021/11/24 21:47:14 mglocker Exp $ */ /* * Copyright (c) 2013 Lubomir Rintel * All rights reserved. @@ -57,7 +57,7 @@ * Number of concurrent isochronous urbs submitted. * Higher numbers was seen to overly saturate the USB bus. */ -#define UTVFU_ISOC_TRANSFERS 16 +#define UTVFU_ISOC_TRANSFERS 3 #define UTVFU_ISOC_PACKETS 8 #define UTVFU_CHUNK_SIZE 256 |