From: greg@kroah.com Date: Wed, 9 Feb 2005 05:24:29 +0000 (-0800) Subject: [PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device. X-Git-Tag: 052~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=fcbb427e0e54ee29a6d11a7130271de0c4edd9c1;hp=6d56416665863dc2b4fb107dbdc779e4791bdf9e [PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device. --- diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index b5f23902c..c57e7d823 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"