summaryrefslogtreecommitdiff
path: root/etc/udev/gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/gentoo')
-rw-r--r--etc/udev/gentoo/udev.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules
index e7e17209d5..52e12541f1 100644
--- a/etc/udev/gentoo/udev.rules
+++ b/etc/udev/gentoo/udev.rules
@@ -228,3 +228,7 @@ KERNEL="sonypi", NAME="%k", MODE="0666"
# packet devices
KERNEL="pktcdvd", NAME="pktcdvd/control", GROUP="cdrw", MODE="0660"
KERNEL="pktcdvd[0-9]*", NAME="pktcdvd/pktcdvd%n", GROUP="cdrw", MODE="0660"
+
+# infiniband devices
+KERNEL="umad*", NAME="infiniband/%k"
+KERNEL="issm*", NAME="infiniband/%k"