summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2004-04-26 20:29:40 +0000
committerDavid Zeuthen <david@fubar.dk>2004-04-26 20:29:40 +0000
commit11fe9a50505a3023aa629fae8dee7fb7d191644f (patch)
treeff52f4db5c80f7fedbf6a6e8e5c718009eeeb76a /doc/TODO
parent15877e38c6cad2ce73e01faf506f4ab96f48b405 (diff)
Added note about waiting for callouts to complete before removing a device
and waiting for children to disappear before a device is removed
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 091c44d4..cd28a412 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -61,6 +61,10 @@ entries if you get an idea or implement one of these.
no others will be called. There should be a timeout which kills the
callout after a certain period of time. (5 seconds? 10? 15?)
+ - Wait for callouts to complete before removing a device
+
+ - Don't remove a device before all the children are removed
+
Issues with Linux kernel 2.6.*:
- The ide%d, parent of IDE devices, are no under /sys/bus or /sys/class.