refactor(tuxedo/pulse/15/gen2): revert device expression simplification
This reverts commit 6eeede605f8d181b105c40f3837c57714d65d061.
This commit is contained in:
parent
0de78480a2
commit
ccf6368108
|
@ -15,7 +15,7 @@
|
|||
["# Properly suspend the system."]
|
||||
++ (
|
||||
map
|
||||
(device: ''SUBSYSTEM=="pci", ACTION=="add", ATTR{vendor}=="0x144d", ATTR{device}=="${device}", RUN+="${pkgs.runtimeShell} -c 'echo 0 > /sys/bus/pci/devices/$kernel/d3cold_allowed'"'')
|
||||
(device: "SUBSYSTEM==\"pci\", ACTION==\"add\", ATTR{vendor}==\"0x144d\", ATTR{device}==\"${device}\", RUN+=\"${pkgs.bash}/bin/sh -c '${pkgs.coreutils}/bin/echo 0 | ${pkgs.coreutils}/bin/tee /sys/bus/pci/devices/$kernel/d3cold_allowed'\"")
|
||||
["0xa80a" "0xa808"]
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue