From: David Brownell on 28 Jun 2010 19:30 Did someone post the canonical driver changes to make use of this? Something like suspend() { /* if wake-enabled, up count */ } resume() { /* if upcounted, downcount */ } is what first comes to mind.. expecting that the suspend/resume methods in the driver are already doing the right things for enabling and later disabling the "system wake" behavior on the various relevant hardware events... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |