summaryrefslogtreecommitdiff
path: root/udev/udev.xml
AgeCommit message (Collapse)Author
2011-04-11Docs: udev.xml: `char' -> `character'Michael Witten
2011-04-11Docs: udev.xml: Add commaMichael Witten
2011-04-11Docs: udev.xml: Actually make a separate paragraphMichael Witten
2011-04-11Docs: udev.xml: Use normal sentence structureMichael Witten
2011-04-11Docs: udev.xml: Clean up introduction to substitutions.Michael Witten
For one thing, they are not at all like printf conversion specifications.
2011-04-11Docs: udev.xml: `a' -> `the'Michael Witten
2011-04-11Docs: udev.xml: Clean up WAIT_FOR descriptionMichael Witten
2011-04-11Docs: udev.xml: `commandline' -> `command line'Michael Witten
2011-04-11Docs: udev.xml: `which' -> `content of which'Michael Witten
2011-04-11Docs: udev.xml: Add missing `.'Michael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clean up description of LABEL assignment keyMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clean up description of RUN assignment keyMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clean up description of ENV assignment keyMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clean up description of SYMLINK assignment keyMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clean up description of NAME assignment keyMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clean character range descriptionMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clean `*' descriptionMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: `a shell style' -> `shell-style'Michael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clarify PROGRAM keyMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Use `unless' for clarityMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Add a few more words for contextMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Remove unnecessary repititionMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: `comma-separated' is a better descriptionMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Use `assignment' consistentlyMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: `,' -> `:'Michael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: `key value' -> `key-value'Michael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: `,' -> `;'Michael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Clarification through proper wordingMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Use present tenseMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: `are' -> `is'; the subject is `Access'Michael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Remove commas (and unnecessary repetition)Michael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-04-11Docs: udev.xml: Offset daemon name with commasMichael Witten
Signed-off-by: Michael Witten <mfwitten@gmail.com>
2011-03-23man: remove trigger --type=failed handlingKay Sievers
2011-03-23use /run/udev/ if possible and fall back to /dev/.udev/Kay Sievers
2011-03-15move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd ↵Kay Sievers
startup
2010-11-10man: udev - workaraound -> workaroundJakub Wilk
2010-09-21Clarify WAIT_FOR documentationMartin Pitt
The path is relative to the sysfs device, so this provides an easy way to wait for an attribute to appear.
2010-08-27udev(7) manpage: Fix description of $attrMartin Pitt
Fix the manpage to describe the real behaviour of $attr: It doesn't search all parent devices any more, just the one selected by KERNELS etc. https://launchpad.net/bugs/348513
2010-08-20udev(7): Point out required extension, and remove some confusionMartin Pitt
Rules files must end in .rules. Also drop the redundant and confusing sentence about "file names must be unique". What is really meant is explained in a better way in the paragraph above. https://launchpad.net/bugs/616108
2010-07-07allow final assignment for OPTIONS:="nowatch"Kay Sievers
A final assignemnt operator will disable any device watching by inotify, and any possible later rules setting "watch" again will be ignored.
2010-05-31add IMPORT{cmdline}Kay Sievers
2010-05-28man: add static device nodes and udevd debug optionsKay Sievers
2010-05-24man: directly use 'refentry'Kay Sievers
And make Lennart happy! :)
2010-05-05warn when renaming kernel-provided nodes instead of adding symlinksKay Sievers
2010-04-22all to match against a given TAG==Kay Sievers
2010-04-22add TAG= to improve event filtering and device enumerationKay Sievers
2010-04-20doc: add section about how *not* to rename device nodesKay Sievers
Thanks to Mario 'BitKoenig' Holbe <Mario.Holbe@tu-ilmenau.de>.
2010-04-19doc: document the WAIT_FOR timeoutMarco d'Itri
2010-04-13remove "ignore_remove" optionKay Sievers
2010-04-13remove "all_partitions" optionKay Sievers
We can not predict the major/minor of non-existing devices: $ grep . /sys/class/block/sd*/dev /sys/class/block/sda1/dev:259:524288 /sys/class/block/sda2/dev:259:262144 /sys/class/block/sda3/dev:259:786432 /sys/class/block/sda4/dev:259:131072 /sys/class/block/sda/dev:259:0 /sys/class/block/sdb/dev:259:655360 /sys/class/block/sdc/dev:259:393216 If this functionality is still needed for some broken hardware, it needs to be solved with a tool not part of the udev package. Because such option is unreliable and unsafe to use.