[PATCH] update udev.rules.gentoo with new config file format.

This commit is contained in:
greg@kroah.com 2004-02-19 18:00:38 -08:00 committed by Greg KH
parent e59d338c96
commit 2b7289ae88
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
# devfs-names for ide-devices (uncomment only one)
# /dev/ide/.../{disc,cd} and /dev/{cdroms,discs}/* type names
BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/scripts/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%1c %2c"
BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/scripts/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
# alsa devices
KERNEL="controlC[0-9]*", NAME="snd/%k"