X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev.xml;h=336b203becb3522abc0e059ba8da8410efc80684;hb=13f90be7a33353fdbcd4a389630a05c608bdf2a4;hp=c517766f97ee78c6911c6ee018c61d305646b8b3;hpb=9fa68615bb0315501625c6cde3f3077257c740e7;p=elogind.git diff --git a/udev/udev.xml b/udev/udev.xml index c517766f9..336b203be 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -75,12 +75,13 @@ the custom rules directory /etc/udev/rules.d/ and the temporary rules directory /dev/.udev/rules.d/. All rule files are sorted and processed in lexical order, regardless - in which of these directories they live. + in which of these directories they live. Files in + /etc/udev/rules.d/ have precedence over files with + the same name in /lib/udev/rules.d/. This can be + used to ignore a default rules file if needed. - Rule files are required to have a unique name, duplicate file names - are ignored. Files in /etc/udev/rules.d/ have precedence - over files with the same name in /lib/udev/rules.d/. This - can be used to ignore a default rules file if needed. + Rule files must end in .rules, other extensions + are ignored. Every line in the rules file contains at least one key value pair. There are two kind of keys, match and assignment keys. @@ -437,6 +438,13 @@ by an earlier event. + + + + Import a single property from the kernel commandline. For simple flags + the value of the property will be set to '1'. + + @@ -506,6 +514,12 @@ writing, a change uevent will be synthesised. + + + + Disable the watching of a device node with inotify. + +