CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/09 09:47:54
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c usb_subr.c usbdi_util.c
usbdi_util.h usbdivar.h
Log message:
Adds an optional bus function to set the address of a new device and
explicitly set it when required.
Right now xhci(4) does not need such function because it assigns
addresses when the first pipe of a device is opened.
ok yuo@, pirofti@
