On Thu, Jun 5, 2014 at 2:10 PM, <[email protected]> wrote: > On Thu, 05 Jun 2014 12:05:56 -0700, Dan Williams said: > >> Subject: usb: fix ->update_hub_device() vs hdev->maxchild >> >> From: Dan Williams <[email protected]> >> >> Commit d8521afe3586 "usb: assign default peer ports for root hubs" >> delayed marking a hub valid (set hdev->maxchild) until it had been fully >> configured and to enable the publishing of valid hubs to be serialized >> by usb_port_peer_mutex. >> >> However, xhci_update_hub_device() in some cases depends on >> hdev->maxchild already being set. Do the minimal fix and move it after >> the setting of hdev->maxchild. >> >> Cc: Mathias Nyman <[email protected]> >> Reported-by: Valdis Kletnieks <[email protected]> >> Signed-off-by: Dan Williams <[email protected]> > > Applied cleanly, booted without complaint, the keyboard that's behind > the PS2-USB converter works. > > uname -r reports 3.15.0-rc8-next-20140605-dirty as expected. > > So feel free to stick a Tested-By: on there. :)
Thank you, much appreciated! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

