machine_setup/ansible/roles/power_management/files/pci_power_management_rulesd.conf
2024-06-02 11:33:08 -04:00

6 lines
257 B
Plaintext

# Disable power management for specific PCI devices. Find the IDs via lspci -nn
# SUBSYSTEM=="pci", ATTR{vendor}=="0x1234", ATTR{device}=="0x1234", ATTR{power/control}="on", GOTO="pci_pm_end"
SUBSYSTEM=="pci", ATTR{power/control}="auto"
LABEL="pci_pm_end"