Had my BT headset disconnect on suspend today, and set about trying to add the reg entry to keep the BT on during suspend. What I found was:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\State\Suspend]
"btl1"=dword:00000002
"cam1"=dword:00000004
"dsk1"=dword:00000002
and what I expected is
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\State\Suspend]
"btl1:"=dword:00000002
"cam1:"=dword:00000004
"dsk1:"=dword:00000002
Since my BT shutdown on suspend and all the other device entries have ':'s, I'm guessing they're needed here.
|