summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-12 04:17:48 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-12 04:17:48 +0100
commitc86be870ce6bb6361ca2ca6c3c05b6d89cf70a2c (patch)
tree9c5fe406524e8ab94bda594e58b8bed75fce2b9c /RELEASE-NOTES
parente24b218ad7ab05f92c6ca93ddc7e62f918094a46 (diff)
remove all built-in wait_for_sysfs logic
Most of the issues are fixed with the kernel we depend on, for the remaing ones see the RELEASE-NOTES for a special rule to add. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8062703889..18e2829bbb 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,12 @@
+udev 076
+========
+All built-in logic to work around bad sysfs timing is removed with this
+version. The need to wait for sysfs files is almost fixed with a kernel
+version that doesn't work with this udev version anyway. Until we fix
+the timing of the "bus" link creation, the former integrated logic should
+be emulated by a rule placed before all other rules:
+ ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
+
udev 075
========
Silent a too verbose error logging for the old hotplug.d/ dev.d/