summaryrefslogtreecommitdiff
path: root/configs/os/udev/v2-hdmi-zerow.rules
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-03-05 06:18:40 +0300
committerDevaev Maxim <[email protected]>2020-03-05 06:18:40 +0300
commit832235aa55685770675c36dec467db01b9cc8144 (patch)
treeb2de2324350f73574978ae64ed6e06d65d1ea6ba /configs/os/udev/v2-hdmi-zerow.rules
parent12086af9bed57733a1eca633e39be81c5c897967 (diff)
fixed race condition with udev and kvmd-tc358743.service
Diffstat (limited to 'configs/os/udev/v2-hdmi-zerow.rules')
-rw-r--r--configs/os/udev/v2-hdmi-zerow.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/os/udev/v2-hdmi-zerow.rules b/configs/os/udev/v2-hdmi-zerow.rules
index 25ad13de..35010801 100644
--- a/configs/os/udev/v2-hdmi-zerow.rules
+++ b/configs/os/udev/v2-hdmi-zerow.rules
@@ -1,5 +1,5 @@
# https://unix.stackexchange.com/questions/66901/how-to-bind-usb-device-under-a-static-name
# https://wiki.archlinux.org/index.php/Udev#Setting_static_device_names
-KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", KERNELS=="20801000.csi|20801000.csi1", GROUP="kvmd", SYMLINK+="kvmd-video"
+KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", KERNELS=="20801000.csi|20801000.csi1", GROUP="kvmd", SYMLINK+="kvmd-video", TAG+="systemd"
KERNEL=="hidg0", GROUP="kvmd", SYMLINK+="kvmd-hid-keyboard"
KERNEL=="hidg1", GROUP="kvmd", SYMLINK+="kvmd-hid-mouse"