diff options
author | Devaev Maxim <[email protected]> | 2020-08-21 08:05:43 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-21 08:05:43 +0300 |
commit | ac396c3a72e93ad0228760960b529de9c49130e6 (patch) | |
tree | 01c93e64adc3d76e1df969fa7806114198bf39db /configs/os/udev | |
parent | 19cbb62295aae784e0405638a3ecef8264d5cfca (diff) |
v0-hdmiusb-zerow
Diffstat (limited to 'configs/os/udev')
-rw-r--r-- | configs/os/udev/v0-hdmiusb-zerow.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/os/udev/v0-hdmiusb-zerow.rules b/configs/os/udev/v0-hdmiusb-zerow.rules new file mode 100644 index 00000000..933f7337 --- /dev/null +++ b/configs/os/udev/v0-hdmiusb-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=="video0", SUBSYSTEM=="video4linux", GROUP="kvmd", SYMLINK+="kvmd-video" +KERNEL=="ttyAMA0", SYMLINK+="kvmd-hid" |