chiark / gitweb /
[PATCH] add some documentation for the %b modifier to the default config file.
authorgreg@kroah.com <greg@kroah.com>
Wed, 19 Nov 2003 06:48:46 +0000 (22:48 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:24 +0000 (21:06 -0700)
udev.config

index 324c11e55f2aff170528497c8b8d27f02f4e4bb7..8d77099ca827314d129423c21abc0be468e397d4 100644 (file)
@@ -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"