diff options
author | Devaev Maxim <[email protected]> | 2021-01-27 13:22:58 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-01-27 13:22:58 +0300 |
commit | 83f9406fa0c8e5ba2ceb384a2e3c7c6ed5557296 (patch) | |
tree | 5ef419be9750495bbaed2795eba2983a101b9234 /configs/os/udev | |
parent | 10be8339d4671822ac7cef6b5973a7562535d975 (diff) |
v0-hdmi-zerow
Diffstat (limited to 'configs/os/udev')
-rw-r--r-- | configs/os/udev/v0-hdmi-zerow.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/os/udev/v0-hdmi-zerow.rules b/configs/os/udev/v0-hdmi-zerow.rules new file mode 100644 index 00000000..8d080d74 --- /dev/null +++ b/configs/os/udev/v0-hdmi-zerow.rules @@ -0,0 +1,4 @@ +# 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=="ttyAMA0", SYMLINK+="kvmd-hid" |