artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7216f28
)
Use the correct poll interval for HS root hub before it gets copied, no
author
mpi
<mpi@openbsd.org>
Sat, 12 Jul 2014 08:21:10 +0000
(08:21 +0000)
committer
mpi
<mpi@openbsd.org>
Sat, 12 Jul 2014 08:21:10 +0000
(08:21 +0000)
real impact since this descriptor is not used in the kernel. From NetBSD.
sys/dev/usb/ehci.c
patch
|
blob
|
history
diff --git
a/sys/dev/usb/ehci.c
b/sys/dev/usb/ehci.c
index
f9ddfd2
..
7fc7f79
100644
(file)
--- a/
sys/dev/usb/ehci.c
+++ b/
sys/dev/usb/ehci.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ehci.c,v 1.16
0 2014/07/10 20:57:4
0 mpi Exp $ */
+/* $OpenBSD: ehci.c,v 1.16
1 2014/07/12 08:21:1
0 mpi Exp $ */
/* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */
/*
@@
-1821,7
+1821,7
@@
usb_endpoint_descriptor_t ehci_endpd = {
UE_DIR_IN | EHCI_INTR_ENDPT,
UE_INTERRUPT,
{8, 0}, /* max packet */
- 255
+ 12
};
usb_hub_descriptor_t ehci_hubd = {