CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/07 06:56:29
Modified files:
sys/dev/usb : uhub.c usb.h usbdi_util.c usbdi_util.h
Log message:
Give Super-Speed hubs a chance to route USB 3.0 transfers.
Without knowing their depth, hubs couldn't find the bits correspdonding
to their downstream port in the route-string. Now USB 3.0 devices just
work(tm) anywhere in your hub chain.
This commit would not have been possible without the cheese provided by
miod@ at #HAMoween.
