]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r240750, r241987 and r242126:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 13 Nov 2012 17:11:36 +0000 (17:11 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 13 Nov 2012 17:11:36 +0000 (17:11 +0000)
commit50f474770fd062efaa3891129427598150c33d7c
tree836e53b01210e69a64ab00aa8efef83aca92216f
parent783787432326fefb68154de468a7a2e26c3887d1
MFC r240750, r241987 and r242126:
Add missing CTLFLAG_TUN flag to tunable sysctls in the USB stack.
Adjust timing parameters of FULL/LOW/HIGH speed USB enumeration
and make these timing parameters tunable. This patch will fix
enumeration with some USB devices.
Fix a typo.

git-svn-id: svn://svn.freebsd.org/base/stable/8@242986 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
20 files changed:
sys/dev/usb/controller/ehci.c
sys/dev/usb/controller/ohci.c
sys/dev/usb/controller/uhci.c
sys/dev/usb/controller/usb_controller.c
sys/dev/usb/controller/xhci.c
sys/dev/usb/input/ukbd.c
sys/dev/usb/serial/usb_serial.c
sys/dev/usb/storage/umass.c
sys/dev/usb/usb.h
sys/dev/usb/usb_debug.c
sys/dev/usb/usb_debug.h
sys/dev/usb/usb_dev.c
sys/dev/usb/usb_device.c
sys/dev/usb/usb_generic.c
sys/dev/usb/usb_hub.c
sys/dev/usb/usb_process.c
sys/dev/usb/usb_request.c
sys/dev/usb/wlan/if_uath.c
sys/dev/usb/wlan/if_upgt.c
sys/dev/usb/wlan/if_urtw.c