On Monday 24 April 2006 2:47 pm, Rafael J. Wysocki wrote: > > I agree with this change but I think it'll cause some strange things to happen > for some time. Let's see. :) I think it's less likely to be drivers with broken shutdown() callbacks than drivers which are missing them. Plus, one of the main reasons that driver suspend/resume handling is _still_ so goofy is that most drivers are stupid, and just reinit devices from scratch in their resume() methods. Drivers like that should not notice any difference. :) - Dave