diff options
author | David Zeuthen <david@fubar.dk> | 2004-04-26 20:29:40 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-04-26 20:29:40 +0000 |
commit | 11fe9a50505a3023aa629fae8dee7fb7d191644f (patch) | |
tree | ff52f4db5c80f7fedbf6a6e8e5c718009eeeb76a /doc/TODO | |
parent | 15877e38c6cad2ce73e01faf506f4ab96f48b405 (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/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |