* [udev] man page with included placeholder list
@ 2003-11-19 3:27 Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2003-11-19 3:27 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
06-udev.8-placeholder.diff
mention the printf-like support for string substitution in the NAME field
thanks,
Kay
[-- Attachment #2: 06-udev.8-placeholder.diff --]
[-- Type: text/plain, Size: 904 bytes --]
--- ../udev/udev.8 2003-11-18 02:19:33.000000000 +0100
+++ udev.8 2003-11-19 04:19:03.000000000 +0100
@@ -72,6 +72,23 @@
.br
keys: \fBBUS\fP, \fBPROGRAM\fP, \fBID\fP
.P
+The name field supports simple printf-like string subtitution:
+.RS
+.TP
+.B %n
+the "kernel number" of the device
+for example, 'sda3' has a "kernel number" of '3'
+.TP
+.B %M
+the kernel major number for the device
+.TP
+.B %m
+the kernel minor number for the device
+.TP
+.B %b
+the bus id for the device
+.RE
+.P
A sample \fIudev.conf\fP might look like this:
.sp
.nf
@@ -89,6 +106,9 @@
# if /sbin/scsi_id returns "OEM 0815" device will be called disk1
CALLOUT, PROGRAM="/sbin/scsi_id" BUS="scsi", ID="OEM 0815" NAME="disk1"
+
+# USB webcams to be called webcam0, webcam1, ...
+LABEL, BUS="usb", model="WebCam Version 3", NAME="webcam%n"
.fi
.P
Permissions and ownership for the created device files may specified at
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [udev] man page with included placeholder list
@ 2003-11-19 6:41 Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-11-19 6:41 UTC (permalink / raw)
To: linux-hotplug
On Wed, Nov 19, 2003 at 04:27:32AM +0100, Kay Sievers wrote:
> 06-udev.8-placeholder.diff
> mention the printf-like support for string substitution in the NAME field
Nice, applied, thanks.
greg k-h
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-11-19 6:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-19 3:27 [udev] man page with included placeholder list Kay Sievers
-- strict thread matches above, loose matches on Subject: below --
2003-11-19 6:41 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).