Hi Greg, After merging the usb.current tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/usb/core/hub.c: In function 'hub_probe': drivers/usb/core/hub.c:1735:21: error: 'struct dev_pm_info' has no member named 'autosuspend_delay' if (hdev->dev.power.autosuspend_delay >= 0) ^ Caused by commit bdd405d2a528 ("usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1"). CONFIG_PM_RUNTIME is not set in this build. I have reverted that commit for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au