Normal
The incompatibility of S5 sleep mode has always been there, it is no "feature" of MP 1.3. In former versions of PS++ I violated MP interface definitions to allow "shutdown" sleep mode (and it worked well in most cases...). You could ask the MP developers team to modify the respective enumeration in the IPowerSettings interface, but that would mean that each implementation of the interface must then support the "shutdown" sleep mode. The other idea would be to extend the interface definition, which I could do on my own, since I provide my own PowerSchedulerInterfaces library with PS++. I will think about it when I am home again. Michael
The incompatibility of S5 sleep mode has always been there, it is no "feature" of MP 1.3. In former versions of PS++ I violated MP interface definitions to allow "shutdown" sleep mode (and it worked well in most cases...). You could ask the MP developers team to modify the respective enumeration in the IPowerSettings interface, but that would mean that each implementation of the interface must then support the "shutdown" sleep mode. The other idea would be to extend the interface definition, which I could do on my own, since I provide my own PowerSchedulerInterfaces library with PS++. I will think about it when I am home again.
Michael