summaryrefslogtreecommitdiff
path: root/os/platforms/v2/udev.rules
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-09-26 02:36:56 +0300
committerDevaev Maxim <[email protected]>2018-09-26 02:36:56 +0300
commitf3946f102fc167efdc53c73412b2c0d6ac6c72c5 (patch)
tree4810aa29f48f5a13d0204c6a7ea8791b094a4d1e /os/platforms/v2/udev.rules
parent680f14b1f982e55bc0da034a9e52c8cbe4f4d756 (diff)
moved os to pi-kvm/os
Diffstat (limited to 'os/platforms/v2/udev.rules')
-rw-r--r--os/platforms/v2/udev.rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/platforms/v2/udev.rules b/os/platforms/v2/udev.rules
deleted file mode 100644
index b26a0ff8..00000000
--- a/os/platforms/v2/udev.rules
+++ /dev/null
@@ -1,4 +0,0 @@
-# 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=="soc", SYMLINK+="kvmd-streamer"
-KERNEL=="sd[a-z]", SUBSYSTEM=="block", KERNELS=="1-1.4:1.0", SYMLINK+="kvmd-msd"