Module Name: src Committed By: snj Date: Tue Mar 8 09:49:00 UTC 2016
Modified Files: src/sys/dev/usb [netbsd-7]: uhub.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1134): sys/dev/usb/uhub.c: revision 1.130 Use the port status straight after the reset and not after the usbd_clear_port_feature(dev, port, UHF_C_PORT_RESET) The Gadget USB HUB in the IBM x3250 sborrill sent me returns the wrong status and this would appear to leave the attached cdce(4) in the default state. The next device probed fails as a result. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.124.4.1 src/sys/dev/usb/uhub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.