diff options
author | Devaev Maxim <[email protected]> | 2020-05-06 01:24:00 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-05-06 01:24:00 +0300 |
commit | 391c01ae355bc64fb8e0d6b199071e16a0b06e27 (patch) | |
tree | fd4f7fa3560bbb366fdc83e64b690167148b56e7 /configs/os/udev/v2-hdmi-zerow.rules | |
parent | dd6d680e846ae97c494720238796fb960bcefcfe (diff) |
bind to 4.19.118 kernel
Diffstat (limited to 'configs/os/udev/v2-hdmi-zerow.rules')
-rw-r--r-- | configs/os/udev/v2-hdmi-zerow.rules | 2 |
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 d1b8d0bd..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", ATTR{name}=="unicam-image", GROUP="kvmd", SYMLINK+="kvmd-video", TAG+="systemd" +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" |