diff options
author | greg@kroah.com <greg@kroah.com> | 2003-11-18 22:48:46 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:24 -0700 |
commit | c34c7c5018a4023d39f6ea4c778218e0d3e0f035 (patch) | |
tree | 3ce7c0cb942ac4fbdfd8d9b6346722f391b6e1a6 /udev.config | |
parent | baa936855ece1b8ce0343c7c38b7d12b0a34455c (diff) |
[PATCH] add some documentation for the %b modifier to the default config file.
Diffstat (limited to 'udev.config')
-rw-r--r-- | udev.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/udev.config b/udev.config index 324c11e55f..8d77099ca8 100644 --- a/udev.config +++ b/udev.config @@ -4,6 +4,7 @@ # for example, 'sda3' has a "kernel number" of '3' # %M - the kernel major number for the device # %m - the kernel minor number for the device +# %b - the bus id for the device # # My usb camera... @@ -30,5 +31,5 @@ TOPOLOGY, BUS="usb", place="2.4", NAME="mouse2" # ttyUSB1 should always be called visor REPLACE, KERNEL="ttyUSB1", NAME="visor" -#REPLACE, KERNEL="ttyUSB0", NAME="pl2303" +REPLACE, KERNEL="ttyUSB0", NAME="pl2303" |