On Tuesday 01 December 2009, Matthew Garrett wrote: > On Sun, Nov 29, 2009 at 04:43:15PM +0100, Rafael J. Wysocki wrote: > > > - if (enable && !device_may_wakeup(&dev->dev)) > > + if (enable && runtime && !device_may_wakeup(&dev->dev)) > > Should this be !runtime? We only care about device_may_wakeup() in the > system suspend case. Yes, it should, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html