diff options
author | greg@kroah.com <greg@kroah.com> | 2005-02-08 21:24:29 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:28:12 -0700 |
commit | fcbb427e0e54ee29a6d11a7130271de0c4edd9c1 (patch) | |
tree | ac85d6f7038ba31ef021e4b3a0d4ff093d4c1dd2 /etc/udev/gentoo | |
parent | 6d56416665863dc2b4fb107dbdc779e4791bdf9e (diff) |
[PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device.
Diffstat (limited to 'etc/udev/gentoo')
-rw-r--r-- | etc/udev/gentoo/udev.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index b5f23902cb..c57e7d8239 100644 --- a/etc/udev/gentoo/udev.rules +++ b/etc/udev/gentoo/udev.rules @@ -222,3 +222,6 @@ KERNEL="kbd", NAME="%k", MODE="0664" # Sony Vaio Jogdial sonypi device 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" |