Quote:
Originally Posted by NiLuJe
To bounce off @pazos's USBNet comment: surprisingly enough, Mk.7 devices *will* enter suspend while in USBNet, which was a welcome surprise (because it indeed made debugging this kind of stuff more annoying).
|
As an aside, I should probably specify that the device will suspend with USB plugged in as long as it's just charging.
Quote:
Originally Posted by geek1011
From a quick glance, it appears that it should be fine to patch these multipliers as long as they fit in a 64-bit signed
integer. But, note that the multiplier is a 32-bit signed integer. But, to be safe, don't make the largest possible timeout
longer than 596 hours (~35800 minutes), as I haven't checked all the places where it is used.
|
Very nice! That should make the OP quite happy indeed.