From: greg@kroah.com Date: Wed, 19 Nov 2003 06:48:46 +0000 (-0800) Subject: [PATCH] add some documentation for the %b modifier to the default config file. X-Git-Tag: 006~15 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34c7c5018a4023d39f6ea4c778218e0d3e0f035;p=systemd [PATCH] add some documentation for the %b modifier to the default config file. --- diff --git a/udev.config b/udev.config index 324c11e5..8d77099c 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"