diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-05 11:14:50 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-05 11:39:25 +0200 |
commit | 75cb1ac51ea0176926c749bd0f22c19ce8b20e5f (patch) | |
tree | 7d813ccdbe7385c4b69b0a3507ffae6f3f7a7bb2 /NEWS | |
parent | 2d01980f1afbde8aabd175a5d866a8eeccc29208 (diff) |
warn when renaming kernel-provided nodes instead of adding symlinks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ udev 154 ======== +Bugfixes. + +Udev now gradually starts to pass control over the primary device nodes +and their names to the kernel, and will in the end only manage the +permissions of the node, and possibly create additional symlinks. +As a first step NAME="" will be ignored, and NAME= setings with names +other than the kernel provided name will result in a logged warning. +Kernels that don't provide device names, or devtmpfs is not used, will +still work as they did before, but it is strongly recommended to use +only the same names for the primary device node as the recent kernel +provides for all devices. udev 153 ======== |