diff options
author | 2014-07-12 08:21:10 +0000 | |
---|---|---|
committer | 2014-07-12 08:21:10 +0000 | |
commit | 13edc0e49767710d75419c043d4b576ca19e68f2 (patch) | |
tree | 691820b6c4d19e52e6973533d4f66be8e3a5870b /sys | |
parent | Move things around (no change): (diff) | |
download | wireguard-openbsd-13edc0e49767710d75419c043d4b576ca19e68f2.tar.xz wireguard-openbsd-13edc0e49767710d75419c043d4b576ca19e68f2.zip |
Use the correct poll interval for HS root hub before it gets copied, no
real impact since this descriptor is not used in the kernel. From NetBSD.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ehci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index f9ddfd27734..7fc7f792330 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci.c,v 1.160 2014/07/10 20:57:40 mpi Exp $ */ +/* $OpenBSD: ehci.c,v 1.161 2014/07/12 08:21:10 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 = { |