diff --git a/usr/lib/udev/rules.d/50-sata.rules b/usr/lib/udev/rules.d/50-sata.rules index e8dcab3..02d3d86 100644 --- a/usr/lib/udev/rules.d/50-sata.rules +++ b/usr/lib/udev/rules.d/50-sata.rules @@ -1,3 +1,2 @@ # SATA Active Link Power Management - -ACTION=="add", SUBSYSTEM=="scsi_host", KERNEL=="host*", ATTR{link_power_management_policy}="max_performance" +ACTION=="add", SUBSYSTEM=="scsi_host", KERNEL=="host*", ATTR{link_power_management_policy}=="*", ATTR{link_power_management_policy}="max_performance"