summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-07-03 16:11:17 +0200
committerKay Sievers <kay.sievers@suse.de>2005-07-03 16:11:17 +0200
commit8deae6aa342cae01f75a5a269e1a49fdd6de6cc8 (patch)
tree0cc864d890f9d55ec65bf8c92da293c32269ec2d
parentc44563817a9eea73a5fac914dd7bd7aa4cbcdbb6 (diff)
downloadsystemd-8deae6aa342cae01f75a5a269e1a49fdd6de6cc8.tar.gz
add IEEE1394 rules to the gentoo rule file
-rw-r--r--etc/udev/gentoo/udev.rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules
index 7136f6a4bb..de74c088f0 100644
--- a/etc/udev/gentoo/udev.rules
+++ b/etc/udev/gentoo/udev.rules
@@ -243,10 +243,10 @@ KERNEL=="issm*", NAME="infiniband/%k"
# tpm devices
KERNEL=="tpm*", NAME="%k", OWNER="tss", GROUP="tss", MODE="0600"
-# firewire devices
-KERNEL="raw1394", NAME="%k"
-KERNEL="dv1394*", NAME="dv1394/%n"
-KERNEL="video1394*", NAME="video1394/%n"
+# IEEE1394 (firewire) devices
+KERNEL=="raw1394", NAME="%k", GROUP="video"
+KERNEL=="dv1394*", NAME="dv1394/%n", GROUP="video"
+KERNEL=="video1394*", NAME="video1394/%n", GROUP="video"
# be backward compatible for a while with the /etc/dev.d and /etc/hotplug.d/ systems
# run hotplug.d/ stuff only if we came from a hotplug event, not for udevstart