diff -urNp udev-050/etc/udev/gentoo/udev.rules udev-dsd/etc/udev/gentoo/udev.rules --- udev-050/etc/udev/gentoo/udev.rules 2004-12-18 05:53:07.000000000 +0000 +++ udev-dsd/etc/udev/gentoo/udev.rules 2005-01-07 15:33:43.476238128 +0000 @@ -94,6 +94,10 @@ KERNEL="tap*", NAME="netlink/%k" # network devices KERNEL="tun", NAME="net/%k" +# packet writing +# avoids conflict with userspace +KERNEL="pktcdvd", NAME="%k/control" + # pty devices KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k" KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"