summaryrefslogtreecommitdiff
path: root/etc/udev
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev')
-rw-r--r--etc/udev/gentoo/udev.rules3
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"