2017-03-09 18:53 GMT+01:00 Joshua Pincus joshua.pincus@gmail.com:
Enable_port() merely provides power to those ports. It doesn't scan them and then attach them in any way.
That happens on the next usb_poll(), which calls ->poll() for every device. In case of hubs, that's generic_hub_poll(), which covers everything else.
Patrick