refactor(tuxedo/pulse/15/gen2): revert device expression simplification

This reverts commit 6eeede605f.
This commit is contained in:
NAHO 2023-10-10 18:10:02 +02:00
parent 6eeede605f
commit 7b569a25fe
No known key found for this signature in database
GPG Key ID: 1D2207B4D979BE3E
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
)
);