On Thu, 28 Mar 2013, Greg KH wrote: > On Wed, Mar 27, 2013 at 04:14:46PM -0400, Alan Stern wrote: > > This patch (as1675) removes the CONFIG_USB_SUSPEND option, essentially > > replacing it everywhere with CONFIG_PM_RUNTIME (except for one place > > in hub.c, where it is replaced with CONFIG_PM because the code needs > > to be used in both runtime and system PM). The net result is code > > shrinkage and simplification. > > > > There's very little point in keeping CONFIG_USB_SUSPEND because almost > > everybody enables it. The few that don't will find that the usbcore > > module has gotten somewhat bigger and they will have to take active > > measures if they want to prevent hubs from being runtime suspended. > > > > Signed-off-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > > CC: Peter Chen <peter.chen@xxxxxxxxxxxxx> > > After applying this patch, there is still some instances of > CONFIG_USB_SUSPEND in the Documentation/ directory, care to also remove > those? Ah, good point. I checked the .c and .h files but not anything else. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html