summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/devfsd/files/devfsd.conf')
-rw-r--r--sys-fs/devfsd/files/devfsd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-fs/devfsd/files/devfsd.conf b/sys-fs/devfsd/files/devfsd.conf
index 79585f36d2c4..455b37f4c700 100644
--- a/sys-fs/devfsd/files/devfsd.conf
+++ b/sys-fs/devfsd/files/devfsd.conf
@@ -4,7 +4,7 @@
# The Gentoo Linux Team - http://www.gentoo.org/
# - Many fixes, etc
#
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/files/devfsd.conf,v 1.5 2005/02/12 01:05:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/files/devfsd.conf,v 1.6 2005/03/21 22:59:52 vapier Exp $
# Enable full compatibility mode for old device names. You may comment these
# out if you don't use the old device names. Make sure you know what you're
@@ -85,6 +85,8 @@ REGISTER ^floppy/.* PERMISSIONS root.floppy 660
# Give the usb group access to the usb devices
REGISTER ^usb/.* PERMISSIONS root.usb 660
REGISTER ^tts/USB.* PERMISSIONS root.usb 660
+REGISTER ^usb/tts/(.*)$ CFUNCTION GLOBAL mksymlink $devname ttyUSB\1
+UNREGISTER ^usb/tts/(.*)$ CFUNCTION GLOBAL unlink ttyUSB\1
# Video devices
REGISTER ^v4l/.* PERMISSIONS root.video 660