Module Name: src Committed By: skrll Date: Mon Feb 17 07:34:21 UTC 2014
Modified Files: src/sys/dev/usb: ehci.c ohci.c usb_subr.c Log Message: Re-establish the default pipe after the initial reading of the device descriptor. This fixes usbd_new_device so that there is no really need to touch QHs/EDs in [eo]hci_device_request. KASSERT the address and maximum packet length now. To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225 src/sys/dev/usb/ehci.c cvs rdiff -u -r1.249 -r1.250 src/sys/dev/usb/ohci.c cvs rdiff -u -r1.195 -r1.196 src/sys/dev/usb/usb_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.