We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Possibly related to #21
Occasionally when the computer has been sleeping for awhile, I try to wake it by pressing a key on the keyboard and it doesn't wake.
The text was updated successfully, but these errors were encountered:
Related issue: rp-rs/rp-hal#406
Example usage: https://github.com/ithinuel/wilskeeb/blob/b5ec32751296f7bbcfca0da8c59499bfb91f8770/firmware/src/main.rs#L353-L359
Sorry, something went wrong.
Oh, I probably just need to set this flag:
https://docs.rs/usb-device/0.2.9/usb_device/device/struct.UsbDeviceBuilder.html#method.supports_remote_wakeup
Here's a reference on how to do it properly:
https://github.com/ithinuel/wilskeeb/blob/b5ec32751296f7bbcfca0da8c59499bfb91f8770/firmware/src/main.rs#L353-L359
Successfully merging a pull request may close this issue.
Possibly related to #21
Occasionally when the computer has been sleeping for awhile, I try to wake it by pressing a key on the keyboard and it doesn't wake.
The text was updated successfully, but these errors were encountered: