Re: 1394 camera suspend/resume - question about IRP_MN_SET_POWER

Tech-Archive recommends: Fix windows errors by optimizing your registry



Eliyas Yakub [MSFT] wrote:
Write your driver in KMDF. You don't have worry all these pnp/power management issues. The 1394 sample is already rewritten in KMDF (src\kmdf\1394).


You mean power management is _that_ broken in wdm ? ;)
If you diff the driver against the wdm sample, you can see there the amount of undocumented stuff is not negligible, so I was still hoping to fix the existing code...
.