artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c3d38
)
Fix panic when running utvfu(4) on xhci(4).
author
mglocker
<mglocker@openbsd.org>
Wed, 24 Nov 2021 21:47:14 +0000
(21:47 +0000)
committer
mglocker
<mglocker@openbsd.org>
Wed, 24 Nov 2021 21:47:14 +0000
(21:47 +0000)
tested and ok ian@
sys/dev/usb/utvfu.h
patch
|
blob
|
history
diff --git
a/sys/dev/usb/utvfu.h
b/sys/dev/usb/utvfu.h
index
0e89cd2
..
dbf08dd
100644
(file)
--- 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