X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev.xml;h=336b203becb3522abc0e059ba8da8410efc80684;hb=13f90be7a33353fdbcd4a389630a05c608bdf2a4;hp=b971fadea6b40f053b85bc3a5bae17103aafb8d5;hpb=c4f6dcc4a5c774c4c5c60c7024d59081deecc7f8;p=elogind.git diff --git a/udev/udev.xml b/udev/udev.xml index b971fadea..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. @@ -513,6 +514,12 @@ writing, a change uevent will be synthesised. + + + + Disable the watching of a device node with inotify. + +