Fix: force Anime power/wakeup disabled to prevent idiotic random wakes

This commit is contained in:
Luke D. Jones
2023-12-15 19:15:14 +13:00
parent 9aa332de3b
commit 75b4d67072
6 changed files with 65 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ rog_platform = { path = "../rog-platform" }
rog_profiles = { path = "../rog-profiles" }
dmi_id = { path = "../dmi-id" }
futures-lite = "*"
udev.workspace = true
async-trait.workspace = true
tokio.workspace = true