Disable autosuspend of PCI and USB devices
This commit is contained in:
parent
3312e9ecbc
commit
00bd877640
|
@ -7,10 +7,8 @@
|
||||||
# Integration of AMD P-State EPP with power-profiles-daemon
|
# Integration of AMD P-State EPP with power-profiles-daemon
|
||||||
services.pp-to-amd-epp.enable = true;
|
services.pp-to-amd-epp.enable = true;
|
||||||
|
|
||||||
# Suspend when the battery is critical and autosuspend USB and PCI
|
# Suspend when the battery is critical
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{model_name}=="01AV405", ATTR{capacity}=="[0-5]", RUN+="${config.systemd.package}/bin/systemctl suspend -i"
|
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{model_name}=="01AV405", ATTR{capacity}=="[0-5]", RUN+="${config.systemd.package}/bin/systemctl suspend -i"
|
||||||
ACTION=="add", SUBSYSTEM=="usb", TEST=="power/control", ATTR{power/control}="auto"
|
|
||||||
ACTION=="add", SUBSYSTEM=="pci", TEST=="power/control", ATTR{power/control}="auto"
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue