chiark / gitweb /
add IEEE1394 rules to the gentoo rule file
authorKay Sievers <kay.sievers@suse.de>
Sun, 3 Jul 2005 14:11:17 +0000 (16:11 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sun, 3 Jul 2005 14:11:17 +0000 (16:11 +0200)
etc/udev/gentoo/udev.rules

index 7136f6a4bb5a9e6f66bbd887f6f367ea10392392..de74c088f0286dfab1ec4eea41da5b8df82b7125 100644 (file)
@@ -243,10 +243,10 @@ KERNEL=="issm*",  NAME="infiniband/%k"
 # tpm devices
 KERNEL=="tpm*",        NAME="%k", OWNER="tss", GROUP="tss", MODE="0600"
 
 # 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
 
 # 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