Hi Patrick and Nico, Everything works now as expected. I wasn't calling usb_poll() properly.
Thanks, again, for the quick responses to my exceedingly naive queries. JP On Thu, Mar 9, 2017 at 10:40 AM, Joshua Pincus <[email protected]> wrote: > Hi, > > Cool. I'm looking at that code now. Thanks for your help. > JP > > On Thu, Mar 9, 2017 at 10:29 AM, Patrick Georgi <[email protected]> > wrote: > >> 2017-03-09 18:53 GMT+01:00 Joshua Pincus <[email protected]>: >> > 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 >> > >
-- coreboot mailing list: [email protected] https://www.coreboot.org/mailman/listinfo/coreboot

