-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brightness seems to revert to 80 after computer resumes from standby #1
Comments
Based on
|
This does not seem to be a problem with S0, at least for a short sleep. The PowerMate maintains its old LED state, possibly because it was receiving power the whole time. |
On a Windows 10 machine with an ASRock X570 Taichi motherboard and an Anker 7-port USB3 data hub, the PowerMate retains its LED settings after S3. On a Windows 11 machine with an Asus Prime A520M-K motherboard and the same USB hub, the PowerMate loses its LED settings after S3. It does not trigger a device list changed event when waking up. |
Working around the issue by using |
Maybe this library can detect resuming from sleep and re-send the Set-Report feature requests.
You can maybe do this with Windows Forms'
SystemEvents
on Windows if you target .NET Framework or .NET Core 3.0 or later, but this library targets .NET Standard 2.0 and also needs to work on MacOS.The text was updated successfully, but these errors were encountered: