Support reloading i2c-designware module(s) after resuming

This commit is contained in:
mexisme
2022-12-05 13:26:28 +13:00
parent b1582825dd
commit 97900e1e7e
2 changed files with 46 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ in {
../../../common/pc/laptop
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/ssd
../sleep-resume/i2c-designware
];
# Force S3 sleep mode. See README.wiki for details.
@@ -26,4 +27,7 @@ in {
# This will save you money and possibly your life!
services.thermald.enable = mkDefault true;
# Reloads i2c-designware module after suspend
services.sleep-resume.i2c-designware.enable = mkDefault true;
}