diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-16 23:39:44 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:08 -0700 |
commit | 3c54f73e8452261c80b4d17db55d199552442005 (patch) | |
tree | de162f5b641f21e963a474718b9b207dc7ae2936 /udev.8 | |
parent | d94df232423870641132b307d74281f692219730 (diff) |
[PATCH] some cleanups due to the need for LABEL rules to use "SYSFS_" now.
Diffstat (limited to 'udev.8')
-rw-r--r-- | udev.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ TOPOLOGY, BUS="usb", PLACE="2.3", NAME="mouse1" REPLACE, KERNEL="ttyUSB1", NAME="pda", SYMLINK="palmtop handheld" # multiple USB webcams with symlinks to be called webcam0, webcam1, ... -LABEL, BUS="usb", model="WebCam V3", NAME="video%n", SYMLINK="webcam%n" +LABEL, BUS="usb", SYSFS_model="WebCam V3", NAME="video%n", SYMLINK="webcam%n" .fi .P Permissions and ownership for the created device files may specified at |